summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/gba_slot.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2013-06-21 14:44:06 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2013-06-21 14:44:06 +0000
commite533a04f2e5690bfc2edac2dc2038f94b4bd903d (patch)
tree583486a98fa559fb449211bece50f1af9790b497 /src/mess/machine/gba_slot.c
parentd49ea91e69b0406f3fc2de6034819498661dd93a (diff)
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Diffstat (limited to 'src/mess/machine/gba_slot.c')
-rw-r--r--src/mess/machine/gba_slot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/gba_slot.c b/src/mess/machine/gba_slot.c
index 4486d07b0a9..ac1f9797a59 100644
--- a/src/mess/machine/gba_slot.c
+++ b/src/mess/machine/gba_slot.c
@@ -65,7 +65,7 @@ void device_gba_cart_interface::nvram_alloc(running_machine &machine, UINT32 siz
// gba_cart_slot_device - constructor
//-------------------------------------------------
gba_cart_slot_device::gba_cart_slot_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) :
- device_t(mconfig, GBA_CART_SLOT, "Game Boy Advance Cartridge Slot", tag, owner, clock),
+ device_t(mconfig, GBA_CART_SLOT, "Game Boy Advance Cartridge Slot", tag, owner, clock, "gba_cart_slot", __FILE__),
device_image_interface(mconfig, *this),
device_slot_interface(mconfig, *this),
m_type(GBA_STD)