Previous 199869 Revisions Next

r22007 Thursday 21st March, 2013 at 14:43:25 UTC by Fabio Priuli
updated sat_rom to work fine together with rev. 21995. nw.
[src/mess/machine]sat_rom.c

trunk/src/mess/machine/sat_rom.c
r22006r22007
2626               : device_t(mconfig, SATURN_ROM, "Saturn ROM Carts", tag, owner, clock),
2727                  device_sat_cart_interface( mconfig, *this )
2828{
29   m_cart_type = 0; // actually not clear if ROM carts have a type ID like DRAM/BRAM carts, we use 0 to install handlers
29   m_cart_type = 0xff; // actually not clear if ROM carts have a type ID like DRAM/BRAM carts
3030}
3131
3232

Previous 199869 Revisions Next


© 1997-2024 The MAME Team