Commit Graph

12689 Commits

Author SHA1 Message Date
Angelo Salese
80f10d9c95 Port from MESS 2011-06-09 18:31:41 +00:00
Fabio Priuli
a6053a303a info.c: added display of disk is writeable in -lx. no whatsnew. 2011-06-09 13:37:54 +00:00
Fabio Priuli
f785617ba3 info.c: added basic display of slot info in -lx [Fabio Priuli] 2011-06-09 12:17:10 +00:00
Fabio Priuli
e32e6fa89a goldstar: fixed romanization from Korean for Kkot No Li [30yr] 2011-06-09 10:52:54 +00:00
Fabio Priuli
509b39374d sdlsocket: workaround for a problem in the detection of tcp/ip socket address [Michael Zapf]
out of whatsnew
remark 1- this is for MESS only to my knowledge, let me know if I should credit the change in MESS instead
remark 2 (mainly for Arbee) - sorry if I touched the SDL side of the source, but mizapf was eager to fix the ti99 issues 
            and since tlinder approved the change and you did not object on the MESS list, I think it was time to commit it ;)
2011-06-08 19:49:12 +00:00
Miodrag Milanovic
3853306c85 Added image devices menu to debugger (windows only for now) [Miodrag Milanovic] 2011-06-08 12:59:11 +00:00
Miodrag Milanovic
9a6d2b7bac Added image devices support to debugger [Miodrag Milanovic] 2011-06-08 07:03:24 +00:00
Angelo Salese
5493aeb8fa Port from MESS 2011-06-08 01:18:30 +00:00
R. Belmont
79be2758cf Compile fix for GCC 4.6 (no whatsnew) 2011-06-07 23:01:46 +00:00
Miodrag Milanovic
302cef2ab1 286 - fixes the DOS/16M dos extender that comes with Lotus 123r3 [Carl] 2011-06-07 16:32:56 +00:00
Angelo Salese
8ed23fe945 Rewrote SCSP DMA function from scratch [Angelo Salese] (port from MESS) 2011-06-07 15:54:51 +00:00
R. Belmont
fb2da019ad New games added as GAME_NOT_WORKING
-----------------------------------
Donggul Donggul Haerong [Guru]

