Skip to content

Commit 6c916ca

Browse files
committed
patch to allow zxsp to use two different Z80 implementations
ZX Spectrum emulator `zxsp`, which includes source from `zasm`, comes with it's own Z80 emulation class. We fix the double definition here in zasm, because it is much easier here, though we have to rebase zasm over a lot of commits. The problem should be fixed more properly later.
1 parent 817d2c8 commit 6c916ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Z180.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ static const uint8 cc_z180_ED[256] =
292292

293293

294294

295-
Z80::RVal Z80::runZ180 (CpuCycle ccx)
295+
zasm::Z80::RVal zasm::Z80::runZ180 (CpuCycle ccx)
296296
{
297297
CpuCycle cc; // cpu cycle counter
298298
CpuCycle ccx0 = ccx;

0 commit comments

Comments
 (0)