mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
updated sat_rom to work fine together with rev. 21995. nw.
This commit is contained in:
parent
609d005e33
commit
28f8897275
@ -26,7 +26,7 @@ saturn_rom_device::saturn_rom_device(const machine_config &mconfig, const char *
|
|||||||
: device_t(mconfig, SATURN_ROM, "Saturn ROM Carts", tag, owner, clock),
|
: device_t(mconfig, SATURN_ROM, "Saturn ROM Carts", tag, owner, clock),
|
||||||
device_sat_cart_interface( mconfig, *this )
|
device_sat_cart_interface( mconfig, *this )
|
||||||
{
|
{
|
||||||
m_cart_type = 0; // actually not clear if ROM carts have a type ID like DRAM/BRAM carts, we use 0 to install handlers
|
m_cart_type = 0xff; // actually not clear if ROM carts have a type ID like DRAM/BRAM carts
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user