summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/xbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/xbox.h')
-rw-r--r--src/mame/includes/xbox.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/xbox.h b/src/mame/includes/xbox.h
index fa1d0f4b16b..50d1aeac3e5 100644
--- a/src/mame/includes/xbox.h
+++ b/src/mame/includes/xbox.h
@@ -72,6 +72,7 @@ public:
} debugp[];
const debugger_constants *debugc_bios;
+ void xbox_base(machine_config &config);
private:
void dump_string_command(int ref, const std::vector<std::string> &params);
void dump_process_command(int ref, const std::vector<std::string> &params);
@@ -96,6 +97,5 @@ private:
ADDRESS_MAP_EXTERN(xbox_base_map, 32);
ADDRESS_MAP_EXTERN(xbox_base_map_io, 32);
-MACHINE_CONFIG_EXTERN(xbox_base);
#endif // MAME_INCLUDES_XBOX_H