mirror of
https://github.com/holub/mame
synced 2025-07-05 01:48:29 +03:00
Added ds1204 nvram to Pit Boss Superstar (9221-12-01) [Mariusz Wojcieszek]
This commit is contained in:
parent
b318608efd
commit
97e61103cb
@ -2157,7 +2157,7 @@ DRIVER_INIT_MEMBER(meritm_state,pitbossc)
|
||||
{ 0xf0, 0xaa, 0x0f, 0x0f, 0x55, 0x55, 0xff, 0xab };
|
||||
|
||||
static const UINT8 pitbossc_ds1204_nvram[16] =
|
||||
{ 0x09, 0x2b, 0x6b, 0xf7, 0x83, 0xca, 0x8e, 0xdd, 0x1a, 0x7e, 0x76, 0x1a, 0x75, 0x5e, 0x77, 0x00 }; // Correct Me!!!!
|
||||
{ 0x00, 0x00, 0x00, 0x39, 0x32, 0x32, 0x31, 0x2d, 0x31, 0x32, 0x30, 0xf4, 0xa1, 0x52, 0x56, 0x20 };
|
||||
|
||||
ds1204_init(pitbossc_ds1204_key, pitbossc_ds1204_nvram);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user