Commit Graph

27345 Commits

Author SHA1 Message Date
Fabio Priuli
b40ea2dac4 (MESS) nes: properly implemented Aladdin Deck Enhancer as a
pass-through cart. Correct syntax to launch e.g. Dizzy The Adventurer
is now "mess nes -cart ade -cart2 dizzyadv". Moved Aladdin minicart
dumps to a separate softlist (but you can load in -cart2 iNES files from
fullpath, if you like) [Fabio Priuli]
nes_camerica: simplified emulation of the BF9096 board and fixed 
emulation of GoldenFive board (used by the Polish Pegasus 5 in 1
cart). [Fabio Priuli]

out of whatsnew: this commit completes the recent work about emulating properly the 
different pass-through NES/Famicom devices and their corresponding mini-carts...
there should be no more games requiring non-standard syntax to be launched.
2014-02-21 12:09:38 +00:00
Michaël Banaan Ananas
88afb1b6af off-by-one fixes, added notes, implemented panning 2014-02-21 12:00:51 +00:00
Michaël Banaan Ananas
b76a8dd22c fix mistake 2014-02-21 11:24:29 +00:00
Oliver Stöneberg
c6f92ae843 fixed non-DEBUG build (nw) 2014-02-21 10:54:07 +00:00
Oliver Stöneberg
891839aade deprecated TMS3615 (nw) 2014-02-21 10:42:52 +00:00
Oliver Stöneberg
23a39b0b0d added DEBUG-only tagmap lookup counter (nw) 2014-02-21 10:37:27 +00:00
Oliver Stöneberg
67fed00635 DEBUG -> MAME_DEBUG (nw) 2014-02-21 10:34:23 +00:00
Oliver Stöneberg
bf262c724e always enable SYMBOLS in case of SANITIZE (nw) 2014-02-21 10:28:19 +00:00
Oliver Stöneberg
c05e3e317c clang 3.4 now works out-of-the-box (nw) 2014-02-21 10:27:33 +00:00
Oliver Stöneberg
b4f975b47a fixed clang compilation (nw) 2014-02-21 10:26:09 +00:00
smf-
ab02ed5e2d Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock hacks. Standardised COM8116 DEVCB2 callbacks. GUS gf1_device device derives from acia6850_device to gain access to the tx & rx irq state, rather than exposing it with a public method. [smf] 2014-02-21 09:51:59 +00:00
Robbbert
c386707cc7 (MESS) ht68k : fixed crash at start 2014-02-21 07:54:39 +00:00
Oliver Stöneberg
d575310a8b forgot to commit one clang 3.4 fix for MAME (nw) 2014-02-21 07:22:32 +00:00
David Haywood
3d7aa213b4 misc progress (nw) 2014-02-21 04:48:31 +00:00
R. Belmont
4603e5e51a (nw) 2014-02-21 04:10:25 +00:00
David Haywood
bc5fe9b35b further improvements (nw) 2014-02-21 03:26:02 +00:00
David Haywood
af46243d26 signs of life.. (nw) 2014-02-21 03:10:03 +00:00
David Haywood
6d3c6279cc new clones
Street Fighter III: New Generation (Asia 970204, NO CD, bios set 1) [Smitdogg]
2014-02-21 01:09:34 +00:00
Alex W. Jackson
29c74e418b Fix MT 5245 [Alex Jackson] 2014-02-21 00:54:45 +00:00
David Haywood
11c363553b new clones
Gulf Storm (set 3) [TeamEurope]
2014-02-21 00:46:52 +00:00
Angelo Salese
12b19a6e1b Guh 2014-02-21 00:37:54 +00:00
David Haywood
ebde03fd22 new NOT WORKING
MegaPhoenix [Enricnes (from AUMAP)]

