R. Belmont
8703f92910
Added FLAC (lossless audio) codec support plus experimental hooks in samples and chdman. Bumped up CHD-CD hunk size to get better compression ratios on both zlib and flac. [David Haywood, R. Belmont]
2012-01-22 18:38:22 +00:00
Nathan Woods
91ac2846be
Made codes in the 'input' debugger command case insensitive
2012-01-22 14:11:04 +00:00
mahlemiut
f8b4906f8f
i386: Yet more fixes from MESS.
2012-01-22 10:56:10 +00:00
Michaël Banaan Ananas
183fecd71c
screen eof regression
2012-01-22 00:55:50 +00:00
Michaël Banaan Ananas
9fd71b4905
screen eof regressions
2012-01-21 22:07:28 +00:00
R. Belmont
87c3d68343
Changes for GCC 4.7 compatibility [Belegdol]
2012-01-21 20:39:52 +00:00
Michaël Banaan Ananas
08262d3cd2
screen eof regressions
2012-01-21 16:26:46 +00:00
Michaël Banaan Ananas
a368317b1b
fix detatwin missing sprites
2012-01-21 15:07:38 +00:00
mahlemiut
ab7b9c2cd1
i386: Further fixes from MESS, including Carl's JCXZ fix.
2012-01-21 09:12:25 +00:00
Scott Stone
4ec18df667
Change in minimum -STR before results are shown (nw)
2012-01-21 02:32:56 +00:00
Scott Stone
58afb44bf8
Added documentation (pinout/dips/chip ID) for popobear based on PCB picture and manual. [Tafoid]
2012-01-20 23:53:27 +00:00
Michaël Banaan Ananas
2dd1392f3e
fix screen eof regression
2012-01-20 23:21:49 +00:00
Michaël Banaan Ananas
601ca437e6
two more, bored with it now
2012-01-20 22:52:36 +00:00
Michaël Banaan Ananas
ae60665dcf
screen eof regressions
2012-01-20 22:25:05 +00:00
Michaël Banaan Ananas
e80e3bb7ed
fix SCREEN_EOF regression
...
documented here: http://www.mametesters.org/view.php?id=4623
2012-01-20 22:02:21 +00:00
Michaël Banaan Ananas
b259746420
fix SCREEN_EOF regression
2012-01-20 21:41:34 +00:00
Michaël Banaan Ananas
23d291fb7b
sync interrupts to scanlines anyway
2012-01-20 18:42:42 +00:00
Curt Coder
2af25c4c7e
Added Intersil IM6402 UART emulation. [Curt Coder]
2012-01-20 14:07:54 +00:00
mahlemiut
e8404e05a4
i386: Fixed STR and SLDT instructions.
2012-01-20 11:16:07 +00:00
Michaël Banaan Ananas
b0eaeb8922
add note
2012-01-20 03:50:44 +00:00
Michaël Banaan Ananas
640aac305e
fix gberetb
2012-01-20 02:43:44 +00:00
Michaël Banaan Ananas
d3819b2d2b
improved interrupts (bootleg set is broken now, i'll get to that)
2012-01-20 01:40:46 +00:00
Brian Troha
80bb95d143
zn.c: Readd the alt mask rom format for ts2
2012-01-20 01:16:08 +00:00
Michaël Banaan Ananas
7efa03ba55
rm unnecessary comments, emulate soundlatch properly
2012-01-19 23:32:36 +00:00
Angelo Salese
dcb7e03334
VGA: first attempt at adding proper refresh rates [Angelo Salese]
2012-01-19 23:18:43 +00:00
mahlemiut
ed6ede2535
i386: Fixed BSR/BSF and CMPS based on test-i386 output.
2012-01-19 23:02:50 +00:00
smf-
3b305c1800
z8 & p8 were not being set
2012-01-19 20:34:24 +00:00
Brian Troha
85416cc045
zn.c: Removes the "older" ts2 graphics roms (IE: 05M, 06M 08M 10M with missing 07M & 09M). No other Capcom ZN game follows this load pattern and it doesn't make logical sense based on the rom board layout. If in the future it can be verified it can be re-added.
2012-01-19 03:20:39 +00:00
mahlemiut
d458480a07
i386: BTR and page fault fixes from Carl, and basic implementation of FIST and FBLD FPU instructions.
2012-01-18 22:54:36 +00:00
Angelo Salese
a5c3667e46
Another update, this is blitter based
2012-01-18 20:43:32 +00:00
Michaël Banaan Ananas
aac62dc22a
pinball description corrections from AntoPISA
2012-01-18 20:41:47 +00:00
Angelo Salese
99ec1a86c8
Updates from Haze
2012-01-18 19:40:22 +00:00
Angelo Salese
8e09bd59fa
New NOT WORKING game
...
--------------------
Popo Bear [R. Mucciarelli, N. Francfort, Smitdogg, The Dumping Union]
2012-01-18 18:13:08 +00:00
Michaël Banaan Ananas
5d6a53bfa4
update prev commit: cocktail more wasn't right yet
2012-01-18 16:45:00 +00:00
R. Belmont
b844c99768
fix Linux compile (nw)
2012-01-18 04:30:58 +00:00
Angelo Salese
4657631288
Same fix for VGA as the previous one
2012-01-17 21:55:35 +00:00
Michaël Banaan Ananas
b2c609591e
fix global offset regression
2012-01-17 21:30:16 +00:00
Angelo Salese
cdda02fa91
VGA: Fixed Double Scan / Maximum Scan Lines condition, and removed a bunch of kludges [Angelo Salese]
2012-01-17 20:12:25 +00:00
Michaël Banaan Ananas
f9a76259c2
mark missing prom as undumped
2012-01-17 19:21:12 +00:00
Ryan Holtz
6d7d5f9b5c
- Fixed MAMETesters 04612: All sets in aleck64.c: Crash before OK [MooglyGuy]
2012-01-17 19:16:44 +00:00
Aaron Giles
49f15acb7d
tagmap is just a C++ template now. Added iterators to it as
...
well. Updated a few outlying uses.
2012-01-17 19:06:55 +00:00
Michaël Banaan Ananas
c8fd0760b8
fix galpanis, galpanisj lockup
2012-01-17 18:39:55 +00:00
Michaël Banaan Ananas
5f2344b1b5
rom renamed (- to _) upon request
2012-01-17 16:25:33 +00:00
Miodrag Milanovic
49192fb69a
Fix for cassette (no whatsnew)
2012-01-17 08:55:52 +00:00
Aaron Giles
81d3e50238
Remove support for 4bpp packed graphics. These only manifested
...
for drivers that used GFX_RAW support for 4bpp systems, and yet
we had a bunch of extra code to support it. Updated these drivers
to do without it and removed all the extra code for supporting
it.
2012-01-17 06:16:20 +00:00
Aaron Giles
aeb29c33a2
Fix disk artwork rendering.
2012-01-17 06:14:54 +00:00
Scott Stone
2f44418d67
Reappointed former parent and clone (ts2, ts2j), making the recent US dump that was submitted now (ts2a). Rom names were updated with new info when the data was the same. (nw)
2012-01-17 01:48:12 +00:00
Aaron Giles
29ada3c938
Bulk converted most of the tilemap_* calls into method calls.
...
Only thing left is tilemap_create.
2012-01-17 00:25:05 +00:00
R. Belmont
3fed1d7c44
Setting all Atomiswave games back to NOT_WORKING; a regression version would be good to know (nw)
2012-01-16 23:44:03 +00:00
R. Belmont
8e7c28a8de
New games added as GAME_NOT_WORKING
...
-----------------------------------
Virtua NBA (prototype) [Arzeno Fabrice]
2012-01-16 22:03:40 +00:00