diff options
author | 2013-01-09 17:56:14 +0000 | |
---|---|---|
committer | 2013-01-09 17:56:14 +0000 | |
commit | 1568a656f86633b0c31af12ea496ceb66726d128 (patch) | |
tree | e70449545a64f974af84d386b58115d6d15bb04a /src/lib/formats/upd765_dsk.c | |
parent | 8cc9070d278adbc634b8e88f88bc266025a93ad9 (diff) |
(MESS) bw12, xerox820, wangpc: Fixed floppy. [Curt Coder]
Diffstat (limited to 'src/lib/formats/upd765_dsk.c')
-rw-r--r-- | src/lib/formats/upd765_dsk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/upd765_dsk.c b/src/lib/formats/upd765_dsk.c index 0762f274ad7..77e0bf07aa9 100644 --- a/src/lib/formats/upd765_dsk.c +++ b/src/lib/formats/upd765_dsk.c @@ -108,7 +108,7 @@ void upd765_format::build_sector_description(const format &f, UINT8 *sectdata, d floppy_image_format_t::desc_e* upd765_format::get_desc_fm(const format &f, int ¤t_size, int &end_gap_index) { - static floppy_image_format_t::desc_e desc[29] = { + static floppy_image_format_t::desc_e desc[26] = { /* 00 */ { FM, 0xff, f.gap_4a }, /* 01 */ { FM, 0x00, 6 }, /* 02 */ { RAW, 0xf77a, 1 }, |