diff options
| author | 2013-12-24 07:24:51 +0000 | |
|---|---|---|
| committer | 2013-12-24 07:24:51 +0000 | |
| commit | ca546caa6e2932e504d020fb80b6cc0e8665cea9 (patch) | |
| tree | aa9f12d46b8088c24d1ff5322d0808c0aacce42c /src/mess/drivers/wicat.c | |
| parent | efaac9818f3f4511f7ad5201fcfe3bbd22c007a4 (diff) | |
Cleanups and version bumpmame0152
Diffstat (limited to 'src/mess/drivers/wicat.c')
| -rw-r--r-- | src/mess/drivers/wicat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/drivers/wicat.c b/src/mess/drivers/wicat.c index c20b474cd97..58ef81c4fa5 100644 --- a/src/mess/drivers/wicat.c +++ b/src/mess/drivers/wicat.c @@ -690,7 +690,7 @@ static MACHINE_CONFIG_START( wicat, wicat_state ) MCFG_CPU_ADD("floppycpu",N8X300,XTAL_8MHz) MCFG_CPU_PROGRAM_MAP(wicat_flop_mem) MCFG_CPU_IO_MAP(wicat_flop_io) -// MCFG_FD1795_ADD("fdc") +// MCFG_FD1795_ADD("fdc") MACHINE_CONFIG_END |
