summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes
diff options
context:
space:
mode:
author mahlemiut <bsr@xnet.co.nz>2015-07-29 11:18:29 +1200
committer mahlemiut <bsr@xnet.co.nz>2015-07-29 11:19:38 +1200
commit01164581f5fb9122ef4ed4a41bcd9ca428658a62 (patch)
treeba67f94de81d1072e7f924644b8a971924c2af65 /src/mess/includes
parent736e7918e8973b1dcd1d504e109f608431cfc496 (diff)
al520ex: added back MSX disk image support (no idea where it went in the first place). Note that the disks in the softlist won't load due to extra superfluous text at the end of the image.
Diffstat (limited to 'src/mess/includes')
-rw-r--r--src/mess/includes/amstrad.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/amstrad.h b/src/mess/includes/amstrad.h
index 9f60119ea16..ca95ff7e83a 100644
--- a/src/mess/includes/amstrad.h
+++ b/src/mess/includes/amstrad.h
@@ -243,7 +243,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( cpc_romen );
DECLARE_WRITE8_MEMBER(rom_select);
- DECLARE_FLOPPY_FORMATS( floppy_formats );
+ DECLARE_FLOPPY_FORMATS( aleste_floppy_formats );
IRQ_CALLBACK_MEMBER(amstrad_cpu_acknowledge_int);