This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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 | |
| }, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| 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 = { |
OlderNewer