Commit Graph

9433 Commits

Author SHA1 Message Date
Angelo Salese
a11d9861f5 new clones
---
Wonder Boy III - Monster Lair (set 6, System 16A, FD1089A 317-xxxx) (better dump?) [Team Europe]
2010-07-11 17:20:48 +00:00
Brian Troha
8e257a8d0e new clone added: Raiden Fighter Jet 2000
Sound isn't correct, log is filled with:
OKIM6295:'oki2' requested to play invalid sample 06

New Clone Added
-----------------------------------------
Raiden Fighters Jet - 2000 (China) [Brian Troha, Guru]
2010-07-11 16:19:13 +00:00
Angelo Salese
bbb70b69e6 new NOT working
---

Ollie King (GDX-0007) [Team Europe, Joerg Hartenberger]
2010-07-11 15:15:47 +00:00
Angelo Salese
834428a64a Fixed ttchampa rom loading, not worth mentioning 2010-07-11 14:59:34 +00:00
Roberto Zandona
8929c24139 [cb2001] new opcodes [robiza] 2010-07-11 08:03:33 +00:00
Brian Troha
b06d9d2e63 Minor documentation update for some Golden Axe sets. 2010-07-11 04:34:21 +00:00
Brian Troha
5874b23f5e Replaced the old MCU dump with the decapped version for Pipeline [Dr. Decapitator] 2010-07-11 03:56:23 +00:00
Brian Troha
67634be87a Replaced the old MCU dump with the decapped version for Kick Start Wheelie King [Dr. Decapitator] 2010-07-11 03:53:34 +00:00
Brian Troha
bc4fb89944 arkanoid.c: Added or corrected the PCB location for the genuine Arkanoid rom sets and documented the MCU Taito ID number [Brian Troha] 2010-07-11 03:45:54 +00:00
smf-
ad384f4579 fixed character transposition. 2010-07-10 19:31:17 +00:00
smf-
1bdc6ef706 converted at28c16 to a c++ device. 2010-07-10 19:29:41 +00:00
Angelo Salese
36508d9a0f new clones
-----------

