summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seibucats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/seibucats.cpp')
-rw-r--r--src/mame/drivers/seibucats.cpp30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/mame/drivers/seibucats.cpp b/src/mame/drivers/seibucats.cpp
index feba642b174..63d802478d4 100644
--- a/src/mame/drivers/seibucats.cpp
+++ b/src/mame/drivers/seibucats.cpp
@@ -4,15 +4,15 @@
Seibu CATS E-Touch Mahjong Series (c) 2001 Seibu Kaihatsu
- TODO:
- - verify obj roms (maybe bad or wrong decryption);
- - coins inputs are ok?
- - touchscreen;
- - sound;
- - DVD player;
+ TODO:
+ - verify obj roms (maybe bad or wrong decryption);
+ - coins inputs are ok?
+ - touchscreen;
+ - sound;
+ - DVD player;
=========================================================================================================================================================
-
+
CPU and system control devices:
- Intel i386DX (U0169; lower right corner)
- SEI600 SB08-1513 custom DMA chip (U0154; above i386DX)
@@ -101,7 +101,7 @@ class seibucats_state : public seibuspi_state
public:
seibucats_state(const machine_config &mconfig, device_type type, const char *tag)
: seibuspi_state(mconfig, type, tag)
-// m_key(*this, "KEY.%u", 0)
+// m_key(*this, "KEY.%u", 0)
{
}
@@ -126,9 +126,9 @@ protected:
private:
uint16_t m_input_select;
-
-// optional_ioport_array<5> m_key;
-// optional_ioport m_special;
+
+// optional_ioport_array<5> m_key;
+// optional_ioport m_special;
};
// identical to EJ Sakura
@@ -140,7 +140,7 @@ READ16_MEMBER(seibucats_state::input_mux_r)
for (int i = 0; i < 5; i++)
if (m_input_select >> i & 1)
ret &= m_key[i]->read();
-
+
return ret;
}
@@ -371,7 +371,7 @@ ROM_START( emjscanb )
ROM_REGION( 0x900000, "gfx2", ROMREGION_ERASEFF ) /* background layer roms - none! */
SEIBUCATS_OBJ_LOAD
-
+
DISK_REGION("dvd")
DISK_IMAGE_READONLY( "Scandal Blue SKTP-10008", 0, SHA1(17fe67698a9bc5dbd452c4b1afa739294ec2011c) )
ROM_END
@@ -388,7 +388,7 @@ ROM_START( emjtrapz )
ROM_REGION( 0x900000, "gfx2", ROMREGION_ERASEFF ) /* background layer roms - none! */
SEIBUCATS_OBJ_LOAD
-
+
DISK_REGION("dvd")
DISK_IMAGE_READONLY( "Trap Zone SKTP-00009", 0, SHA1(b4a51f42eeaeefc329031651859caa108418a96e) )
ROM_END
@@ -410,7 +410,7 @@ DRIVER_INIT_MEMBER(seibucats_state,seibucats)
*src++ = tmp[offset];
}
}
-// seibuspi_rise11_sprite_decrypt_rfjet(memregion("gfx3")->base(), 0x300000);
+// seibuspi_rise11_sprite_decrypt_rfjet(memregion("gfx3")->base(), 0x300000);
}
// Gravure Collection