From 19fbeb7d4e7a379dff4cdac2397236d3d9998633 Mon Sep 17 00:00:00 2001 From: AJR Date: Sun, 6 Aug 2017 20:35:38 -0400 Subject: [PATCH] mirax: LS259 device actually will write these on every soft reset (nw) --- src/mame/drivers/mirax.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/mame/drivers/mirax.cpp b/src/mame/drivers/mirax.cpp index 727aa105967..8c110a8120b 100644 --- a/src/mame/drivers/mirax.cpp +++ b/src/mame/drivers/mirax.cpp @@ -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 )