mirror of
https://github.com/holub/mame
synced 2025-06-06 04:43:45 +03:00
Flaming 7 (W-4 hardware): Added electronic serial DS2401 device.
Still remaining the connection and read routines. [Roberto Fresca]
This commit is contained in:
parent
ae4cecaf60
commit
2c04202451
@ -225,6 +225,7 @@
|
||||
#include "sound/sn76496.h"
|
||||
#include "machine/i8255.h"
|
||||
#include "machine/nvram.h"
|
||||
#include "machine/ds2401.h"
|
||||
#include "video/ramdac.h"
|
||||
#include "includes/goldstar.h"
|
||||
|
||||
@ -8180,6 +8181,8 @@ static MACHINE_CONFIG_DERIVED( flaming7, lucky8 )
|
||||
MCFG_CPU_MODIFY("maincpu")
|
||||
MCFG_CPU_PROGRAM_MAP(flaming7_map)
|
||||
// MCFG_CPU_IO_MAP(flaming7_readport)
|
||||
|
||||
MCFG_DS2401_ADD("fl7w4_serial_id")
|
||||
MACHINE_CONFIG_END
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user