summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2019-11-26 14:20:48 -0600
committer cracyc <cracyc@users.noreply.github.com>2019-11-26 14:20:48 -0600
commit6a42b2e1527501c042d3df62c8feb3306caaf01c (patch)
treee34370700bca957812b4df66092107743f34d6c4 /src/mame/includes
parent248eb9a412bbddff7b40245e6b063c352937e409 (diff)
bw12: add motor off delay (nw)
Diffstat (limited to 'src/mame/includes')
-rw-r--r--src/mame/includes/bw12.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/bw12.h b/src/mame/includes/bw12.h
index 893dad9d27c..715001f08bc 100644
--- a/src/mame/includes/bw12.h
+++ b/src/mame/includes/bw12.h
@@ -62,8 +62,6 @@ public:
{ }
void bankswitch();
- void floppy_motor_off();
- void set_floppy_motor_off_timer();
void write_ls259(int address, int data);
DECLARE_READ8_MEMBER( ls259_r );