diff options
Diffstat (limited to 'src/devices/bus/ti99/peb/pgram.h')
-rw-r--r-- | src/devices/bus/ti99/peb/pgram.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/ti99/peb/pgram.h b/src/devices/bus/ti99/peb/pgram.h index 04c24848c19..d050c3deac7 100644 --- a/src/devices/bus/ti99/peb/pgram.h +++ b/src/devices/bus/ti99/peb/pgram.h @@ -43,9 +43,9 @@ private: void device_add_mconfig(machine_config &config) override; // Settings - bool m_active = false; - uint16_t m_crubase = 0; - bool m_pgramplus = false; + bool m_active; + uint16_t m_crubase; + bool m_pgramplus; ioport_constructor device_input_ports() const override; |