summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m6502.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-09-08 09:13:10 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-09-08 09:13:10 +0000
commit96d7f2cf3b9f7065f834ab81e190e66818f83e29 (patch)
treef5a9d8996be6d41836e9754cd4b443b88dfb773c /src/emu/cpu/m6502/m6502.h
parent3d59122bb25c14f275227ed6cd4fcfb24d15f92b (diff)
Remove remaining references to machine->cpu[n]. Removed cpu[n] array.
Replaced with machine->firstcpu which is a fast access to the head of the list of CPUs.
Diffstat (limited to 'src/emu/cpu/m6502/m6502.h')
-rw-r--r--src/emu/cpu/m6502/m6502.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m6502/m6502.h b/src/emu/cpu/m6502/m6502.h
index aac21d37cc5..5fc4dfd5ad7 100644
--- a/src/emu/cpu/m6502/m6502.h
+++ b/src/emu/cpu/m6502/m6502.h
@@ -47,7 +47,7 @@ enum
};
#define M6502_IRQ_LINE 0
-/* use cpu_set_input_line(machine->cpu[cpu], M6502_SET_OVERFLOW, level)
+/* use cpu_set_input_line(cpudevice, M6502_SET_OVERFLOW, level)
to change level of the so input line
positiv edge sets overflow flag */
#define M6502_SET_OVERFLOW 1