public
/
multi_emu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3969bf
)
Switch /z80 submodule to multi_emu branch which removes some inlining and other optim...
author
Nick Downing
<nick@ndcode.org>
Thu, 4 Dec 2025 03:34:09 +0000
(14:34 +1100)
committer
Nick Downing
<nick@ndcode.org>
Thu, 4 Dec 2025 03:38:53 +0000
(14:38 +1100)
emu_z80.c
patch
|
blob
|
history
z80
patch
|
blob
|
history
diff --git
a/emu_z80.c
b/emu_z80.c
index
838bd24
..
bb8ae1c
100644
(file)
--- a/
emu_z80.c
+++ b/
emu_z80.c
@@
-501,7
+501,7
@@
int main(int argc, char **argv) {
else if (cpu.pc >= BIOS_BOOT)
cpu.a = bios(cpu.pc, cpu.a, cpu.c);
- z80_step(&cpu
, 1
);
+ z80_step(&cpu);
}
#else
struct cpu_z80 cpu;
diff --git
a/z80
b/z80
index
8856758
..
e2d690b
160000
(submodule)
--- a/
z80
+++ b/
z80
@@
-1
+1
@@
-Subproject commit
885675863cfdabc990dbf062febd2668ca66ebac
+Subproject commit
e2d690b3e49ba1748d4f66892f550b76ca5e8c12