summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/cococart.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/cococart.c')
-rw-r--r--src/mess/machine/cococart.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/machine/cococart.c b/src/mess/machine/cococart.c
index a8b149472cc..da10ee3669d 100644
--- a/src/mess/machine/cococart.c
+++ b/src/mess/machine/cococart.c
@@ -50,7 +50,7 @@ void cococart_slot_device::device_start()
{
for(int i=0; i<TIMER_POOL; i++ )
{
- m_cart_line.timer[i] = timer_alloc(TIMER_CART);
+ m_cart_line.timer[i] = timer_alloc(TIMER_CART);
m_nmi_line.timer[i] = timer_alloc(TIMER_NMI);
m_halt_line.timer[i] = timer_alloc(TIMER_HALT);
}
@@ -294,7 +294,7 @@ void cococart_slot_device::cart_set_line(cococart_line line, cococart_line_value
break;
case COCOCART_LINE_SOUND_ENABLE:
- // do nothing for now
+ // do nothing for now
break;
}
}