Commit Graph

373 Commits

Author SHA1 Message Date
Oliver Stöneberg
10385fe130 fixed several missing assert.h includes (nw) 2015-03-20 13:06:57 +01:00
Oliver Stöneberg
c61c31ee06 moved assert replacement inside emucore.h so it is actually used / removed assert.h include from some headers and added it to lots of source 2015-03-20 12:19:40 +01:00
Oliver Stöneberg
9f29fc0916 removed a few more unnecessary assert.h includes (nw) 2015-03-20 11:39:41 +01:00
Oliver Stöneberg
2849b81c5d removed unnecessary assert.h includes (nw)
including global one for Visual Studio
2015-03-20 11:36:49 +01:00
Michael Zapf
d498d5cedf (MESS) ti99: Added a sanity check for disk format detection and a non-locking Alphalock 2015-03-17 21:09:39 +01:00
Miodrag Milanovic
6ae44e46f9 Cleanups and version bump 2015-02-25 08:09:13 +01:00
Peter Ferrie
4edae19ad1 (MESS) ap2_dsk.c: support oversized Apple II EDD images [Peter Ferrie] 2015-02-23 22:18:20 -08:00
Robbbert
68af4f9b5f Merge branch 'master' of https://github.com/mamedev/mame 2015-02-07 23:50:27 +11:00
Robbbert
85cdd69eb3 (MESS) mbee: sped up bank switching; removed unneeded format files (nw) 2015-02-07 23:48:34 +11:00
Olivier Galibert
d35b80ca06 huh? (nw) 2015-02-07 11:24:32 +01:00
mahlemiut
e07d4d513e flex_dsk: added empty formats[] member, to keep clang happy 2015-02-07 11:18:53 +13:00
MetalliC
e5a9d0bdf3 (MESS) Beta Disk interface convert to wd_fdc 2015-02-06 20:39:58 +02:00
Robbbert
4f4a67ddd3 (MESS) oops (nw) 2015-02-06 19:40:28 +11:00
Robbbert
05cec06ade (MESS) kaypro: OG has verified gaps and base class for KAY format. 2015-02-06 19:25:42 +11:00
Robbbert
d826b5b1ae (MESS) kaypro: reinstated support for the old DSK format, but you need to rename your disks to KAY. 2015-02-06 17:45:53 +11:00
cracyc
86cadf5f71 (mess) pc9801: fix egc shifter (nw) 2015-02-05 12:18:12 -06:00
arbee
0d5783fd85 apple2: properly handle ProDOS-order Microsoft CP/M boot disk [R. Belmont] 2015-01-31 22:26:30 -05:00
peterferrie
a2ad5f9e2d (MESS) ap2_dsk: don't allocate 2Mb of *stack*, malloc() instead [Peter Ferrie] 2015-01-03 21:39:54 -08:00
peterferrie
ff73a6a116 support 800k ProDOS order (.po) disks 2015-01-02 22:41:39 -08:00
Miodrag Milanovic
e6f78d5ed2 Cleanups and version bump 2014-12-31 07:53:27 +01:00
Wilbert Pol
dedb5c5d22 Move some includes around to fix compile errors on OSX; if this breaks any other environments then feel free to revert this. (nw) 2014-12-29 23:23:51 +01:00
Robert
4db0f3b64d (MESS) excalibur : starting to add floppy support (nw)
(note: using old wd17xx because new wd crashes when the disk is loaded up)
2014-12-20 10:55:14 +11:00
etabeta78
63cd42b04f unneeded variable can be removed. nw. 2014-12-12 06:46:03 +01:00
Scott Stone
e58af37d83 Allow for compiling, please revisit! (nw) 2014-12-11 19:59:35 -05:00
Curt Coder
af46cb98f9 (MESS) c8050: Floppy WIP. (nw) 2014-12-11 19:36:13 +02:00
etabeta78
d7e0e01987 renamed the disk formats, since I cannot exclude some of them are used
also for x68000 disks... nw.
2014-12-11 14:30:57 +01:00
etabeta78
3be466937c (MESS) pc98: added support for disks in .fdd format. [Fabio Priuli] 2014-12-11 14:14:18 +01:00
etabeta78
76aeb0cc45 fixed visual studio and possibly more. nw. 2014-12-11 14:12:14 +01:00
etabeta78
83e89c1ff9 (MESS) pc98: added preliminary support for disks in DCP, DCU, DIP
and NFD formats. [Fabio Priuli]
2014-12-10 22:49:21 +01:00
Curt Coder
beb6c17ced (MESS) victor9k: Floppy WIP. (nw) 2014-12-08 17:12:58 +02:00
Curt Coder
bd1c776e89 (MESS) victor9k: Floppy WIP. (nw) 2014-12-06 19:05:13 +02:00
Curt Coder
c0fa75215f [MESS] victor9k: Floppy WIP. (nw) 2014-12-04 22:04:16 +02:00
Curt Coder
f7f3a6e9d2 (MESS) victor9k: Floppy WIP. (nw) 2014-12-03 16:33:29 +02:00
Zoë Blade
44322992e5 Fix various typos
Squashed commit of the following:

commit 040fd169bfd6845b33d3f86fd66afb4a632605c6
Author: Zoë Blade <zoe@bytenoise.co.uk>
Date:   Sun Nov 30 22:24:30 2014 +0000

    Fix more typos in comments

commit 6121ae593008a574735427e047fdb7a16f4fa47f
Author: Zoë Blade <zoe@bytenoise.co.uk>
Date:   Sun Nov 30 22:20:37 2014 +0000

    Fix more typos

    Not all are in comments this time, but the vast majority are, and
    the rest are in printed text.  None are variable or constant names.

commit 84bc72573009bb46f5601f7257a7f7538f25cfc2
Author: Zoë Blade <zoe@bytenoise.co.uk>
Date:   Sun Nov 30 22:01:46 2014 +0000

    Fix some typos
2014-11-30 22:29:32 +00:00
Miodrag Milanovic
ebeaa953a3 Cleanups and version bump 2014-11-26 10:37:58 +01:00
Curt Coder
13f7f17a37 (MESS) victor9k: Floppy WIP. (nw) 2014-11-05 21:24:26 +02:00
Curt Coder
37a7ded8af (MESS) victor9k: Floppy WIP. (nw) 2014-11-04 23:37:05 +02:00
Curt Coder
af8b0eedcd (MESS) victor9k: Floppy WIP. (nw) 2014-11-03 22:53:00 +02:00
Curt Coder
eee1cbdc5e (MESS) victor9k: Floppy WIP. (nw) 2014-11-03 22:00:29 +02:00
etabeta78
ce28862753 enabled a few C64 cart types from fullpath (.crt format), sync castool
with the supported tape formats + fixed misc typos and c'n'p mistakes
reported by Riley110. nw.
2014-11-03 12:35:14 +01:00
Curt Coder
9f107c0d7f (MESS) victor9k: Floppy WIP. (nw) 2014-11-02 13:06:25 +02:00
Olivier Galibert
2bac99ca3f d88_dsk: Support some incorrect images [O. Galibert] 2014-10-31 12:08:49 +01:00
Olivier Galibert
f22371f389 ap2_dsk: edd support [O. Galibert] 2014-10-27 14:35:22 +01:00
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