summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/isa/hdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/isa/hdc.h')
-rw-r--r--src/emu/bus/isa/hdc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emu/bus/isa/hdc.h b/src/emu/bus/isa/hdc.h
index 71ba0710c3b..7aadb51ea32 100644
--- a/src/emu/bus/isa/hdc.h
+++ b/src/emu/bus/isa/hdc.h
@@ -82,8 +82,10 @@ protected:
int get_lbasector();
int pc_hdc_dack_r();
void pc_hdc_dack_w(int data);
+ void pc_hdc_dack_ws(int data);
void execute_read();
void execute_write();
+ void execute_writesbuff();
void get_drive();
void get_chsn();
int test_ready();