Commit Graph

11749 Commits

Author SHA1 Message Date
Angelo Salese
a11930aeb4 Merged 3super8 driver inside spoker one [Angelo Salese] 2011-04-07 23:51:12 +00:00
Angelo Salese
8e1d68b8be Decrypted 3 Super 8 program ROM [Lord Nightmare, Kevtris] 2011-04-07 18:46:16 +00:00
Fabio Priuli
6e7580add7 cartslot.c/chd_cd.c: added support for a callback function to test softlist sharedfeat (e.g. 'compatibility') and display a warning message accordingly. updated cdi.c as an example [Fabio Priuli]
support for floppy and tapes is in progress, but I have to discuss with Micko first :)
2011-04-07 16:23:29 +00:00
Miodrag Milanovic
38518d685e sc61860 cpu - fix for crash and cleanup, replace for internal ram
accesses with function calls to help further debug the core in the
future [Atari Ace]
2011-04-07 07:22:00 +00:00
Fabio Priuli
c3b6e04d3d uiswlist.c: added a switch to choose between shortname order or description order for softlist entries (in the Internal UI),
and adapted the char input code to match shortnames or descriptions accordingly [Fabio Priuli]


out of whatsnew: hats off to whoever created the menu code! I thought implementing this would have been much harder, but it was not at all!
2011-04-07 07:10:21 +00:00
Jonathan Gevaryahu
a794f925dd Added correct decryption function which doesn't rely on the second half of the rom as an inverted key. The actual decryption on hardware is likely done by an undumped PAL which also handles memory mapping. [Lord Nightmare, Kevtris] 2011-04-07 06:08:06 +00:00
Angelo Salese
302b6ed34d Forgot to hit save ... 2011-04-07 01:22:16 +00:00
Angelo Salese
3f0d626d16 More work, realized it's spoker.c HW, waiting for LN for the proper decryption scheme 2011-04-07 01:21:23 +00:00
Brian Troha
0aadff5845 Maintain rom name consistency and add PCB location to the new Silent Scope clone 2011-04-07 00:18:25 +00:00
Angelo Salese
9e7e806e0c new clone
---------
Silent Scope (ver xxC, Ver 1.30)  (not working) [Alex Romero]
2011-04-06 22:14:02 +00:00
mariuszw1
fc92148884 CPS-3 update [Team CPS-1]:
* Added Street Fighter III: New Generation
  Hispanic BIOS rom CD version
* Added a detailed table of all known releases until now
  with usefull notes to identify new Cart Regions/CD Revisions
* Renamed some CHDs to use the new Catalog # standard

