mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
exidy fix (nw)
This commit is contained in:
parent
90e4e205d4
commit
1d65d9520f
@ -1665,6 +1665,7 @@ files {
|
||||
MAME_DIR .. "src/mame/audio/exidy.h",
|
||||
MAME_DIR .. "src/mame/video/exidy.cpp",
|
||||
MAME_DIR .. "src/mame/audio/targ.cpp",
|
||||
MAME_DIR .. "src/mame/audio/targ.h",
|
||||
MAME_DIR .. "src/mame/drivers/exidy440.cpp",
|
||||
MAME_DIR .. "src/mame/includes/exidy440.h",
|
||||
MAME_DIR .. "src/mame/audio/exidy440.cpp",
|
||||
|
5
src/mame/audio/targ.h
Normal file
5
src/mame/audio/targ.h
Normal file
@ -0,0 +1,5 @@
|
||||
// license:BSD-3-Clause
|
||||
// copyright-holders:Aaron Giles
|
||||
|
||||
MACHINE_CONFIG_EXTERN( spectar_audio );
|
||||
MACHINE_CONFIG_EXTERN( targ_audio );
|
@ -148,6 +148,7 @@ Fax 1982 6502 FXL, FLA
|
||||
#include "machine/6821pia.h"
|
||||
#include "audio/exidy.h"
|
||||
#include "includes/exidy.h"
|
||||
#include "audio/targ.h"
|
||||
|
||||
|
||||
/*************************************
|
||||
|
@ -128,6 +128,3 @@ public:
|
||||
protected:
|
||||
virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr) override;
|
||||
};
|
||||
|
||||
MACHINE_CONFIG_EXTERN( spectar_audio );
|
||||
MACHINE_CONFIG_EXTERN( targ_audio );
|
||||
|
Loading…
Reference in New Issue
Block a user