Commit Graph

330 Commits

Author SHA1 Message Date
Olivier Galibert
2d2afa9ed9 ap2_dsk: Fix broken detection of dsk [O. Galibert] 2014-10-27 14:35:15 +01:00
etabeta78
7e23a90317 (MESS) spc1000: added support for tapes in .cas format [Fabio Priuli]
(MESS) spc1000: added emulation of joystick inputs [Fabio Priuli]

(MESS) added software list for Samsung spc1000 tapes [Fabio Priuli]

out of whatsnew: addition of joystick support made playable Space Invaders, Super Xevious, The Goonies and King's Valley.
2014-10-24 06:10:24 +02:00
Miodrag Milanovic
c93ed344fb Cleanups and version bump 2014-10-15 07:19:47 +00:00
Sandro Ronco
54047d6b53 (MESS) dmv: added floppy softlist. [Sandro Ronco]
(MESS) floppy: added read-only support for CopyQM images. (nw)
2014-10-10 19:28:34 +00:00
Wilbert Pol
5e8c2a11b2 (MESS) msx.c: Added support for DMK floppy images. [Wilbert Pol] 2014-10-08 20:49:24 +00:00
R. Belmont
4ef1aa7884 (MESS) More sector order heuristics. (nw) 2014-10-04 15:38:48 +00:00
R. Belmont
61e367ad21 (MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA to buffered controller. [R. Belmont] 2014-09-29 03:07:47 +00:00
Scott Stone
b52a88cc03 Changing #includes for headers that are part of toolchain and not part of any source/external library. Removal of references to messvers.rc as it does not appear to be used anymore. (nw) 2014-09-29 02:00:23 +00:00
Michael Zapf
71158c181d Removed unused variables.(nw) 2014-09-26 19:54:04 +00:00
Michael Zapf
437d5c5008 (MESS) hdc9234 still WIP, HFDC fixes, disk formats re-implemented for
modernized floppy system. (nw)
2014-09-26 18:35:07 +00:00
Michael Zapf
29da7f8748 (MESS) ti99: Changed logging for HFDC and interleave for MFM. (nw) 2014-09-13 22:56:36 +00:00
Michael Zapf
a40947caa0 (MESS) ti99: A single missing character breaks a floppy format.(nw) 2014-09-12 13:08:15 +00:00
R. Belmont
66944180b0 (MESS) Stop trashing DiskCopy 4.2 images that don't have tags. [R. Belmont] 2014-09-11 02:34:21 +00:00
Oliver Stöneberg
2320947534 replaced a few more exit() calls with fatalerror() (nw) 2014-09-10 17:46:04 +00:00
Wilbert Pol
d72b678f73 msx_dsk.c: Add support for 81 track images (nw) 2014-09-06 10:04:52 +00:00
Olivier Galibert
817f57e908 mfi_dsk: Fix leaks [O. Galibert] 2014-08-28 15:14:05 +00:00
R. Belmont
51e2c71c75 (MESS) Support ProDOS-order Pascal 1.3 images [R. Belmont] 2014-08-17 04:02:13 +00:00
Sandro Ronco
3655dc8ec8 (MESS) dmv: added expansions slot interface. [rfka01, Sandro Ronco]
(MESS) dmv: added boot ROMs from 4 different boards. [rfka01]
2014-08-15 07:30:57 +00:00
R. Belmont
23eddd0440 flopimg: don't trash a bunch of memory when loading legacy floppies. [R. Belmont] 2014-08-09 18:48:12 +00:00
Olivier Galibert
2c0c401608 duh (nw) 2014-08-09 13:12:31 +00:00
Olivier Galibert
c6da8ca408 floppy: Handle half and quarter tracks [O. Galibert] 2014-08-09 12:36:09 +00:00
mahlemiut
f74bc6fd94 gimix: added software list, fixed regression with booting Gimix Flex 3.6, added 8 inch floppy drive support. 2014-07-28 10:33:26 +00:00
Sandro Ronco
b5a05a2945 (MESS) Allow kc85_[2-5] to boot from floppy again. 2014-07-27 21:14:51 +00:00
Miodrag Milanovic
5d7e1fcc62 Cleanups and version bump 2014-07-22 06:14:55 +00:00
mahlemiut
a57151a7da gimix: corrected FDC clock, Gimix Flex 4.3 is now bootable. 2014-07-15 10:43:28 +00:00
R. Belmont
13a2f1ec0b (MESS) apple3: now using the cycle-accurate floppy emulation. [R. Belmont] 2014-07-04 01:44:26 +00:00
mahlemiut
fe28eca130 flex_dsk: add workaround for Gimix Flex 3.6 expecting tracks 1 and 2 to be MFM. It will now also boot. (no whatsnew) 2014-06-26 07:26:11 +00:00
mahlemiut
6fb8e08e0d flex_dsk: added support for some double-sided disk sizes. 800kB disk images are now readable. (no whatsnew) 2014-06-26 02:19:22 +00:00
mahlemiut
eefb405ff1 gimix: added support for Flex DSK disk images, will now boot Gimix Flex 3.3. 2014-06-26 00:23:24 +00:00
R. Belmont
ad915921be (nw) 2014-06-22 03:16:21 +00:00
R. Belmont
d2d865c800 (MESS) apple2: Support some oddball sized disk images and DOS 3.3 disks that were ripped in ProDOS sector order. [R. Belmont] 2014-06-22 03:13:07 +00:00
mahlemiut
78ded05aef dim_dsk: fix 2HS image loading (can now boot Illumination LASER from floppy) 2014-06-16 01:31:54 +00:00
Scott Stone
f4d741ca06 rainbow.c: New floppy code - uses more reliable 'wd_fdc'. [Bavarese]
i86.c: Four new 8086 opcode aliases: 0xc0 is 0xc2; 0xc1 = 0xc3; 0xc8 = 0xca; 0xc9 = 0xcb as documented at OS 2 Museum. [Bavarese]

rx50_dsk.h/c: Rainbow specific; The RX50 _disk drive_ was used in different architectures.  Floppy format used by Rainbow-100 and -190. Track layout (post-amble, some positions) yet unverified. Currently only raw 400 K disk dumps are supported (*.img).  [Bavarese]
2014-06-09 00:42:53 +00:00
Dirk Best
d93c9277c8 vtech1: Use the slot system for I/O and Memory expansion slots. Emulate
the newly dumped RS-232 cartridge. Add support for the WordPro
cartridge. Cleanup driver.
2014-06-07 09:57:00 +00:00
Curt Coder
82f7387896 (MESS) ql: Expansion WIP. (nw) 2014-06-03 10:54:04 +00:00
Olivier Galibert
7e22428d6a ipf: Fix #1360 [O. Galibert] 2014-05-11 17:17:32 +00:00
cracyc
4b0f0aae85 pc_dsk: doh (nw) 2014-05-05 12:35:48 +00:00
cracyc
983225cd17 pc_dsk: 1.2MB floppies have 80 tracks (nw) 2014-05-05 03:25:22 +00:00
Wilbert Pol
50150040e2 (MESS) msx.c: Floppy cleanup (nw) 2014-04-29 20:16:10 +00:00
Oliver Stöneberg
6b0355117f small cleanup in formats headers (nw) 2014-04-26 06:54:46 +00:00
Robbbert
84bbd78250 (MESS) fc100 : revert r29831 2014-04-23 10:19:25 +00:00
Robbbert
74f2efb158 (MESS) fc100 : seems cassette frequencies are 600/1200, so halved everything.
Also fixed unreliable loading by initialising some variables.
2014-04-22 10:36:55 +00:00
Michaël Banaan Ananas
adcf35ce1c The product model is FC-100, FC stands for Famicom. Goldstar have made several "FC" homecomputers including an MSX1 called FC-200. 2014-04-20 20:09:01 +00:00
Robbbert
67ad2ee836 (MESS) fc100 : added support for CAS-format files. 2014-04-20 13:43:19 +00:00
R. Belmont
d46cefb791 (nw) 2014-04-12 20:45:18 +00:00
R. Belmont
4507757178 (MESS) Apple II: implemented cycle-exact Disk II floppy controller using the modern floppy subsystem. [O. Galibert, R. Belmont] 2014-04-12 20:20:11 +00:00
Olivier Galibert
5e378738aa Oric 1: Spring cleaning [O. Galibert]
Putting back the apple2 disk2 in the Pravetz 8D will wait until the
next generation one is finalized.
2014-04-12 15:15:20 +00:00
cracyc
2130b87ae0 td0_dsk: cleanup (nw) 2014-04-09 13:46:04 +00:00
Miodrag Milanovic
fec65e0b57 Cleanups and version bump 2014-04-07 06:04:18 +00:00
Curt Coder
6eafc6bb3f (MESS) tandy2k: Tries to load DOS now. (nw) 2014-04-06 20:46:17 +00:00