summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/flex_dsk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/flex_dsk.h')
-rw-r--r--src/lib/formats/flex_dsk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/formats/flex_dsk.h b/src/lib/formats/flex_dsk.h
index 094c6854b24..0048e4e088f 100644
--- a/src/lib/formats/flex_dsk.h
+++ b/src/lib/formats/flex_dsk.h
@@ -21,8 +21,8 @@ public:
virtual const char *name() const override;
virtual const char *description() const override;
virtual const char *extensions() const override;
- virtual int identify(io_generic *io, uint32_t form_factor, const std::vector<uint32_t> &variants) override;
- virtual int find_size(io_generic *io, uint32_t form_factor, const std::vector<uint32_t> &variants) override;
+ virtual int identify(util::random_read &io, uint32_t form_factor, const std::vector<uint32_t> &variants) override;
+ virtual int find_size(util::random_read &io, uint32_t form_factor, const std::vector<uint32_t> &variants) override;
virtual const wd177x_format::format &get_track_format(const format &f, int head, int track) override;
private:
rc/mame/drivers/wpc_95.cpp b/src/mame/drivers/wpc_95.cpp
index 328589d4efe..01070c0a421 100644
--- a/src/mame/drivers/wpc_95.cpp
+++ b/src/mame/drivers/wpc_95.cpp
@@ -25,12 +25,13 @@ Cirqus Voltaire 50062 Hold QWER hit 1 QWER
The Champion Pub 50063 Hold QWER hit 1 QWER
Monster Bash 50065 Hold QWER hit 1 QWER
Cactus Canyon 50066 Hold QWER hit 1 QWER
+Phantom Haus 90001 (not a pinball, not working)
Safe Cracker 90003 Hold QWE hit 1 QWE (timed game)
Ticket Tac Toe 90005 Hold X hit 1 (n/a)
-Phantom Haus unknown (not emulated)
ToDo:
- Mechanical sounds
+- Phantom Haus: This is a "payout machine" - it gives tokens as prizes - not a pinball.
*********************************************************************************************/
diff --git a/src/mame/mame.lst b/src/mame/mame.lst
index e1229169154..86dc76ce40a 100644
--- a/src/mame/mame.lst
+++ b/src/mame/mame.lst
@@ -43709,6 +43709,7 @@ nbaf_31a //
ngg_10 //
ngg_13 //
ngg_p06 //
+ph_04 //
sc_091 //
sc_10 //
sc_14 //
@@ -43904,7 +43905,6 @@ nf_22 //
nf_23 //
nf_23f //
nf_23x //
-ph_04 //
rs_l6 //
rs_la4 //
rs_la5 //
diff --git a/src/mame/mess.flt b/src/mame/mess.flt