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 | |
| parent | a8c80b5a5f5df38c8080bb369c4a7c0e9f2b4b57 (diff) | |
Cleanups and version bumpmame0142u6
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/formats/hect_dsk.c | 2 | ||||
| -rw-r--r-- | src/lib/formats/vtech1_dsk.c | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/src/lib/formats/vtech1_dsk.c b/src/lib/formats/vtech1_dsk.c index b52ca3af16c..7a6d4a1176d 100644 --- a/src/lib/formats/vtech1_dsk.c +++ b/src/lib/formats/vtech1_dsk.c @@ -30,4 +30,4 @@ FLOPPY_OPTIONS_START( vtech1_only ) NULL, NULL ) -FLOPPY_OPTIONS_END0
\ No newline at end of file +FLOPPY_OPTIONS_END0 |
