summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/cococart.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-03-19 07:22:20 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-03-19 07:22:20 +0000
commit0e1f5ad25b25df7c2ec707ec45c544288eb3c683 (patch)
treeeeef04fdf999692be30c25457fb9b329e1dbfdde /src/mess/machine/cococart.c
parent86614c802b9d611d83520fdb43388ae51d31f553 (diff)
Cleanups and version bumpmame0148u2
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;
}
}