summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/eolithsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/eolithsp.c')
-rw-r--r--src/mame/drivers/eolithsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/eolithsp.c b/src/mame/drivers/eolithsp.c
index de027501fab..a7c16800649 100644
--- a/src/mame/drivers/eolithsp.c
+++ b/src/mame/drivers/eolithsp.c
@@ -25,7 +25,7 @@ void eolith_speedup_read(address_space *space)
// printf("%s:eolith speedup_read data %02x\n",space->machine().describe_context(), eolith_vblank);
if (eolith_vblank==0 && eolith_scanline < eolith_speedup_resume_scanline)
- {
+ {
int pc = cpu_get_pc(&space->device());
if ((pc==eolith_speedup_address) || (pc==eolith_speedup_address2))
@@ -60,9 +60,9 @@ static const struct
{ "fort2ba", 0x000081e0, -1, 240 },
{ "penfan", 0x4001FA66, -1, 240 },
{ "candy", 0x4001990C, -1, 240 },
- /* eolith16.c */
+ /* eolith16.c */
{ "klondkp", 0x0001a046, -1, 240 },
- /* vegaeo.c */
+ /* vegaeo.c */
{ "crazywar", 0x00008cf8, -1, 240 },
{ NULL, 0, 0 }
};