Commit Graph

22658 Commits

Author SHA1 Message Date
Michaël Banaan Ananas
84ffcf912b added ebases color overlay (same as spacezap) 2013-05-31 17:38:55 +00:00
Curt Coder
253b92686b (nw) 2013-05-31 17:18:25 +00:00
Fabio Priuli
8e1d3221d1 whops, fixed silly bug affecting windows mask and effects in modes 4 & 5. nw. 2013-05-31 15:15:57 +00:00
smf-
7fa9150f74 remove unused at28c16_interface (nw) 2013-05-31 14:12:09 +00:00
Curt Coder
e173bebeda (MESS) softbox: Added CP/M hard disk installation instructions. [Mike Naberezny] 2013-05-31 13:46:56 +00:00
Curt Coder
86b2a50fe3 (MESS) abc80x, abc1600: Added Luxor ABC keyboard port slot interface. [Curt Coder] 2013-05-31 13:46:11 +00:00
Curt Coder
48736e0700 (MESS) horizon.xml: Added floppies. [Andrew Lynch] 2013-05-31 13:43:43 +00:00
Fabio Priuli
4bc77e28d1 (MESS) gba.c: reduced the number of per-pixel checks in the new routines. nw. 2013-05-31 13:25:05 +00:00
Miodrag Milanovic
50a289eac3 compile fix (nw) 2013-05-31 10:27:36 +00:00
Olivier Galibert
3fc42de4e3 inpttype.h: Use O1 instead of O0 on the critical function [Hans Ostermeyer]
Some benchmarking for different compilers and levels (seconds):
gcc 4.4.7: O0=ICE  O1=38.62 O2=58.13 O3=3721.11
gcc 4.5.4: O0=6.21 O1=25.63 O2=38.24 O3=3085.74
gcc 4.6.4: O0=4.95 O1=15.89 O2=32.94 O3=48.95
gcc 4.7.3: O0=6.11 O1=22.03 O2=126.41 O3=348.02

Hans tracked a wrong compile issue in 4.7 to the use of -O0.  That
table shows that -O1 is acceptable for everybody.  Note that it isn't
a time critical function, and it doesn't make sense to optimize it
much (it's a bunch of calls to another function which itself is
optimized and no computations).
2013-05-31 09:26:20 +00:00
Michaël Banaan Ananas
5e243d9e9c (note) 2013-05-31 08:18:32 +00:00
Fabio Priuli
156b88338e (MESS) gba.c: simplified video code, removing many redundancies. [Fabio Priuli] 2013-05-31 07:47:21 +00:00
Miodrag Milanovic
2337fd6287 reorder ifdefs (nw) 2013-05-31 06:21:04 +00:00
Fabio Priuli
1d6300d7d0 megadriv.xml: minor formatting cleanup from sunbeam. nw. 2013-05-31 06:19:32 +00:00
Fabio Priuli
2840892ced modernized the MB14241 and MathBox devices. [Osso] 2013-05-31 05:59:35 +00:00
Angelo Salese
c43cc8f12f aleck64: notes 2013-05-30 21:12:04 +00:00
cracyc
2d9806dfaa windows.mak: use := for variables set by external programs (nw) 2013-05-30 16:51:18 +00:00
Andrew Gardner
a22837583f Oops. Slot names aren't unique. This is better anyway. (nw) 2013-05-30 16:24:07 +00:00
Andrew Gardner
9ca45de8a6 Fixed return value & menu item name in the QT Debugger's Image menu. (nw) 2013-05-30 16:20:36 +00:00
Michaël Banaan Ananas
e2956881b9 nevermind this yet 2013-05-30 15:23:23 +00:00
smf-
fd4a360e4d Converted the Konami System 573 Security Cassettes to use slots. The current setting is no longer saved, so the default cassette is "game". Some games have additional I/O connected via the security cassette, which is now hooked up when the cassette is loaded instead of patched directly into the memory map. If the game has a separate "install" cassette then you need to select this and hard reset (shift+F3 or select reset from the slot menu) before it will let you install from the CD. [smf] 2013-05-30 15:17:43 +00:00
Miodrag Milanovic
9910ce0ecc change make file rules to be consistent to one in sdl build (nw) 2013-05-30 14:39:24 +00:00
Miodrag Milanovic
89834d2946 Cleaned a bit Carl's solution for optional QT debugger for Windows (nw) 2013-05-30 14:32:47 +00:00
Curt Coder
ff753045ef (MESS) qx10: Connected floppy software list. (nw) 2013-05-30 14:03:17 +00:00
Curt Coder
e0d03e60ea (MESS) softbox: Fixed Corvus hard disk interface. (nw) 2013-05-30 13:58:06 +00:00
Curt Coder
8cc08ea8e3 (MESS) abc1600: Fixed keyboard. (nw) 2013-05-30 13:57:04 +00:00
Curt Coder
537d2ee4cc i8251: Improved interface. (nw) 2013-05-30 13:56:33 +00:00
Curt Coder
737ea59851 (MESS) qx10: Added floppy software list. [Curt Coder] 2013-05-30 13:56:03 +00:00
Fabio Priuli
963ab6495e modernized the RP5H01 device [Osso] 2013-05-30 12:50:30 +00:00
Fabio Priuli
8ed7d024d9 uiimage.c: when creating a new file from the File Manager, require the user to
enter an extension too [Fabio Priuli]

