summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gundealr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gundealr.c')
-rw-r--r--src/mame/drivers/gundealr.c38
1 files changed, 19 insertions, 19 deletions
diff --git a/src/mame/drivers/gundealr.c b/src/mame/drivers/gundealr.c
index ce21050549e..ef0aaa426dc 100644
--- a/src/mame/drivers/gundealr.c
+++ b/src/mame/drivers/gundealr.c
@@ -454,12 +454,12 @@ static TIMER_DEVICE_CALLBACK( yamyam_mcu_sim )
case 0x03:
state->m_rambase[0x001] = 0x03;
/*
- read dip switches
- 3a 00 c0 ld a,($c000)
- 47 ld b,a
- 3a 01 c0 ld a,($c001)
- c9 ret
- */
+ read dip switches
+ 3a 00 c0 ld a,($c000)
+ 47 ld b,a
+ 3a 01 c0 ld a,($c001)
+ c9 ret
+ */
for(i=0;i<8;i++)
state->m_rambase[0x010+i] = snipped_cmd03[i];
@@ -470,23 +470,23 @@ static TIMER_DEVICE_CALLBACK( yamyam_mcu_sim )
case 0x05:
state->m_rambase[0x001] = 0x05;
/*
- add a to hl
- c5 push bc
- 01 00 00 ld bc,#0000
- 4f ld c,a
- 09 add hl,bc
- c1 pop bc
- c9 ret
- */
+ add a to hl
+ c5 push bc
+ 01 00 00 ld bc,#0000
+ 4f ld c,a
+ 09 add hl,bc
+ c1 pop bc
+ c9 ret
+ */
for(i=0;i<8;i++)
state->m_rambase[0x020+i] = snipped_cmd05_2[i];
/*
- lookup data in table
- cd 20 e0 call #e020
- 7e ld a,(hl)
- c9 ret
- */
+ lookup data in table
+ cd 20 e0 call #e020
+ 7e ld a,(hl)
+ c9 ret
+ */
for(i=0;i<5;i++)
state->m_rambase[0x010+i] = snipped_cmd05_1[i];