diff options
author | 2011-01-01 00:59:47 +0000 | |
---|---|---|
committer | 2011-01-01 00:59:47 +0000 | |
commit | 99a26bc3316bc342c9b46137e20707a1f28d2540 (patch) | |
tree | 36b68d7cf24d490cb3d557cdb4deed72b4cb4513 /src/emu/cpu/mb88xx | |
parent | 5db7b9e8a332fd90537f9b45ec7539e1b4031e98 (diff) |
Cleanups and version bump.
Diffstat (limited to 'src/emu/cpu/mb88xx')
-rw-r--r-- | src/emu/cpu/mb88xx/mb88xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/mb88xx/mb88xx.c b/src/emu/cpu/mb88xx/mb88xx.c index 41f6e66f433..e8c6bfe6858 100644 --- a/src/emu/cpu/mb88xx/mb88xx.c +++ b/src/emu/cpu/mb88xx/mb88xx.c @@ -310,7 +310,7 @@ static void update_pio( mb88_state *cpustate, int cycles ) cpustate->SI = ( cpustate->SI + 1 ) & 3; /* the datasheet doesn't mention interrupt vectors but - the Arabian MCU program expects the following */ + the Arabian MCU program expects the following */ if (cpustate->pending_interrupt & cpustate->pio & INT_CAUSE_EXTERNAL) { /* if we have a live external source, call the irqcallback */ |