summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine.h')
-rw-r--r--src/emu/machine.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/machine.h b/src/emu/machine.h
index 098d677b077..adc755aab03 100644
--- a/src/emu/machine.h
+++ b/src/emu/machine.h
@@ -257,9 +257,6 @@ public:
std::string compose_saveload_filename(std::string &&base_filename, const char **searchpath = nullptr);
std::string get_statename(const char *statename_opt) const;
- // CPU information
- cpu_device * firstcpu; // first CPU
-
private:
// video-related information
screen_device * primary_screen; // the primary screen device, or nullptr if screenless