diff options
| author | 2008-12-06 17:09:02 +0000 | |
|---|---|---|
| committer | 2008-12-06 17:09:02 +0000 | |
| commit | 389b25c28171cc9c3cc3149f33b07c3d874d0fdc (patch) | |
| tree | f35c467d410b8e59f862e34dc44121aca06f7ea6 /src | |
| parent | fa57e41c437f339460f818f5c02b3604ccee0e61 (diff) | |
02638: various cpu cores don't compile anymore
(mostly fixed before)
Diffstat (limited to 'src')
| -rw-r--r-- | src/emu/cpu/m6502/m65ce02.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/cpu/m6502/m65ce02.c b/src/emu/cpu/m6502/m65ce02.c index 6d986b7f3cb..7b9dbfb6666 100644 --- a/src/emu/cpu/m6502/m65ce02.c +++ b/src/emu/cpu/m6502/m65ce02.c @@ -81,7 +81,6 @@ struct _m65ce02_Regs { m6502_write_indexed_func wrmem_id; /* writemem callback for indexed instructions */ }; -static void *token; /*************************************************************** * include the opcode macros, functions and tables ***************************************************************/ |
