amiga: fixe a wrong value

This commit is contained in:
Roberto Zandona 2011-02-20 11:02:34 +00:00
parent c2a73f5c7f
commit 05e94cf72c

View File

@ -259,7 +259,7 @@ int amiga_copper_execute_next(running_machine *machine, int xpos)
word0 = (word0 >> 1) & 0xff;
if (word0 >= min)
{
if (delay[word0] == 1)
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);