Commit Graph

37050 Commits

Author SHA1 Message Date
angelosa 701e022ce4 Added read TOC command 2015-07-12 20:51:55 +02:00
angelosa bd56c9fa54 Base cd-rom device hooked up, dies at Read TOC now. 2015-07-11 19:35:55 +02:00
angelosa 77bcf2c496 Added standard_return. 2015-07-11 18:54:01 +02:00
angelosa 1715ab675f Might as well disable MPEG for the time being. 2015-07-11 18:39:04 +02:00
angelosa b70a6d2572 It's alive! 2015-07-11 18:20:48 +02:00
angelosa 56312e7e20 More commands 2015-07-11 17:51:28 +02:00
angelosa 69ee9a72ba Added a bunch of commands 2015-07-11 17:24:45 +02:00
angelosa cd5a7a737c Checkpoint 2015-07-11 16:23:19 +02:00
angelosa f46a14e470 Welcome back, CD Menu. 2015-07-09 02:12:22 +02:00
angelosa 8a34e8005c We're busy, don't disturb. 2015-07-09 00:23:07 +02:00
angelosa 51786009c2 Do the cd roll! 2015-07-08 23:31:10 +02:00
angelosa 5af5b51311 Time to log baby. 2015-07-08 23:12:04 +02:00
angelosa 2e28621749 Map ports, first part in address map spacing (6-bits isn't enough I'm aware) 2015-07-08 22:50:20 +02:00
angelosa 433974121a Access memory maps 2015-07-08 21:53:50 +02:00
angelosa 8f9a092287 Initial commit, added base device class 2015-07-08 21:08:53 +02:00
Ivan Vangelista 0049dee886 starcrus.c, tapatune.c: added / enabled save state support (nw) 2015-07-08 18:54:18 +02:00
hap c4ee2e159e stupid bug 2015-07-08 17:26:06 +02:00
Olivier Galibert 85fa440fae scfinals: Add correct default eeproms [O. Galibert] 2015-07-08 16:32:15 +02:00
David Haywood 914b36295e also vendettar is a US set, there's a WDUD logo after the attract cycles (nw) 2015-07-08 14:15:44 +01:00
David Haywood e8024425bc new clones
Vendetta (Asia, 4 Players, ver. Z) [Fraspe]
2015-07-08 14:11:34 +01:00
David Haywood 8db7d164b2 new clones
Quizard (v1.0) [TeamEurope]
2015-07-08 13:59:44 +01:00
Olivier Galibert cc0ed832ac m68k: fix unaligned pc-relative accesses [O. Galibert] 2015-07-08 14:00:34 +02:00
David Haywood a700b32e2b Merge pull request #250 from system11b/S11bells
S11bells - correct Bells & Whistles viewable area
2015-07-08 08:43:04 +01:00
David Haywood 37ed7c9a1f Merge pull request #251 from mamesick/master
Fix for MAMETESTERS bug #05981
2015-07-08 08:42:29 +01:00
mamesick 32aa3af890 Fix for MAMETESTERS bug #05981
Discussed this commit with Haze directly. If we cannot get rid of the draw_sprites
hack we use, at least we should make it working correctly, not to be the cause of bugs.
Fixed the mentioned bug and priorities in all other games that uses same drawing routine.
2015-07-08 07:03:03 +02:00
Lord-Nightmare dfdb226849 fix note for gigaman2 set (n/w) 2015-07-07 22:49:29 -04:00
angelosa 6d47b6b63c Added transfer size clear for DMAs, used by Chaos Seed in SS (still randomly crashes tho), nw 2015-07-08 02:14:37 +02:00
angelosa d7541fe44c Merge branch 'master' of https://github.com/mamedev/mame 2015-07-08 01:03:30 +02:00
angelosa 7fae92816c Added bread-and-butter DMA CH 0 for SH7032, used by Casio Loopy for RAM fill. 2015-07-08 01:03:17 +02:00
couriersud 78917506f2 Document progress on congo bongo. Gorilla sound now works. Performance
up from 30% to 170%. Use
./nltool -c run -f nl_examples/congoBongo.c -t 2
to test.
Minor enhancements and bugfixes.
[Couriersud]
2015-07-08 00:37:59 +02:00
angelosa b58f781202 Merge branch 'master' of https://github.com/mamedev/mame 2015-07-08 00:05:03 +02:00
angelosa 9651bab283 Added SH-2A flavour, which is SH-2 + SH7021 used by Casio Loopy. 2015-07-08 00:04:48 +02:00
hap a88324eba1 added wake up on K input 2015-07-07 23:47:14 +02:00
system11b 13d34579ce Also simplified TMNT calculation in line with Bells & Whistles. 2015-07-07 22:45:29 +01:00
system11b 8f336b2d3a Corrected screen size for Bells & Whistles as per bug 05594 2015-07-07 22:37:14 +01:00
angelosa feb09026c6 Bulk replace, nw 2015-07-07 23:06:49 +02:00
angelosa c43cc5d258 Merge branch 'master' of https://github.com/mamedev/mame 2015-07-07 22:50:54 +02:00
angelosa 40d00d467d Fixed accessing to internal map, might need another parameter for address cache "masking" (i.e. SH-1 uses address bit 27 for cache), nw 2015-07-07 22:50:47 +02:00
angelosa ad346d1cc7 Fixed number of address lines for SH-1 2015-07-07 22:35:28 +02:00
angelosa f7cd2d14ca Fixed SH-1 internal mem map, nw 2015-07-07 22:29:10 +02:00
hap 2579497d2b nw 2015-07-07 21:56:45 +02:00
hap 5c036e0998 added internal timer 2015-07-07 21:49:49 +02:00
angelosa 37950bd90f First step in converting SH-2 to have separate internal devices. Fixed SH-1 num of address bits, removed extra read / write memory checks, added cache data array to main SH-2.
(out-of-whatsnew) If anything regresses please let me know.
2015-07-07 20:52:24 +02:00
angelosa 9debe72975 Fix compile 2015-07-07 20:01:29 +02:00
angelosa 3336c1815e Minor mod, nw 2015-07-07 19:27:27 +02:00
angelosa 2f9d79fed1 I'm sick of seeing MCFG_SCREEN_VBLANK_TIME ...
...  It's an AIDS-inducting blantant hack, and it roots from 199x original MAME design.

(in pull request just because it needs compiling and testing)
2015-07-07 19:24:57 +02:00
angelosa 5942386e5e Added a bunch of doxygen style comments in screen.h, regarding MCFG_SCREEN_* functions 2015-07-07 18:10:36 +02:00
David Haywood 75da7dd07f Merge pull request #248 from mamesick/master
Fix for MAMETESTERS bug #04877
2015-07-07 15:59:39 +01:00
Curt Coder 8bf401543d c128_flop.xml: Added Paperback Writer 128, Term Paper Writer, The Great War, and Your Personal Financial Planner 128 disk images. [Curt Coder] 2015-07-07 14:55:03 +03:00
mamesick 67ff4beb5b Fix for MAMETESTERS bug #04877
There's no need to keep that visible area wrong value now that the offsets are fixed.
If this change was made for the offsets bug, now can go away. If not, I don't see a valid reason to keep it,
since it's the cause of the bug.
2015-07-07 13:16:34 +02:00