Commit Graph

8240 Commits

Author SHA1 Message Date
stephh
1eeab3111f Fixed stupid copy/paste in 'zerowing2' INPUT_PORTS definition (toaplan1.c driver). 2010-03-03 23:00:48 +00:00
stephh
506cccd346 zerowing, zerowing2 (toaplan1.c driver) [stephh] :
- Fixed Dip Switches and Inputs (after verification of the M68000
    and Z80 code)
2010-03-03 22:28:09 +00:00
Brian Troha
40254bd17b documentation update. Found an eBay auction with "Mouse Shooter Gogo" which might be a prequel to Bang Bang Ball on standard "metro" styled PCB. 2010-03-03 22:25:31 +00:00
Brian Troha
1f930975cc documentation update. Found an eBay auction with "Mr. Dig" which is Mr. Driller rip off on the F-E1-16-0xx style Hyperstone PCB. 2010-03-03 22:22:42 +00:00
R. Belmont
1962802b8b naomi: standardized ROM naming as "xPR-yyyyy.iczz" where possible (no credit) 2010-03-03 14:46:15 +00:00
R. Belmont
8954c84c96 New games marked as GAME_NOT_WORKING
------------------------------------
L.A. Machineguns [ANY]
The Ocean Hunter [ANY]
2010-03-03 14:36:34 +00:00
Andrew Gardner
0d0a38ce66 hng64 : An initial implementation of hardware lighting. [Andrew Gardner] 2010-03-03 05:08:09 +00:00
R. Belmont
c3ef3b11ed namcos23: Document gun I/O boards [Guru] 2010-03-03 04:41:49 +00:00
R. Belmont
a91388839c namcos23: working inputs for TC2 test mode [R. Belmont]
Give it a few seconds for the H8s to boot and sync up and then inputs will
navigate the test menus.  up/down is up/down, spacebar is "enter".
2010-03-03 04:30:23 +00:00
Angelo Salese
4a8d5a8ecc new clones
---------

Armed Police Batrider (Taiwan Revision A) [Anonymous]

(or)

Armed Police Batrider (Taiwan Revision A)
2010-03-02 23:27:59 +00:00
Angelo Salese
6ef55bce2e new clones
---------

Safari (set 2, bootleg?) [f205v]
Moon Cresta (Nichibutsu UK) [Andrew Welburn]
2010-03-02 22:05:45 +00:00
Angelo Salese
53643da037 new clones
---------

Aracnis (bootleg of Scorpion on Moon Cresta hardware) [f205v] (wrong colours)
The Pit (bootleg on Moon Quasar hardware) [Andrew Welburn, David Haywood]
2010-03-02 20:41:39 +00:00
Angelo Salese
e65d75cfee Merged kingdrby.c and cowrace.c drivers [Angelo Salese] 2010-03-02 20:37:30 +00:00
Angelo Salese
398901de40 Fix compile error 2010-03-02 20:03:13 +00:00
Angelo Salese
8ba44d6bad new NOT WORKING
---------------

Royal Gum [Siftware]
2010-03-02 19:57:37 +00:00
Angelo Salese
bb16dd8bdf new clones
---------

Cherry Master (Watermelon bootleg / hack) [William Ostronic]
Cherry Master (Fun USA v2.5 bootleg / hack) [William Ostronic]
2010-03-02 19:27:48 +00:00
Angelo Salese
7105673197 new WORKING game
---------------

Champion Number [f205v, David Haywood, Angelo Salese]
2010-03-02 17:20:32 +00:00
Angelo Salese
fa7c955940 new not working
---------------

Champion Number [f205v, David Haywood, Angelo Salese]
2010-03-02 15:28:25 +00:00
R. Belmont
beeffeb5e7 Add MAME-ified version of SoftFloat library [John R. Hauser]
As previously discussed, this will be used for the MC680x0 FPU in 
order to handle high-precision floats portably.  The license is 
included in README.txt and is MAME compatible.
2010-03-02 04:26:48 +00:00
R. Belmont
396b49bf1b naomi: convert GD-ROM games to use real PIC dumps [David Haywood] 2010-03-02 04:13:53 +00:00
R. Belmont
925fe176f8 Fixed GCC compile errors (no credit) 2010-03-02 04:01:50 +00:00
Angelo Salese
21341a5d6a new clones
---------

King Derby (Taiwan bootleg) [Team Europe, Dumping Union] (not working)
2010-03-02 02:01:16 +00:00
Fabio Priuli
9116b00e2c Not worth mentioning: a bunch of cosmetic changes in snes.c 2010-03-01 23:23:05 +00:00
Fabio Priuli
2f2870b9ef Not worth mentioning: some more snes minor refactorization. 2010-03-01 22:58:11 +00:00
stephh
2e3069cfbf Oops ... I forgot to add the GAME_NO_COCKTAIL flag to 'truxton' (toaplan1.c driver) ... 2010-03-01 22:32:43 +00:00
Couriersud
92dc747267 Fixed save state support in custom namco devices (50,51,53) and
galaga.c. Also resolves MT03268: All sets in galaga.c: Problem
  with Savestates. [couriersud]
