summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/micro3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/micro3d.c')
-rw-r--r--src/mame/drivers/micro3d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/micro3d.c b/src/mame/drivers/micro3d.c
index 8fb76078497..8dc453c7e0b 100644
--- a/src/mame/drivers/micro3d.c
+++ b/src/mame/drivers/micro3d.c
@@ -343,7 +343,7 @@ static void m68901_int_gen(running_machine *machine, int source)
static WRITE16_HANDLER( m68901_w )
{
-// UINT8 value = (data >> 8) & 0xff;
+// UINT8 value = (data >> 8) & 0xff;
m68901_base[offset] = data;
switch (offset)
@@ -640,7 +640,7 @@ static const duart68681_config micro3d_duart68681_config =
static MACHINE_RESET( micro3d )
{
/* TODO: Check. Also do this for the other CPUs? */
-// cpu_set_input_line(machine->cpu[2], INPUT_LINE_RESET, ASSERT_LINE);
+// cpu_set_input_line(machine->cpu[2], INPUT_LINE_RESET, ASSERT_LINE);
creg = 0;
ti_uart[STATUS] = 1;