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 |
r22006 | r22007 | |
---|---|---|
26 | 26 | : device_t(mconfig, SATURN_ROM, "Saturn ROM Carts", tag, owner, clock), |
27 | 27 | device_sat_cart_interface( mconfig, *this ) |
28 | 28 | { |
29 | m_cart_type = 0; // actually not clear if ROM carts have a type ID like DRAM/BRAM cart | |
29 | m_cart_type = 0xff; // actually not clear if ROM carts have a type ID like DRAM/BRAM carts | |
30 | 30 | } |
31 | 31 | |
32 | 32 |
Previous | 199869 Revisions | Next |