OSDN Git Service

cnrom add
authorsato_tiff <sato_tiff@24ea1065-a21e-4ca1-99c9-f5125deb0858>
Mon, 29 Dec 2008 23:42:23 +0000 (23:42 +0000)
committersato_tiff <sato_tiff@24ea1065-a21e-4ca1-99c9-f5125deb0858>
Mon, 29 Dec 2008 23:42:23 +0000 (23:42 +0000)
git-svn-id: svn+ssh://svn.osdn.net/svnroot/unagi@224 24ea1065-a21e-4ca1-99c9-f5125deb0858

script_rom/trunk/cnrom.ud [new file with mode: 0644]

diff --git a/script_rom/trunk/cnrom.ud b/script_rom/trunk/cnrom.ud
new file mode 100644 (file)
index 0000000..56ae882
--- /dev/null
@@ -0,0 +1,11 @@
+#KDS-M9
+MAPPER 3
+CPU_ROMSIZE 0x8000
+PPU_ROMSIZE 0x8000
+DUMP_START
+CPU_READ $8000 0x4000
+CPU_READ $c000 0x4000
+STEP_START i 0 4 1
+       CPU_WRITE $8000 i
+       PPU_READ $0 0x2000
+STEP_END