From 738bd07bc40c7a786fe1eedead2d859a65c04684 Mon Sep 17 00:00:00 2001 From: holub Date: Wed, 12 Jun 2024 16:38:38 -0400 Subject: cpu/z80/z80.cpp: Fix compile error (#12474) --- src/devices/cpu/z80/z80.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/cpu/z80/z80.cpp b/src/devices/cpu/z80/z80.cpp index 1912054de00..4fe0ec4e8e7 100644 --- a/src/devices/cpu/z80/z80.cpp +++ b/src/devices/cpu/z80/z80.cpp @@ -801,7 +801,7 @@ void z80_device::do_op() void nsc800_device::do_op() { - #include "cpu/z80/z80_ncs800.hxx" + #include "cpu/z80/ncs800.hxx" } /**************************************************************************** -- cgit v1.2.3