summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/mpu5hw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/mpu5hw.c')
-rw-r--r--src/mame/drivers/mpu5hw.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/drivers/mpu5hw.c b/src/mame/drivers/mpu5hw.c
index 9d0a07179ad..1f49319c272 100644
--- a/src/mame/drivers/mpu5hw.c
+++ b/src/mame/drivers/mpu5hw.c
@@ -92,7 +92,6 @@ READ32_MEMBER(mpu5_state::mpu5_mem_r)
switch ( cs )
{
-
case 2:
if ((addr & 0xf0) == 0xf0)
{
@@ -144,7 +143,6 @@ WRITE32_MEMBER(mpu5_state::mpu5_mem_w)
switch ( cs )
{
-
case 2:
if ((addr & 0xf0) == 0xf0)
{