Added ds1204 nvram to Pit Boss Superstar (9221-12-01) [Mariusz Wojcieszek]

This commit is contained in:
mariuszw1 2013-07-11 17:30:55 +00:00
parent b318608efd
commit 97e61103cb

View File

@ -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);