Commit Graph

11779 Commits

Author SHA1 Message Date
mariuszw1
6e0083a8d7 New games marked as NOT_WORKING
-------------------------------
Home Run Classic [Mariusz Wojcieszek]
Country Club Classic [Mariusz Wojcieszek]
Trap Shoot Classic [Mariusz Wojcieszek]
2011-04-12 21:03:36 +00:00
Angelo Salese
1fa9e54500 Added NO_DUMP 2011-04-12 19:56:48 +00:00
Angelo Salese
613401f005 new not working game
--------------------
Alien: The Arcade Medal Edition [Yohji, Tormod, Smitdogg, The Dumping Union]
2011-04-12 19:43:30 +00:00
Miodrag Milanovic
f3dccf4890 Removed lines left for experiments (no whatsnew) 2011-04-12 14:24:45 +00:00
Miodrag Milanovic
d97956dd9b pic8259 - Added support for cascade mode, updated interface in all drivers [Miodrag Milanovic]
idecrtl - Added implementation of few commands enabling at driver in MESS to boot
2011-04-12 14:21:18 +00:00
Miodrag Milanovic
6fcb66bd02 8237dma - Added cascade mode support [Wilbert Pol] 2011-04-11 10:31:28 +00:00
Jonathan Gevaryahu
c228f94320 tms5220.c: updates to comments and nonstandard feature
defines. [Lord Nightmare]
2011-04-11 08:05:14 +00:00
Roberto Fresca
676585ee41 Commented out temporarily the CRTC, adding custom
screen parameters and measured v-frequency.
2011-04-11 05:16:42 +00:00
Scott Stone
4d1dd242c1 Fixed Pururun's audio pitch/speed to match that of a reference video. [Tafoid] 2011-04-11 03:11:54 +00:00
Angelo Salese
b46b65c679 Implemented PAL-like prom read-back in 4 En Raya [Angelo Salese] 2011-04-11 02:34:11 +00:00
Curt Coder
87a69b25ae Imported I8214 PIC from MESS. (no whatsnew) 2011-04-10 19:03:08 +00:00
Curt Coder
009a270864 Imported COM8116 DBRG from MESS. (no whatsnew) 2011-04-10 18:37:27 +00:00
R. Belmont
7ac5373f3c naomibd: Fix collision with system macro on NetBSD [Thomas Klausner] 2011-04-10 18:21:40 +00:00
R. Belmont
e71e4635c1 New games added as GAME_NOT_WORKING
-----------------------------------
Racing Jam: Chapter 2 (EAE) [RetroRepair]
Thrill Drive (EAA) [RetroRepair]
2011-04-10 17:42:08 +00:00
Luca Elia
51e1ce8a43 subsino.c: moved decryption to machine/subsino.c
New games added or promoted from NOT_WORKING status
---------------------------------------------------

Water-Nymph (Ver. 1.4) [Team Europe, Luca Elia]
2011-04-10 13:44:01 +00:00
Curt Coder
0ca7a8a7a8 Added RES_R macro to rescap.h. (no whatsnew) 2011-04-10 11:27:46 +00:00
Curt Coder
c7d0b7bb64 Imported CDP1862 CGC from MESS. (no whatsnew) 2011-04-10 11:26:59 +00:00
Miodrag Milanovic
d3049dfe83 i286 - Fixed protected mode boundary check [Miodrag Milanovic] 2011-04-10 08:37:18 +00:00
Scott Stone
92d885fa63 Regression fixes for crashes and asserts that arose from previous patches from Atari Ace (no whatsnew) 2011-04-10 03:14:34 +00:00
Angelo Salese
af76c915a3 Heavily improved 3super8 emulation, and implemented NMI acknowledge mechanism into the Super Poker driver [Angelo Salese] 2011-04-09 18:44:54 +00:00
Scott Stone
69c7fb048c Audio device additions: [Atari Ace]
- exidy440/m72/segasnd are converted to legacy devices.
- cage/dcs/williams variables are restructured internally to
resemble a device, simplifying a future device conversion.  Some
AM_BASE macros are eliminated as well.
- taito_en has minor changes to eliminate an AM_BASE macro.
2011-04-09 18:38:50 +00:00
Scott Stone
e488397757 Convert scramble/galaxold to driver_device [Atari Ace] 2011-04-09 18:31:55 +00:00
Scott Stone
a268a6e9c8 Migrate variables in corona/galaxian/namcos21/namcos22/namcos23/psikyosh/quizo/sigmab98 to driver_device. [Atari Ace] 2011-04-09 18:22:31 +00:00
Curt Coder
5b8e012b82 Imported CDP1861 VDC from MESS. (no whatsnew) 2011-04-09 18:15:25 +00:00
Curt Coder
f9e0125246 Imported UPD7201 MPSC from MESS. (no whatsnew) 2011-04-09 12:01:11 +00:00
Curt Coder
21f309929e Imported MC6852 SSDA from MESS. (no whatsnew) 2011-04-09 09:25:34 +00:00
Miodrag Milanovic
5770771c02 cassette.c/flopdrv.c: added support for a display info callback function [Miodrag Milanovic] 2011-04-08 10:13:21 +00:00
Fabio Priuli
bad53a6bdf moved call_display_info() to finish_load(), so that it can exploit variables set at init time.
updated megadrive compatibility check to use the new mechanism instead of the original 
proof of concept implementation. 
no whatsnew.
2011-04-08 07:34:32 +00:00
Curt Coder
1fcf326181 Imported UPD3301 CRTC from MESS. (no whatsnew) 2011-04-08 06:15:46 +00:00
Angelo Salese
b681899978 Some work ... 2011-04-08 01:02:37 +00:00
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