mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
added missing emu.h (nw)
This commit is contained in:
parent
308c2bb72d
commit
763ea8412b
@ -40,6 +40,7 @@
|
||||
market.
|
||||
***************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "multiconn.h"
|
||||
|
||||
DEFINE_DEVICE_TYPE_NS(TI99_GROMPORT_MULTI, bus::ti99::gromport, ti99_multi_cart_conn_device, "ti99_mcartconn", "TI-99 Multi-cartridge extender")
|
||||
|
@ -6,6 +6,7 @@
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
#include "emu.h"
|
||||
#include "singleconn.h"
|
||||
|
||||
DEFINE_DEVICE_TYPE_NS(TI99_GROMPORT_SINGLE, bus::ti99::gromport, ti99_single_cart_conn_device, "ti99_scartconn", "TI-99 Standard cartridge connector")
|
||||
|
Loading…
Reference in New Issue
Block a user