nw part: this is named "CrystalSystemSomething" under Misc/, which is why 
everyone missed it ;-)  Seems to have the same protection as the other CS games,
if someone understands that feel free to make it run.
2011-06-07 13:06:35 +00:00
Miodrag Milanovic
8014584c88 i286 - Fix for Phar Lap and Borland 16-bit DPMI servers. [Carl] 2011-06-07 06:55:01 +00:00
smf-
c7ee86e0e1 fixed building with msvc 2011-06-07 06:33:48 +00:00
R. Belmont
5680f6987c chdcd: Better GCC 4.6 fix (no whatsnew) 2011-06-07 02:23:19 +00:00
R. Belmont
97337f2ddc Missed file (nw) 2011-06-06 22:51:26 +00:00
Ryan Holtz
1ec454197a HLSL Updates: [Ryan Holtz, Bat Country Entertainment, austere]
- Reworked default shadow mask settings, eliminating rainbow banding and matching reference shots more closely
- Moved color power to occur after shadow mask, as it is intended to simulate nonlinear phosphor response
- Added a variable-width notch filter to the Y channel in NTSC post-processing, eliminating luma banding on e.g. CoCo 2 and Apple II
2011-06-06 21:25:38 +00:00
Scott Stone
1d33744bd4 Fix for 04298: mame -h points to incorrect usage file (no whatsnew) 2011-06-06 18:02:19 +00:00
Scott Stone
5fe2da9a5e Fix for 04329: mexico: Wrong description. (no whatsnew) 2011-06-06 17:50:09 +00:00
Scott Stone
ebfc41281f Added mame.lst entry for specfrce. (no whatsnew) 2011-06-06 02:22:40 +00:00
R. Belmont
520bfa300c New games added as GAME_NOT_WORKING
-----------------------------------
Special Forces Elite Training [Guru, R. Belmont]
2011-06-06 01:59:16 +00:00
R. Belmont
b696a7407f chdman: fix GCC 4.6 build [R. Belmont] 2011-06-06 01:54:00 +00:00
Angelo Salese
a449c766a2 Cleanups and version bump 2011-06-05 22:35:20 +00:00
Angelo Salese
910fff0955 Fix compile 2011-06-05 22:18:08 +00:00
Angelo Salese
69ece3433c Added echo emulation to the OkiM6376 sound chip [J. Wallace] 2011-06-05 21:53:19 +00:00
Angelo Salese
7506e9cf13 Started to work on Neogeo ROM naming, mostly removal of .bin extension in favour of chiplabel.socketlabel convention [Johnboy] 2011-06-05 21:47:04 +00:00
Angelo Salese
000a6afd94 Last port from MESS at this run 2011-06-05 21:38:58 +00:00
Curt Coder
d94b15190e Added Guru-readme. (nw) 2011-06-05 19:11:14 +00:00
Angelo Salese
6fd23efcc3 Port from MESS 2011-06-05 16:35:49 +00:00
Aaron Giles
bdca1b980a Fix inverted check on anonymous timers prior to saving state. Also
fix bug where we fail to ignore the permanent non-expiring anonymous
timer. Added code to log timers, and we now log them at each save
attempt as well as at restore time. Should fix most recent save state
releated regressions. [Aaron Giles]
2011-06-05 16:01:42 +00:00
Olivier Galibert
c0fbaa4def inptport: fix typo and MT #4360 - requires a recompile of all affected drivers to be effective (nwn) 2011-06-05 15:51:01 +00:00
Olivier Galibert
6b0e05e474 inpttype: fix lifetime error (nwn) 2011-06-05 15:36:27 +00:00
Olivier Galibert
87ab11f6d2 inpttype: fix typo (nwn) 2011-06-05 15:13:45 +00:00
Miodrag Milanovic
f2e42d1d49 i286 - Fix for exception handling makes bios 13 from at to pass tests, by Carl (no whatsnew) 2011-06-05 13:56:19 +00:00
Olivier Galibert
87a6c3f7f8 memory: Change the gc into a refcounter, for speed reasons. [O. Galibert] 2011-06-05 09:03:31 +00:00
Brian Troha
55c58f6bdf Remove Super Ball from "undumped" game list at the end of the file 2011-06-05 04:26:16 +00:00
Brian Troha
b84aa4a9a2 New Game added - Super Ball
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Super Ball (Version 1.3) [David Haywood, Brian Troha, The Dumping Union]
2011-06-05 04:20:48 +00:00
Angelo Salese
8786c7499e Test replace removal 2011-06-04 13:11:56 +00:00
Angelo Salese
5a70849036 Fix for MT #4305 2011-06-04 13:04:25 +00:00
Olivier Galibert
57b178c02c Fix the fix (nwn, and only compile-tested). 2011-06-04 08:49:57 +00:00
smf-
fe7cf51480 psx spu dma hookup is done in machine config, so the trampolines can go.
plus a bit of a tidy up.
2011-06-04 05:52:49 +00:00
Scott Stone
1d1983b52c Fixes for "Loading.." hang for saturn.c, jpmimpct.c (no whatsnew) 2011-06-03 21:37:56 +00:00
Fabio Priuli
60e506fc38 clifront: fixed behaviour of confirm_quit when emulation is started from the internal UI. no whatsnew.
previous patch was not returning correctly to the internal menu after ESC
2011-06-03 21:01:39 +00:00
Alex W. Jackson
69e571a85f i86: fix initial CS on reset 2011-06-03 16:48:24 +00:00
Fabio Priuli
2082b37969 emuopts: added confirm_quit option (defaults to off). when on, pressing ESC you are prompted with
a 'confirm quit' screen rather than directly quit emulation. [MamePlus Team, Mamesick, Fabio Priuli]


out of whatsnew: feel free to suggest a better quit message, if you don't like the one I added.
2011-06-03 16:38:05 +00:00
Ryan Holtz
ad8a4985f9 Memory leak fix, nwn 2011-06-03 14:41:30 +00:00
Ryan Holtz
771b77142f Fix for performance regression and slider regression in HLSL, also re-enabling pixel prescaling in yiq_encode.fx. No whatsnew. 2011-06-03 14:38:59 +00:00
Angelo Salese
d059d832c3 Hooked up the 2 PPI8255 for Super Crowns Golf [Angelo Salese] 2011-06-03 13:17:29 +00:00
smf-
964a0e7924 fixed replacing the gpu for coh110 based games 2011-06-02 21:44:11 +00:00
smf-
f1dea91333 fixed which gpu is the non standard one. 2011-06-02 21:41:01 +00:00