summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/linflash.c
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2013-06-01 17:55:31 +0000
committer smf- <smf-@users.noreply.github.com>2013-06-01 17:55:31 +0000
commit911e9034b3bc7fd944a6a522a5fa218b5d62d281 (patch)
tree411883d8b1cae52bc97f0e28a2f767ec239c76e6 /src/emu/machine/linflash.c
parent7e284d9e0d5969e23f17bedf2969728324429035 (diff)
Changed the pccard slot over to use a device map (nw)
Diffstat (limited to 'src/emu/machine/linflash.c')
-rw-r--r--src/emu/machine/linflash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/machine/linflash.c b/src/emu/machine/linflash.c
index 426da660429..fc273b0d672 100644
--- a/src/emu/machine/linflash.c
+++ b/src/emu/machine/linflash.c
@@ -1,7 +1,5 @@
#include "linflash.h"
-/// figure out which games use 16mb and which use 32mb
-
linear_flash_card_device::linear_flash_card_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock,const char *shortname, const char *source) :
device_t(mconfig, type, name, tag, owner, clock, shortname, source),
device_memory_interface(mconfig, *this),