Skip to content

Instantly share code, notes, and snippets.

View RGBA-CRT's full-sized avatar

RGBA_CRT RGBA-CRT

View GitHub Profile
@RGBA-CRT
RGBA-CRT / DISKSYSTEM_BIOS.ad
Created May 9, 2025 10:39
Kazzo/Anago script for DiskSystem BIOS.
/*
Kazzo/Anago script for DiskSystem BIOS.
DiskSystem BIOS dumping is not surpported original Kazzo. only tested on tuna.
*/
board <- {
mappernum = 0,
cpu_rom = {
size_base = 0x2000, size_max = 0x2000, banksize = 0x2000
},
@RGBA-CRT
RGBA-CRT / TV_NET_BIOS.ad
Created May 14, 2025 13:16
Kazzo/Anago script for TV-NET MC-1200
/*
ref: https://www.nesdev.org/wiki/User:Fiskbit#TV-NET_MC-1200
*/
board <- {
mappernum = 7,
cpu_rom = {
size_base = 0x8000, size_max = 0x8000, banksize = 0x1000
},
ppu_rom = {