Flaming 7 (W-4 hardware): Added electronic serial DS2401 device.

Still remaining the connection and read routines. [Roberto Fresca]
This commit is contained in:
RobertoFresca 2016-05-29 22:45:08 -03:00
parent ae4cecaf60
commit 2c04202451

View File

@ -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