diff options
| author | 2014-10-15 07:19:47 +0000 | |
|---|---|---|
| committer | 2014-10-15 07:19:47 +0000 | |
| commit | c93ed344fbd26a9c2c49bdbc99014d8dc0cbe9ef (patch) | |
| tree | a5017b8341bdadc5bcd1185ae49fe4c0a85424b8 /src/mess/includes/radio86.h | |
| parent | a4dd32afb6cbfaae0e452c90486060682ab1c31c (diff) | |
Cleanups and version bumpmame0155
Diffstat (limited to 'src/mess/includes/radio86.h')
| -rw-r--r-- | src/mess/includes/radio86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/radio86.h b/src/mess/includes/radio86.h index d2f5dd00e1e..584d69bc965 100644 --- a/src/mess/includes/radio86.h +++ b/src/mess/includes/radio86.h @@ -88,7 +88,7 @@ public: protected: required_device<cassette_image_device> m_cassette; - optional_device<generic_slot_device> m_cart; // for ROMDisk - only Radio86K & Orion? + optional_device<generic_slot_device> m_cart; // for ROMDisk - only Radio86K & Orion? optional_device<i8257_device> m_dma8257; required_device<i8255_device> m_ppi8255_1; optional_device<i8255_device> m_ppi8255_2; |
