cpu/z80/z80.cpp: Fix compile error (#12474)

This commit is contained in:
holub 2024-06-12 16:38:38 -04:00 committed by GitHub
parent 8e82c9f767
commit 738bd07bc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
/****************************************************************************