summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ghosteo.c
diff options
context:
space:
mode:
author Fabio Priuli <etabeta78@users.noreply.github.com>2014-05-19 09:01:24 +0000
committer Fabio Priuli <etabeta78@users.noreply.github.com>2014-05-19 09:01:24 +0000
commit9058e5009b541b6b5939df4fc886395f9ee858cf (patch)
tree913415942e6249be5a995413fea18316946ac4f4 /src/mame/drivers/ghosteo.c
parent582b9a736859f5c1d72f29f2be7aa707e531b5a8 (diff)
nand/smartmed: converted to use inline configs. nw.
Diffstat (limited to 'src/mame/drivers/ghosteo.c')
-rw-r--r--src/mame/drivers/ghosteo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/ghosteo.c b/src/mame/drivers/ghosteo.c
index a5976d10841..842edc30a6c 100644
--- a/src/mame/drivers/ghosteo.c
+++ b/src/mame/drivers/ghosteo.c
@@ -634,7 +634,8 @@ static MACHINE_CONFIG_START( ghosteo, ghosteo_state )
MCFG_S3C2410_NAND_DATA_R_CB(READ8(ghosteo_state, s3c2410_nand_data_r))
MCFG_S3C2410_NAND_DATA_W_CB(WRITE8(ghosteo_state, s3c2410_nand_data_w))
-// MCFG_NAND_ADD("nand", 0xEC, 0x75)
+// MCFG_DEVICE_ADD("nand", NAND, 0)
+// MCFG_NAND_TYPE(NAND_CHIP_K9F5608U0D) // or another variant with ID 0xEC 0x75 ?
// MCFG_DEVICE_CONFIG(bballoon_nand_intf)
// MCFG_I2CMEM_ADD("i2cmem", 0xA0, 0, 0x100, NULL)