summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/evpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/evpc.h')
-rw-r--r--src/devices/bus/ti99/peb/evpc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/devices/bus/ti99/peb/evpc.h b/src/devices/bus/ti99/peb/evpc.h
index 98e73f50bda..f2f14675cf1 100644
--- a/src/devices/bus/ti99/peb/evpc.h
+++ b/src/devices/bus/ti99/peb/evpc.h
@@ -57,14 +57,14 @@ protected:
virtual ioport_constructor device_input_ports() const override;
virtual void device_add_mconfig(machine_config &config) override;
- void nvram_default() override;
- void nvram_read(emu_file &file) override;
- void nvram_write(emu_file &file) override;
+ virtual void nvram_default() override;
+ virtual bool nvram_read(util::read_stream &file) override;
+ virtual bool nvram_write(util::write_stream &file) override;
private:
- DECLARE_WRITE_LINE_MEMBER( ready_line );
+ void ready_line(int state);
- DECLARE_WRITE_LINE_MEMBER( video_interrupt_in );
+ void video_interrupt_in(int state);
int m_address;
int m_dsr_page;