mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
mirax: LS259 device actually will write these on every soft reset (nw)
This commit is contained in:
parent
9609dc584d
commit
19fbeb7d4e
@ -590,10 +590,6 @@ DRIVER_INIT_MEMBER(mirax_state,mirax)
|
||||
|
||||
for(i=0x8000;i<0xc000;i++)
|
||||
ROM[BITSWAP16(i, 15,14,13,12,11,10,9, 5,7,6,8, 4,3,2,1,0)] = (BITSWAP8(DATA[i], 1, 3, 7, 0, 5, 6, 4, 2) ^ 0xff);
|
||||
|
||||
/* These values need to be initialised only once, not on every soft reset */
|
||||
m_flipscreen_x = 0;
|
||||
m_flipscreen_y = 0;
|
||||
}
|
||||
|
||||
GAME( 1985, mirax, 0, mirax, mirax, mirax_state, mirax, ROT90, "Current Technologies", "Mirax (set 1)", MACHINE_SUPPORTS_SAVE )
|
||||
|
Loading…
Reference in New Issue
Block a user