mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
cpu/z80/z80.cpp: Fix compile error (#12474)
This commit is contained in:
parent
8e82c9f767
commit
738bd07bc4
@ -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"
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user