diff options
author | 2015-08-26 08:10:34 +0200 | |
---|---|---|
committer | 2015-08-26 08:10:34 +0200 | |
commit | efa3a679a331ea91002a0bc72e49a230ff2a2f67 (patch) | |
tree | 9de472bbb6862733d1982607326783d65be9c414 /src/mess/includes | |
parent | bc5ffe493777e55f081d3ba29b8b298da90ae776 (diff) |
Cleanups and version bumpmame0165
Diffstat (limited to 'src/mess/includes')
-rw-r--r-- | src/mess/includes/aussiebyte.h | 1 | ||||
-rw-r--r-- | src/mess/includes/thomson.h | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/includes/aussiebyte.h b/src/mess/includes/aussiebyte.h index 80dc6567ae5..0f798e1a99f 100644 --- a/src/mess/includes/aussiebyte.h +++ b/src/mess/includes/aussiebyte.h @@ -124,4 +124,3 @@ private: required_device<speaker_sound_device> m_speaker; required_device<votrax_sc01_device> m_votrax; }; - diff --git a/src/mess/includes/thomson.h b/src/mess/includes/thomson.h index 440ca355e45..19c07cf763f 100644 --- a/src/mess/includes/thomson.h +++ b/src/mess/includes/thomson.h @@ -390,7 +390,7 @@ protected: optional_memory_bank m_rambank; required_memory_bank m_flopbank; required_memory_bank m_basebank; - required_memory_bank m_syslobank; + required_memory_bank m_syslobank; optional_memory_bank m_syshibank; optional_memory_bank m_datalobank; optional_memory_bank m_datahibank; |