mirror of
https://github.com/holub/mame
synced 2025-04-19 07:00:31 +03:00
parent
1b47d60814
commit
82786e9564
@ -1699,6 +1699,7 @@ createMESSProjects(_target, _subtarget, "fidelity")
|
||||
files {
|
||||
MAME_DIR .. "src/mame/drivers/csc.cpp",
|
||||
MAME_DIR .. "src/mame/drivers/fidelz80.cpp",
|
||||
MAME_DIR .. "src/mame/includes/fidelz80.h",
|
||||
}
|
||||
|
||||
createMESSProjects(_target, _subtarget, "force")
|
||||
|
@ -591,6 +591,7 @@ expect that the software reads these once on startup only.
|
||||
#include "machine/z80pio.h"
|
||||
#include "sound/speaker.h"
|
||||
#include "sound/s14001a.h"
|
||||
#include "includes/fidelz80.h"
|
||||
|
||||
// internal artwork
|
||||
#include "fidel_cc.lh"
|
||||
|
1
src/mame/includes/fidelz80.h
Normal file
1
src/mame/includes/fidelz80.h
Normal file
@ -0,0 +1 @@
|
||||
// empty
|
Loading…
Reference in New Issue
Block a user