diff options
author | 2008-07-30 02:57:19 +0000 | |
---|---|---|
committer | 2008-07-30 02:57:19 +0000 | |
commit | 53491603bb05d412b70b2fb4fe3e29c41abdecc3 (patch) | |
tree | c4f7652d5a9c6a1338194605b917272fabd70807 /src/emu/romload.h | |
parent | 3b3cd0ffb263c2958425201996ecac585435dcbd (diff) |
Added region and regionbytes fields to the deviceconfig, which are
auto-filled by the device manager before starting the device. This
simplifies the auto-binding process for devices.
Added new selector for device-specific ROM regions. Not yet wired
up in the ROM loader.
Diffstat (limited to 'src/emu/romload.h')
-rw-r--r-- | src/emu/romload.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/romload.h b/src/emu/romload.h index d8e6ab1ae35..00ebf6e9418 100644 --- a/src/emu/romload.h +++ b/src/emu/romload.h @@ -16,6 +16,7 @@ #include "mamecore.h" #include "chd.h" +#include "options.h" |