1 |
|
/* |
2 |
|
* CPUC64.cpp - 6510 (C64) emulation (line based) |
3 |
|
* |
4 |
< |
* Frodo (C) 1994-1997,2002-2003 Christian Bauer |
4 |
> |
* Frodo (C) 1994-1997,2002-2004 Christian Bauer |
5 |
|
* |
6 |
|
* This program is free software; you can redistribute it and/or modify |
7 |
|
* it under the terms of the GNU General Public License as published by |
781 |
|
} |
782 |
|
} |
783 |
|
|
784 |
< |
#include "CPU_emulline.i" |
784 |
> |
#include "CPU_emulline.h" |
785 |
|
|
786 |
|
// Extension opcode |
787 |
|
case 0xf2: |
811 |
|
jump(0xedac); |
812 |
|
break; |
813 |
|
case 0x03: |
814 |
< |
ram[0x90] |= TheIEC->In(&a); |
814 |
> |
ram[0x90] |= TheIEC->In(a); |
815 |
|
set_nz(a); |
816 |
|
c_flag = false; |
817 |
|
jump(0xedac); |