New clones added
--------------------------------------------------------------------------------
Street Fighter III: New Generation (Hispanic 970204) [Bill D., The Dumping Union]
2011-04-06 21:34:04 +00:00
Fabio Priuli
4d5bf5e7f3 uiswlist.c: properly made non-clickable the separator entry between main lists and compatible ones. no whatsnew. 2011-04-06 20:15:07 +00:00
Fabio Priuli
54ee23b875 worked around a minor issue of the -showusage command for MESS (media and software do not appear among the options, making the usage example not so useful). I'm not fond of the solution, so if anyone has a better suggestion, please step up. no whatsnew. 2011-04-06 19:50:55 +00:00
Fabio Priuli
52d81e9a8e softlist: moved software list handling (in the Internal UI) to a separate source, and made the code more similar to the File Manager handling code. [Fabio Priuli]
out of whatsnew: this log covers all changes done today, for MAME. A more detailed log will be in MESS whatsnew.
2011-04-06 19:33:27 +00:00
Angelo Salese
05bbe38c4b Added work-around for crowd gfxs in Taito F3 football games (Taito Cup Finals, International Cup '94, Taito Power Goal and clones), until a better information is found about it [David Haywood] 2011-04-06 18:43:29 +00:00
Fabio Priuli
cf505c5805 softlist.c/uiimage.c: char buffer should get cleaned also when Esc is pressed. no whatsnew. 2011-04-06 17:32:05 +00:00
Fabio Priuli
ed669399e3 softlist.c: simplified softlist navigation (from the internal UI) by catching char inputs and searching for matching names among list shortnames. MESS-related -> no whatsnew
this (and the previous commit) adds some duplicate code among file selector menu and softlist menu. I hope to find a clean way to unify the common functions at a later stage.
2011-04-06 17:05:58 +00:00
Fabio Priuli
4e3ad77135 softlist.c: added code to display the softlists entries ordered by shortname in the File Manager (first of the promised improvements ;) ). MESS-related -> no whatsnew 2011-04-06 16:31:56 +00:00
Fabio Priuli
a013cbf6b1 softlist.c: rewritten part of the Internal UI handling for softlists to match the code used by the file selector (this will allow more improvements soon). MESS-related -> no whatsnew 2011-04-06 16:22:23 +00:00
Angelo Salese
22b6bf9f5d Dumped the DVD image for bikiniko [alien_mame, The Dumping Union] 2011-04-06 16:01:36 +00:00
Angelo Salese
3b769e2116 Upcoming work for tomorrow ... 2011-04-06 02:06:04 +00:00
Angelo Salese
9bfe8fda07 Added irq ack and fixed sound chip type to be YM2610B for 2 Minutes Drill [Angelo Salese] 2011-04-06 01:33:31 +00:00
Angelo Salese
e0e1ae30e3 Converted 2 Minutes Drill driver to use Taito F3 video chip, this hugely improves graphics in it [Angelo Salese] 2011-04-06 00:09:40 +00:00
Angelo Salese
eb8610b801 Fixed print_debug_info() 2011-04-05 23:38:01 +00:00
Angelo Salese
819a5c4bbd Converted Taito F3 video chip (TC0630FDP) to have a parallelism of 16-bit [Angelo Salese] 2011-04-05 23:32:44 +00:00
Angelo Salese
51855524e1 Part 4 if my memory serves me correctly (sprites) 2011-04-05 20:41:08 +00:00
Curt Coder
79cf761a31 Imported DM9368 7 segment LED from MESS. (no whatsnew) 2011-04-05 20:27:55 +00:00
Angelo Salese
bd79086747 Removed misleading pitch disable hack, I prefer a wrongly putted green pitch than pitch black ... 2011-04-05 18:40:03 +00:00
Fabio Priuli
629af025f1 uiimage.c: added reset of the char input buffer when selecting an entry in the file manager (it's mainly for MESS --> no whatsnew) 2011-04-05 17:48:34 +00:00
Angelo Salese
33e4824d22 Better memory allocation fix, thanks to Haze's precious moa ... advices, AM_READWRITE16 doesn't cope well with AM_BASE apparently (and having a UINT32 pointer doesn't really help, especially when that pointer should be UINT16) ... 2011-04-05 16:53:58 +00:00
Angelo Salese
bf050e4c64 Fixed sizeof as per OG 2011-04-05 14:07:13 +00:00
Angelo Salese
a0a4985fa6 Converted astrocde/kaneko16/namcos23/suprnova to driver_device [Atari Ace] 2011-04-05 13:34:15 +00:00
Angelo Salese
24c52a794a Eliminates the extern variables from atarimo video core, in order to remove a significant source of AM_BASE macros. [Atari Ace] 2011-04-05 13:29:37 +00:00
Miodrag Milanovic
a86ea403e8 No need for this assert, previous check was to make sure thing exists. This fix debug build exist on driver change when those have image devices (no whatsnew) 2011-04-05 10:02:10 +00:00
Roberto Fresca
c2085d340c Funworld driver updates: [Roberto Fresca]
- Complete support for Witch Royal, from Video Klein.
 - Reworked the button-lamps layout to get the hold
    buttons more centered.


New games added or promoted from NOT_WORKING status
---------------------------------------------------
Witch Royal (Export version 2.1) [Roberto Fresca, Team Europe]
2011-04-05 04:59:16 +00:00
Scott Stone
4407bdd00d Labeled most PALS for iqpipe as BAD DUMP. The CRC matches up with numerous sets' bad dump pals. (no whatsnew) 2011-04-05 00:16:24 +00:00
Angelo Salese
fd042b275f Fixed the charset upload bug, apparently gfx_element_set_source is the offender here ... 2011-04-04 23:15:23 +00:00
Angelo Salese
aa8e2888fd Part 4 (lineram), and realized that there's a weird bug with text vram charset uploading (core bug with trampoline function?) 2011-04-04 22:17:09 +00:00
Scott Stone
e86ca6088e Took comment off plds which should be loaded (oversight from parent change about a year ago). Not sure why they were commented in the first place and all the dump information I've examined shows they are part of US set at the very least and are likely shared with the japanese set. (no whatsnew) 2011-04-04 21:40:19 +00:00
Roberto Fresca
c890313ba5 New driver for Major Poker (PAL System) [Roberto Fresca, Tomasz Slanina]
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Major Poker (v2.0) [Roberto Fresca, Tomasz Slanina, Rob Ragon]
2011-04-04 21:04:28 +00:00
Angelo Salese
5eb7122294 Part 3 2011-04-04 19:43:39 +00:00
Angelo Salese
8993443d51 Documentation table for 0x4c0000 port (whatever that is ...) 2011-04-04 19:19:49 +00:00
Angelo Salese
6699fb9b8f Fixed a regression bug while trying to document a thing ... 2011-04-04 18:26:37 +00:00
Angelo Salese
2f16c7c07d Part 2 ... 2011-04-04 16:46:56 +00:00
Angelo Salese
6e39a7abfa Part 1 of Taito F3 32-to-16 conversion ... 2011-04-04 16:25:56 +00:00
smf-
a4f8d12933 fixed building on vs2010, maybe fixed or broken something.... 2011-04-04 06:46:00 +00:00
Curt Coder
383a7ab8fe Imported SED1330 LCDC from MESS. (no whatsnew) 2011-04-04 05:58:57 +00:00
Angelo Salese
92f4268f08 Improved video capabilities in 2 Minutes Drill (tilemap support, basic scrolling) just to realize that it uses Taito F3 video chip, lovely ... 2011-04-04 00:20:00 +00:00
Angelo Salese
0566d3e089 Added screen raw params and irq ack to the dec0 driver, fixing hole 1 hang in Birdie Try and improving fade in/out effects for Boulder Dash 2011-04-03 22:34:02 +00:00
Aaron Giles
792c76e741 Re-enable MALLOC_DEBUG for debug builds. Can't remember why I ever
turned it off in the first place.
2011-04-03 15:39:50 +00:00