2010-03-01 22:31:17 +00:00
Couriersud
6d89d0cedf Fixed MT3698 (NOWERROR=1 casues -fno-strict-aliasing to be dropped).
[couriersud]
2010-03-01 21:59:28 +00:00
Couriersud
01ba1ce097 Fixed MT3749 (All sets in micro3d.c : Assert in debug build ). [couriersud] 2010-03-01 21:34:15 +00:00
Olivier Galibert
1d3eeaf769 namcos23: timecrs2c reaches the test mode [O. Galibert] 2010-03-01 21:10:03 +00:00
Fabio Priuli
10a044a144 snes.c: temporarily reverted implementation of mult/div through timers since it breaks some SNES games on the MESS side [Fabio Priuli]
this basically comments out timers added by judge in svn 7849, until other timing issues are understood and fixed
2010-03-01 20:55:22 +00:00
stephh
f548daef05 rallybik, truxton (toaplan1.c driver) [stephh]:
- Fixed Dip Switches and Inputs (after verification of the M68000
    and Z80 code)
2010-03-01 19:34:28 +00:00
Fabio Priuli
3ab90739a3 Not worth mentioning: some more snes minor refactorization.
I'm splitting these changes into several commits so that I can hopefully track down any regression more easily
2010-03-01 18:58:44 +00:00
Olivier Galibert
6e2b703fb3 namcos23: fix the data rom mappings [O. Galibert] 2010-03-01 18:22:34 +00:00
Fabio Priuli
0cff044e00 snes.c: minor refactorization [Fabio Priuli] 2010-03-01 16:53:20 +00:00
Angelo Salese
75797547cf Removed the coin latch kludge in the MACS driver [Angelo Salese] 2010-03-01 15:58:15 +00:00
Angelo Salese
8f926d6278 Implemented proper BIOS/Cart ROM bankswitch in the MACS driver, this improves program logic in Kisekae Mahjong [Angelo Salese] 2010-03-01 15:28:53 +00:00
Roberto Fresca
6d232cfbf3 Improvements to Funworld driver. [Roberto Fresca]
- Fixed Jolly Joker graphics and colors.
 - Changed Jolly Joker description to Jolly Joker (98bet).
 - Added a new croatian set of Jolly Joker with maximum bet = 40.
 - Moved the hardware description and tech notes to the
    ROM_LOAD section.
 - Added a external default NVRAM for Jolly Card Professional 2.0.
 - Updated technical notes.


New clones added
----------------
Jolly Joker (40bet, croatian hack) [Roberto Fresca, Team Europe]
2010-03-01 14:49:25 +00:00
Fabio Priuli
19723cecd0 Added driver_data class and save states to the following drivers: oneshot.c, onetwo.c, orbit.c, othello.c and othldrby.c
Added driver_data class to the following drivers: nemesis.c and nyny.c
2010-03-01 09:10:49 +00:00
Fabio Priuli
bb91514d13 Added missing files from rev.8444 2010-03-01 05:39:34 +00:00
Brian Troha
297163861b add Azumanga Daioh Puzzle Bobble (GDL-0018) info to naomi.c drivers/naomi.c
no whatsnew please
2010-03-01 03:37:26 +00:00
R. Belmont
b5717d2231 One more doc fix (still no credit) 2010-03-01 03:11:20 +00:00
R. Belmont
8b2ffa7f80 Minor doc fix (no credit) 2010-03-01 02:55:09 +00:00
R. Belmont
d019bb5795 New clones added
----------------
Soul Calibur (SOC14/VER.B) [Guru]
2010-03-01 01:32:41 +00:00
Fabio Priuli
c9425a3c26 Added driver_data class and save states to the following drivers: ohmygod.c, ojankohs.c and olibochu.c 2010-02-28 22:00:37 +00:00
Brian Troha
22c85b302d minor update to Alien Invasion submission - no whatsnew 2010-02-28 18:21:38 +00:00
Olivier Galibert
7f2dbcec7b namcos23: comment the probable dips a tad better [O. Galibert] 2010-02-28 16:16:42 +00:00
R. Belmont
063f3a2f1f namcos23: get Gorgon games out of service mode, fix finlflng sound ROM loading [R. Belmont]
Run finlflng with this version and turn your sound on :)
2010-02-28 15:52:54 +00:00
Olivier Galibert
3c216174af Hook up vblank and just enough controls to pass error screens [O. Galibert] 2010-02-28 15:35:31 +00:00
Fabio Priuli
c1fd5b50bf not worth mention: added very small workaround which fixes mingw32 crash on my eeepc.
I guess it could be related to some problem in my system (ASUS EeePC, Intel Atom CPU Z520 @ 1.33GHz 0,99GB RAM), but I don't get why non-symbols compile is crashing at this file while symbols build always compiles fine. Any suggestion is welcome, but I hope nobody has any objection against this change.

FWIW, I came to this "fix" after noticing that the removal of one of the for loops (any of the 3) was fixing the issue...
2010-02-28 14:26:29 +00:00
Couriersud
a88ab87089 Tidied up includes in a number of files in src/osd/sdl. [couriersud] 2010-02-28 12:16:38 +00:00