diff options
| author | 2026-05-04 19:09:22 +0200 | |
|---|---|---|
| committer | 2026-05-04 19:09:22 +0200 | |
| commit | a48dbd277a0338fe4f6d4aa00351e77a08813956 (patch) | |
| tree | e78c9e03994dabdee511c7f2032edc910d76d0dc /src/devices | |
| parent | c8fd27643d1d4dcfe49ad3aaadf6d1fa45d09d81 (diff) | |
New working systems
-------------------
Mephisto MM VI [hap, Berger, Mr. Lars]
Diffstat (limited to 'src/devices')
| -rw-r--r-- | src/devices/machine/eepromser.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/devices/machine/eepromser.h b/src/devices/machine/eepromser.h index a227e2bde05..9e06ff62b62 100644 --- a/src/devices/machine/eepromser.h +++ b/src/devices/machine/eepromser.h @@ -91,7 +91,6 @@ protected: virtual void parse_command_and_address() = 0; virtual void execute_command(); - // configuration state uint8_t m_command_address_bits; // number of address bits in a command bool m_streaming_enabled; // true if streaming is enabled @@ -175,8 +174,8 @@ protected: class eeprom_serial_x24c44_device : public eeprom_serial_base_device { - //async recall not implemented - //async store not implemented + //async recall not implemented + //async store not implemented public: // read handlers int do_read(); // DO |
