summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m6509.h
diff options
context:
space:
mode:
author Zsolt Vasvari <zsoltvas@mamedev.org>2008-01-24 14:14:21 +0000
committer Zsolt Vasvari <zsoltvas@mamedev.org>2008-01-24 14:14:21 +0000
commit3815ec44e1cbc224e5bfdd534208d369198703cd (patch)
tree1c24321d578937ec4b6c9eac8d4650d5c32b9725 /src/emu/cpu/m6502/m6509.h
parentf7c5c67e2ef8db35b7171b955f524029b9f75d75 (diff)
- Changed cpunum_set_input_line* functions to take running_machine as an argument
- Added that fix the arm7dasm, otherwise I couldn't compile the code
Diffstat (limited to 'src/emu/cpu/m6502/m6509.h')
-rw-r--r--src/emu/cpu/m6502/m6509.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/m6502/m6509.h b/src/emu/cpu/m6502/m6509.h
index 57e6240d032..8b8fd107416 100644
--- a/src/emu/cpu/m6502/m6509.h
+++ b/src/emu/cpu/m6502/m6509.h
@@ -31,7 +31,7 @@ enum {
};
#define M6509_IRQ_LINE M6502_IRQ_LINE
-/* use cpunum_set_input_line(cpu, M6509_SET_OVERFLOW, level)
+/* use cpunum_set_input_line(machine, cpu, M6509_SET_OVERFLOW, level)
to change level of the so input line
positiv edge sets overflow flag */
#define M6509_SET_OVERFLOW 3