diff options
author | 2011-06-19 19:29:25 +0000 | |
---|---|---|
committer | 2011-06-19 19:29:25 +0000 | |
commit | e6050ace10f2c2271c110d667e1b67a6b4367e25 (patch) | |
tree | f856b597851f07e2f9f7e95b4d49710c392d09e2 /src/lib/formats/hect_dsk.c | |
parent | a8c80b5a5f5df38c8080bb369c4a7c0e9f2b4b57 (diff) |
Cleanups and version bumpmame0142u6
Diffstat (limited to 'src/lib/formats/hect_dsk.c')
-rw-r--r-- | src/lib/formats/hect_dsk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/formats/hect_dsk.c b/src/lib/formats/hect_dsk.c index f6416ec7a53..9a704c538a3 100644 --- a/src/lib/formats/hect_dsk.c +++ b/src/lib/formats/hect_dsk.c @@ -93,4 +93,4 @@ FLOPPY_OPTIONS_START( hector_disc2 ) FLOPPY_OPTION( hector_dsk, "HE2", "hector disc2 floppy disk image 200K", hector_disc2_dsk200_identify, hector_disc2_dsk200_construct, NULL, NULL) FLOPPY_OPTION( hector_dsk, "HE7", "hector disc2 floppy disk image 720K", hector_disc2_dsk720_identify, hector_disc2_dsk720_construct, NULL, NULL) FLOPPY_OPTION( hector_dsk, "HE8", "hector disc2 floppy disk image 800K", hector_disc2_dsk800_identify, hector_disc2_dsk800_construct, NULL, NULL) -FLOPPY_OPTIONS_END
\ No newline at end of file +FLOPPY_OPTIONS_END |