OSDN Git Service

スクリプトファイルの属性を変更
[unagi/old-svn-converted.git] / client / trunk / anago / namcot_175.ae
index 5bcf11c..14630b2 100644 (file)
@@ -1,34 +1,34 @@
-/*\r
-Namcot 175\r
-\r
-Wagan Land 2, Famista'91, Family Circuit '91, Chibimaruko chan, \r
-Heisei Tensai Bakabon\r
-\r
-Family Circuit '91 has Program ROM(4M), Charcter ROM and external \r
-Battery Backuped WorkRAM.\r
-*/\r
-board <- {\r
-       mappernum = 19, //210, \r
-       cpu_rom = {\r
-               size_base = 2 * mega, size_max = 4 * mega,\r
-               banksize = 0x2000\r
-       }, \r
-       cpu_ram = {\r
-               size_base = 0x0800, size_max = 0x0800,\r
-               banksize = 0x2000\r
-       }, \r
-       ppu_rom = {\r
-               size_base = 2 * mega, size_max = 2 * mega,\r
-               banksize = 0x0400\r
-       },\r
-       ppu_ramfind = false,\r
-       vram_mirrorfind = true\r
-};\r
-dofile("namcot_19.ai");\r
-\r
-function cpu_ram_access(d, pagesize, banksize)\r
-{\r
-       cpu_write(d, 0xc000, 0x01);\r
-       cpu_ramrw(d, 0x6000, 0x0800);\r
-       cpu_write(d, 0xc000, 0x00);\r
-}\r
+/*
+Namcot 175
+
+Wagan Land 2, Famista'91, Family Circuit '91, Chibimaruko chan, 
+Heisei Tensai Bakabon
+
+Family Circuit '91 has Program ROM(4M), Charcter ROM and external 
+Battery Backuped WorkRAM.
+*/
+board <- {
+       mappernum = 19, //210, 
+       cpu_rom = {
+               size_base = 2 * mega, size_max = 4 * mega,
+               banksize = 0x2000
+       }, 
+       cpu_ram = {
+               size_base = 0x0800, size_max = 0x0800,
+               banksize = 0x2000
+       }, 
+       ppu_rom = {
+               size_base = 2 * mega, size_max = 2 * mega,
+               banksize = 0x0400
+       },
+       ppu_ramfind = false,
+       vram_mirrorfind = true
+};
+dofile("namcot_19.ai");
+
+function cpu_ram_access(d, pagesize, banksize)
+{
+       cpu_write(d, 0xc000, 0x01);
+       cpu_ramrw(d, 0x6000, 0x0800);
+       cpu_write(d, 0xc000, 0x00);
+}