summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/amiga.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/amiga.c')
-rw-r--r--src/mame/video/amiga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/amiga.c b/src/mame/video/amiga.c
index 01f998321d0..4484733af5a 100644
--- a/src/mame/video/amiga.c
+++ b/src/mame/video/amiga.c
@@ -259,7 +259,7 @@ int amiga_copper_execute_next(running_machine *machine, int xpos)
word0 = (word0 >> 1) & 0xff;
if (word0 >= min)
{
- if (delay[word0] == 0)
+ if (delay[word0] == 0)
{
if (LOG_COPPER)
logerror("%02X.%02X: Write to %s = %04x\n", state->last_scanline, xpos / 2, amiga_custom_names[word0 & 0xff], word1);