Magical Odds (set 2) [W. Herve, Smitdogg, The Dumping Union]
2010-07-10 10:51:06 +00:00
Angelo Salese
fbf5ff8ed3 Load (but don't yet use) the decapped MCUs for several sets [Dr. Decapitator]
- kyros
- kyros (alt, original MCU dump?)
- arkanoid (I think the supported MCUs are bootlegs..)
- blackt96
- amerdarts
- cshooter
- josvolly (there are other chips still need decapping)
- invasnab (i'm not convinced this one is good)
- pasha2
- empcity
- topshoot
- topbladv (no CPU core for this yet)
- officeye (no CPU core for this yet)
- revx

Added the proms to Magical Odds [Smitdogg, The Dumping Union]

new clones
-----------

Mystic Riders (bootleg?)  [David Raingeard]
2010-07-09 20:07:39 +00:00
Miodrag Milanovic
93ef5a816f Forgoten not existing NMVRAM in cubocd32.h removed (no whatsnew) 2010-07-09 19:00:23 +00:00
Brian Troha
f02c604837 might as well do dip locations for Snow Bros as it's easily verifiable ;-) 2010-07-08 22:34:42 +00:00
Brian Troha
8dc2cd8c73 snowbros.c: Add Dipswitch locations to Puzzle King, Hyper Pacman, Cookie & Bibi 2, Cookie & Bibi 3, More More. Filled in dips with Dipswitch locations for Puzzle Break. [Brian Troha] 2010-07-08 22:06:22 +00:00
smf-
e32c7a357b hooked security up using an i/o port, so it can be replaced easier on the earlier games with different security. 2010-07-08 21:05:37 +00:00
Scott Stone
a1914b2c53 Added second button (Hyper Jump) to be used after cued via speech to allow jumping to other phases without finishing the current mission. Volume adjusted to better levels (AY was way too low in comparison to speech) [gravilidavide, Tafoid] 2010-07-08 20:48:44 +00:00
Angelo Salese
5b3ddfed57 new WORKING
------------------
Puzzle Break [David Haywood, Smitdogg, The Dumping Union] (pzlbreak)

new NOT WORKING
-----------------
Gundam Battle Operating Simulator (GDX-0013) [Team Europe, Joerg Hartenberger]
Sega Club Golf 2006 Next Tours (Rev A) (GDX-0018A) [Team Europe, Joerg Hartenberger]
2010-07-08 18:26:31 +00:00
R. Belmont
34ccf37dc7 Clean up some files without a newline at the end for GCC [wallyweek] 2010-07-08 16:35:51 +00:00
Miodrag Milanovic
10b0e0236e timekpr.c: Not assert in case there is no default data defined (fixes CD-i based hardware games) (no whatsnew) 2010-07-08 14:32:53 +00:00
R. Belmont
018a21fa53 Add *IX man pages for MAME and utils [wallyweek] 2010-07-08 14:18:07 +00:00
R. Belmont
53b25817d0 MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] 2010-07-08 14:10:23 +00:00
Miodrag Milanovic
5a4b6fa9a0 Adding ability to support other types of software lists, so floppies, cassettes, cd-roms are now possible to be used [Miodrag Milanovic] 2010-07-08 12:59:21 +00:00
Aaron Giles
0910f8038a Fix bad loop condition that shows up with -cheat enabled. 2010-07-08 04:48:25 +00:00
Aaron Giles
4df35a02d9 Whoops, forgot this. 2010-07-07 21:04:32 +00:00
Aaron Giles
20fe094c0e Remove the global clock accessors and cpu_* aliases:
cpu_get_clock -> device_get_clock
cpu_set_clock -> device_set_clock
cpu_get_clockscale -> device_get_clock_scale
cpu_set_clockscale -> device_set_clock_scale

Search: device_get_clock([ \t]*)\(([ \t]*)([^)]+)
Replace: \3->unscaled_clock\1\(\2

Search: device_set_clock([ \t]*)\(([ \t]*)([^,]+),[ \t]*
Replace: \3->set_unscaled_clock\1\(\2

Search: device_get_clock_scale([ \t]*)\(([ \t]*)([^)]+)
Replace: \3->clock_scale\1\(\2

Search: device_set_clock_scale([ \t]*)\(([ \t]*)([^,]+),[ \t]*
Replace: \3->set_clock_scale\1\(\2
2010-07-07 21:01:36 +00:00
Aaron Giles
65f8a15555 Time to kill off some deadwood.
First to go is devtag_get_device() (what a stupid name).
Use machine->device() instead.

This was strictly a bulk replace:
Search: devtag_get_device([ \t]*)\(([ \t]*)([^,]+),[ \t]*
Replace: \3->device\1\(\2
2010-07-07 19:27:01 +00:00
Miodrag Milanovic
b797437b3b Added per-device image softlist loading routine [Miodrag Milanovic]
Renamed feof to image_feof (in device_image_interface) in order to compile on FreeBSD [El Barto]
2010-07-07 13:25:03 +00:00
smf-
c13eb4d193 turned i2cmem into a c++ device & ditched the unused legacy device. 2010-07-07 13:05:02 +00:00
Nicola Salmoria
c35336557d fix xmcotah/xmcotahr1 ROMs [Razoola] 2010-07-07 07:29:38 +00:00
R. Belmont
b05556b705 Fix OS X debugger (verified on PPC and Intel) 2010-07-07 03:31:58 +00:00
R. Belmont
6a315283c9 More loop initializers for PowerPC compile. 2010-07-07 03:30:06 +00:00
R. Belmont
4b978bec11 This pattern is everywhere (no whatsnew) 2010-07-07 03:18:56 +00:00
R. Belmont
47ba04990c Another OS X compile problem (no whatsnew) 2010-07-07 03:17:28 +00:00
R. Belmont
97713f034e Fix reported OS X compile problem. 2010-07-07 01:47:06 +00:00
R. Belmont
9580049784 Fix SH-2 interpreter [Atari Ace] 2010-07-07 01:27:54 +00:00
Aaron Giles
30662dcdef Cleanups and version bump. 2010-07-06 17:30:28 +00:00
Wilbert Pol
bcd97e9880 Fix compiling of osx debugger. 2010-07-06 16:59:04 +00:00
Michaël Banaan Ananas
d7482052ea made the new model racing gun game unknown again, it's not super shot 2010-07-06 16:30:25 +00:00
Michaël Banaan Ananas
06753ef668 made unknown games titles lowercase 2010-07-06 16:26:20 +00:00
Aaron Giles
f7ce43f8fb Cleanup debugger interface some more. 2010-07-06 16:12:53 +00:00
Miodrag Milanovic
16f14bc5f9 - Added MDRV_SOFTWARE_LIST_COMPATIBLE_ADD for adding compatible software lists (for documentation purposes) [Miodrag Milanovic]
- listsoftware option now return only original software lists
- UI is updated to enable mounting software items per device, it will display only items from list that are for specific device
- Separate compatible software lists in UI
2010-07-06 14:27:51 +00:00
Miodrag Milanovic
4d9a17ee08 Support for multiple software list per driver [Miodrag Milanovic] 2010-07-06 09:27:57 +00:00
Michaël Banaan Ananas
fc27db65e1 Slip Stream 2010-07-06 08:32:43 +00:00
Nicola Salmoria
ea0bdee34e no functional changes 2010-07-06 08:16:08 +00:00
Jonathan Gevaryahu
0646440c51 fix an error in the new documentation comment, no whatsnew 2010-07-06 07:15:36 +00:00
Jonathan Gevaryahu
116e5a390d Big comment update for TMS52xx, explaining in much more detail how the chip timing and interpolation works. No functional changes. 2010-07-06 03:02:41 +00:00
Aaron Giles
8b90eb19d5 Fix SDL debugger. 2010-07-06 02:04:15 +00:00
Aaron Giles
5d21c672af Moved debugging structure away from CPUs only and attached to all
devices. Debugger now creates one for each device. C++-ified most
debugger operations to hang off the debugging class, and updated
most callers. This still needs a little cleanup, but it fixes most
issues introduced when the CPUs were moved to their own devices.

Got rid of cpu_count, cpu_first, cpu_next, etc. as they were badly 
broken. Also removed cpu_is_executing, cpu_is_suspended,
cpu_get_local_time, and cpu_abort_timeslice.

Some minor name changes:
  state_value() -> state()
  state_set_value() -> set_state()
2010-07-06 00:52:36 +00:00