this just hooks up some of the basics, still need to figure out what's what, it's a 68k+ TMS34010 + z80 setup
2014-02-21 00:28:28 +00:00
Alex W. Jackson
9e3c71a409 jubilee.c: fix visarea assert; change CRTC clock divider to more realistic value (nw) 2014-02-20 23:43:04 +00:00
Alex W. Jackson
8057d886d9 Fix tools compile (nw) 2014-02-20 22:19:57 +00:00
Michaël Banaan Ananas
3295911278 nw 2014-02-20 22:13:40 +00:00
Alex W. Jackson
0c435bf290 Fix gcc 4.8 compile (nw) 2014-02-20 21:58:19 +00:00
Sandro Ronco
d3ca564778 (MESS) glcolor: fixed year (nw) 2014-02-20 21:44:27 +00:00
Oliver Stöneberg
e834a7cba2 clang 3.4 fixes for tools (nw) 2014-02-20 20:42:25 +00:00
Oliver Stöneberg
e95ea34cd7 clang 3.4 fixes for MAME (nw) 2014-02-20 20:37:19 +00:00
Wilbert Pol
fda956235a Note (nw) 2014-02-20 20:28:41 +00:00
Scott Stone
afd50d578c (MESS) machine\megadriv.c - Fixes segfault when trying to load the homebrew megadrive tutorial file "firststeps". [Felipe Sanches] 2014-02-20 20:26:32 +00:00
Scott Stone
bf10dd16fa (MESS) a7800.c - Added more details and clarification regarding the potentiometer. [Robert Tuccitto] 2014-02-20 20:15:26 +00:00
Ivan Vangelista
fcce0bf75c Fixed dfruit and lastbank regression. (nw) 2014-02-20 20:01:37 +00:00
Oliver Stöneberg
982e007ab3 fixed compilation with older clang versions (nw) 2014-02-20 20:01:35 +00:00
Sandro Ronco
0a3992f25b (MESS) New NOT WORKING system
----------------------------------------------
VTech Genius Leader Color (Germany) [TeamEurope]
2014-02-20 19:05:30 +00:00
Sandro Ronco
0ffeaba699 (MESS) gl4004: fixed lcd and ROM banking. (nw) 2014-02-20 18:58:14 +00:00
Oliver Stöneberg
3138b2c660 second round of clang 3.4 fixes for MESS (nw) 2014-02-20 18:18:29 +00:00
Aaron Giles
d8ba983889 #if 0 around some debugging code. 2014-02-20 18:11:51 +00:00
Aaron Giles
dd15b719a3 Another round of auto_alloc_array conversions.
Some minor enhancements to dynamic_array, including clearing to specific values
and expanding and clearing newly allocated values.
2014-02-20 18:11:00 +00:00
Oliver Stöneberg
9fa82ef4c3 first round of clang 3.4 fixes for MESS (nw) 2014-02-20 17:50:51 +00:00
Michaël Banaan Ananas
0991d0a4c5 note 2014-02-20 12:24:09 +00:00
Robbbert
459d78f513 (MESS) apf : Fixed bad dump in Basic, and added Extended Basic [Thanks to ranger_lennier] 2014-02-20 10:24:17 +00:00
Robbbert
b4d1e97826 (MESS) apf : added another bios [Thanks to ranger_lennier] 2014-02-20 10:19:54 +00:00
Curt Coder
a2607ef575 Fixed compile. (nw) 2014-02-20 08:34:52 +00:00
Justin Kerk
67bfb5a7b3 Fix compile on clang (nw) 2014-02-20 06:21:30 +00:00
Roberto Fresca
a01ed26b33 Added more findings, technical and game notes, changed
some input names and changed the game description to
match what the cab says.
2014-02-20 06:02:06 +00:00
Aaron Giles
140f75ef9c Fix vector rendering. 2014-02-20 05:28:42 +00:00
Brian Troha
a6089c771c new pe+ clones
New Game Added
-------------------------------------
Player's Edge Plus (PP0120) Wild Sevens Poker [BrianT]

New Clones Added
-------------------------------------
Player's Edge Plus (PP0008) Standard Draw Poker [BrianT]
Player's Edge Plus (PP0014) Standard Draw Poker [BrianT]
Player's Edge Plus (PP0023) 10's or Better [BrianT]
Player's Edge Plus (PP0051) Joker Poker [BrianT]
Player's Edge Plus (PP0055) Deuces Wild Poker (set 3) [BrianT]
Player's Edge Plus (PP0057) Deuces Wild Poker (set 2) [BrianT]
Player's Edge Plus (PP0059) Two Pair or Better (set 2) [BrianT]
Player's Edge Plus (PP0064) Joker Poker [BrianT]
Player's Edge Plus (PP0083) 10's or Better [BrianT]
Player's Edge Plus (PP0116) Standard Draw Poker [BrianT]
Player's Edge Plus (PP0118) Standard Draw Poker [BrianT]
Player's Edge Plus (PP0125) Deuces Wild Poker [BrianT]
Player's Edge Plus (PP0158) 4 of a Kind Bonus Poker (set 3) [BrianT]
Player's Edge Plus (PP0249) Deuces Wild Poker [BrianT]
2014-02-20 03:00:24 +00:00
smf-
cc39b930e3 removed superfluous 128k (nw) 2014-02-20 02:38:44 +00:00
Justin Kerk
1d06ada1fd Rearrange JSMESS code a bit (nw) 2014-02-20 02:30:48 +00:00