summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gba/gba_slot.h
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2016-08-02 07:01:29 -0400
committer Nathan Woods <npwoods@mess.org>2016-08-02 17:40:49 -0400
commitf9db568146503c253230295ace2deba8433f6754 (patch)
tree57a1b43f5c967e17f0461f9d5be9abf88c2e27ae /src/devices/bus/gba/gba_slot.h
parent159b73a708fb67ca2d39e1d4f8cee9987fdc3f8b (diff)
Redo of split of src/emu/softlist.[cpp|h]
This is a redo of the split first submitted in #137, with the following differences: * The newly refactored rom_entry data structure is used * I've kept the refactored softlist code in src/emu, in order to defer the mechanical process of moving it * I've kept includes of softlist[_dev].h out of diimage.h, so that changes to either do not trigger an emu.h recompilation * Obviously, this goes against the latest master
Diffstat (limited to 'src/devices/bus/gba/gba_slot.h')
-rw-r--r--src/devices/bus/gba/gba_slot.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/bus/gba/gba_slot.h b/src/devices/bus/gba/gba_slot.h
index 5cbc103e8dc..f9918744d97 100644
--- a/src/devices/bus/gba/gba_slot.h
+++ b/src/devices/bus/gba/gba_slot.h
@@ -3,6 +3,9 @@
#ifndef __GBA_SLOT_H
#define __GBA_SLOT_H
+#include "softlist_dev.h"
+
+
/***************************************************************************
TYPE DEFINITIONS
***************************************************************************/