summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ghosteo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ghosteo.cpp')
-rw-r--r--src/mame/drivers/ghosteo.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mame/drivers/ghosteo.cpp b/src/mame/drivers/ghosteo.cpp
index 36c5d13b503..0993736d393 100644
--- a/src/mame/drivers/ghosteo.cpp
+++ b/src/mame/drivers/ghosteo.cpp
@@ -269,7 +269,6 @@ READ32_MEMBER(ghosteo_state::s3c2410_core_pin_r)
WRITE8_MEMBER(ghosteo_state::s3c2410_nand_command_w )
{
struct nand_t &nand = m_nand;
-// device_t *nand = machine().device( "nand");
#if NAND_LOG
logerror( "s3c2410_nand_command_w %02X\n", data);
#endif
@@ -294,7 +293,6 @@ WRITE8_MEMBER(ghosteo_state::s3c2410_nand_command_w )
WRITE8_MEMBER(ghosteo_state::s3c2410_nand_address_w )
{
struct nand_t &nand = m_nand;
-// device_t *nand = machine().device( "nand");
#if NAND_LOG
logerror( "s3c2410_nand_address_w %02X\n", data);
#endif
@@ -329,7 +327,6 @@ WRITE8_MEMBER(ghosteo_state::s3c2410_nand_address_w )
READ8_MEMBER(ghosteo_state::s3c2410_nand_data_r )
{
struct nand_t &nand = m_nand;
-// device_t *nand = machine().device( "nand");
uint8_t data = 0;
switch (nand.mode)
{
@@ -375,7 +372,6 @@ READ8_MEMBER(ghosteo_state::s3c2410_nand_data_r )
WRITE8_MEMBER(ghosteo_state::s3c2410_nand_data_w )
{
-// device_t *nand = machine().device( "nand");
#if NAND_LOG
logerror( "s3c2410_nand_data_w %02X\n", data);
#endif