this matches the behavior from command line where launching files of a
create-able media (e.g. tapes or memory cards) without extension is always 
interpreted like launching from softlist, while launching it with an extension 
actually creates the file if it does not exist yet.
2013-05-30 11:50:18 +00:00
Miodrag Milanovic
1dfb058b17 cast error found by mingw 4.7.4 (nw) 2013-05-30 07:25:08 +00:00
Miodrag Milanovic
c78b33c590 Fix for Apollo PIC8259 breakage [Hans Ostermeyer] 2013-05-30 07:11:26 +00:00
Fabio Priuli
0016e49bc9 bye bye silly terminator errors... nw. 2013-05-30 04:58:20 +00:00
Andrew Gardner
800c6fd7c3 Adds the Image menu to the QT debugger's main window.
This allows the user to mount disk/c images from the UI.
[Andrew Gardner]
2013-05-30 04:29:41 +00:00
cracyc
a8836f3b65 8237dma: convert its remaining users and kill it (nw)
--
The apollo and bebox both boot but might need more thorough testing.
2013-05-30 03:20:36 +00:00
R. Belmont
fc8c461aca Just some MESS drivers nobody cares about (nw) 2013-05-30 03:04:54 +00:00
Brian Troha
e288475fd7 New Mission Craft clone
New Clone Added
------------------------------
Mission Craft (version 2.7) [Artemio Urbina, The Dumping Union]
2013-05-30 01:33:28 +00:00
Robbbert
70474ce26a (MESS) scv: need space for terminator 2013-05-30 01:03:18 +00:00
cracyc
5695dfc045 pcshare: make all the common pc hardware in various pc based drivers inherit from pcat_base_state [Carl] 2013-05-29 23:15:35 +00:00
Fabio Priuli
0a87be2f6f (MESS) enterp: converted the Nick Graphics Chip to be a device. [Fabio Priuli] 2013-05-29 21:01:08 +00:00
Curt Coder
2efdb1703b Fixed naming conflict. (nw) 2013-05-29 20:28:15 +00:00
Michaël Banaan Ananas
e6f8ace247 blub 2013-05-29 20:15:10 +00:00
Curt Coder
a93fdfab23 (MESS) pet: Implemented SoftBox IEEE-488 peripheral mode, where a PET computer is used as terminal. [Curt Coder, Mike Naberezny] 2013-05-29 20:06:42 +00:00
Michaël Banaan Ananas
4aa3c44fe2 oisipuzl sprite layer offset was wrong 2013-05-29 19:41:34 +00:00
smf-
652c5cf751 Converted NCR5390 to devcb2 & use MCFG_DEVICE_CLOCK to set SCSI chip clock [smf] 2013-05-29 19:36:11 +00:00
Curt Coder
3cbc80192a (MESS) softbox: Added Corvus hard disk. [Curt Coder, Mike Naberezny] 2013-05-29 19:20:56 +00:00
smf-
bbdefddd2b Converted NCR5380N to devcb2 [smf] 2013-05-29 19:19:20 +00:00
Michaël Banaan Ananas
80194c0fc3 hooked up seibuspi sound fifos 2013-05-29 19:13:13 +00:00
Oliver Stöneberg
853fec1d2b (MESS) disabled some unused private fields reported by clang (nw) 2013-05-29 18:37:26 +00:00
Michaël Banaan Ananas
ced588e6da some addressmap cleanup 2013-05-29 18:29:42 +00:00