Commit Graph

11866 Commits

Author SHA1 Message Date
Angelo Salese
e71f44201b Implemented MCU simulation to terrafu / terrafa [Angelo Salese] 2011-04-21 01:42:56 +00:00
smf-
0ad33b6d4c added new working game:
Soul Calibur (SOC13 VER.C) [f205v, Smitdogg, The Dumping Union, smf]
2011-04-20 23:10:33 +00:00
smf-
62b1f74a02 added new working game:
Soul Calibur (SOC13 VER.C) [f205v, Smitdogg, The Dumping Union, smf]
2011-04-20 22:51:01 +00:00
smf-
8f3682eb6c added new working game:
Soul Edge (SO2/VER.A) [f205v, Smitdogg, The Dumping Union, smf]
2011-04-20 22:34:04 +00:00
Scott Stone
55a29b0fbc Fixed MT 04307: jokrz_l6, jokrz_l3: Wrong description. 2011-04-20 21:42:14 +00:00
Angelo Salese
9db6ea3c77 Removed unused variable 2011-04-20 20:32:15 +00:00
Angelo Salese
57c32eab33 Fixed emulation of the extra z80 in Terra Force bootleg set (used as a replacement for the protection), promoting it to working [Angelo Salese] 2011-04-20 20:31:25 +00:00
Angelo Salese
db8e4df4e5 Reverted as per-OG complaining ... 2011-04-20 19:36:11 +00:00
Angelo Salese
8ced00da0c Hand-fixed bit-rot bit in Terra Force bootleg, fixing the attract mode crash [Angelo Salese] 2011-04-20 18:44:48 +00:00
Angelo Salese
4e79963c19 Implemented irq ack mechanism to Armed Formation HW games [Angelo Salese] 2011-04-20 17:29:37 +00:00
Aaron Giles
543fa08fd0 Rename state_manager -> save_manager since the term "state" is overloaded. 2011-04-20 15:14:54 +00:00
Angelo Salese
025916273b Removed global variables from segaic16.c [Atari Ace] 2011-04-20 13:26:24 +00:00
Angelo Salese
a7daa2da9e Demoted Kodure Ookami to GNW due of a major flaw in the gameplay 2011-04-20 13:09:19 +00:00
Angelo Salese
8f3f00c6af Fix for MT #2072 (Robbert) 2011-04-20 13:07:08 +00:00
Miodrag Milanovic
009ddb06f5 Fix for crash in megadriv, MESS related (no whatsnew) 2011-04-20 09:41:38 +00:00
Miodrag Milanovic
442b49491a Added M68020HMMU in assert check to prevent asserting of mess mac drivers (no whatsnew) 2011-04-20 07:17:30 +00:00
smf-
dc665399f8 added new working game:
Tekken 2 (TES3 VER.D) [atchoo, Smitdogg, The Dumping Union, smf]
2011-04-19 22:27:22 +00:00
smf-
b9a9c0822e New games not working:
Tekken Tag (TEG2 VER.C1) [f205v, Smitdogg, The Dumping Union]
Liberto Grande (LG1 VER.A) [B. Munger, S. Ruiz, Smitdogg, The Dumping Union]
2011-04-19 22:10:57 +00:00
Aaron Giles
a0647e8e68 Use much bigger hash tables for memory allocations now that we are
allocating lots of small objects. Previous size was scaling poorly
and taking a lot of time to free, causing things like -listxml
and -validate to be a lot slower than before since the new 
driver_enumerator actually frees all of its memory at the end.

Also changed resource_pool to support a hash table size as input to
the constructor, which allows the global pool to be large, while
the machine-local pools can remain smaller.
2011-04-19 15:08:42 +00:00
Angelo Salese
d3a1560433 Ok, last spring cleaning, I hope ... 2011-04-19 14:36:17 +00:00
Aaron Giles
60965715b2 Fix ldplayer, and convert the driver to modern style. 2011-04-19 06:57:57 +00:00
Miodrag Milanovic
23f4601cab Fix for exit error codes by Oliver Stoneberg (no whatsnew) 2011-04-19 06:49:31 +00:00
Aaron Giles
d971ce8f36 Privatized most of the m_machine pointers in the system to prevent
direct use.
2011-04-19 06:02:01 +00:00
Aaron Giles
3628e7eaed Clean up code, adapt to existing coding style. 2011-04-19 04:26:02 +00:00
Aaron Giles
5e443744c5 Add C++ keywords. Support hash files and .lst files. 2011-04-18 22:56:29 +00:00
Aaron Giles
fecfc465df Switch from m_machine to machine() everywhere. In some cases this
meant adding a machine() accessor but it's worth it for consistency.
This will allow future changes from reference to pointer to happen
transparently for devices. [Aaron Giles]

Simple S&R:
m_machine( *[^ (!=;])
machine()\1
2011-04-18 20:06:43 +00:00
Aaron Giles
4e7f194a63 Cleanups of .lay files. 2011-04-18 18:56:40 +00:00
Aaron Giles
29604503ce Cleanups of the lst files. 2011-04-18 18:54:48 +00:00
Angelo Salese
065e05abcd I'm bored to do spring cleaning 2011-04-18 18:47:18 +00:00
Olivier Galibert
1e58c28af0 Opps, missed a pair of model2 variants, thanks Tafoid. 2011-04-18 18:35:24 +00:00
Fabio Priuli
e8c9a5598d uiimage.c: File Manager now displays the brief name of the image device to make easier to decide where to mount images (see e.g. megatech) [Fabio Priuli] 2011-04-18 17:07:17 +00:00
smf-
70afb316ed Expanded hack to make auditing work the same as rom loading. If the laser disc devices returned the correct searchpath then this wouldn't be required, but they all return "unkldplay". the rom loading doesn't use the searchpath yet, but when it does the laserdisc devices will need fixing. 2011-04-18 16:32:12 +00:00
smf-
0ed53639ba if a clone shares all it's roms with a parent then it assumes the clone is there if the parent is. 2011-04-18 15:22:02 +00:00
Curt Coder
5879fdf496 Refactored the M6510 CPU to use device callbacks for port read/write. [Curt Coder] 2011-04-18 14:23:09 +00:00
Angelo Salese
486fbfa555 Cleanups again 2011-04-18 00:06:50 +00:00
Jonathan Gevaryahu
272871986d tms5220.c: improve perfect interpolation hack slightly, should be less noisy after inhibit frames. [Lord Nightmare] 2011-04-17 23:35:22 +00:00
Jonathan Gevaryahu
f385ad5e0a tms5220.c: fixed perfect interpolation hack the rest of the
way, now it works as it did before 0.140 or so. [Lord Nightmare]
2011-04-17 21:01:51 +00:00
Aaron Giles
9ec834eb29 Remove redundant check. 2011-04-17 19:45:47 +00:00
Aaron Giles
18c8bcb17f Add temporary hack to put driver search path back for device roms. 2011-04-17 19:40:52 +00:00
Olivier Galibert
59a98d5c7c segas24: Start untangling the Vogon poetry Atari Ace left is his wake.
Apply the new timing implementation per cgfm's analysis.
          Gain ground is going to be stuck in free play mode.
          [O. Galibert]
2011-04-17 18:00:35 +00:00
Jonathan Gevaryahu
35af804269 tms5220.c: partially fixed perfect interpolation hack, disabled by default. [Lord Nightmare] 2011-04-17 17:58:12 +00:00
Aaron Giles
bfbd08f7f7 Improve driver enumerator to by default exclude internal drivers,
unless explicitly searched for.
2011-04-17 17:49:20 +00:00
Angelo Salese
e91993f24e cleanups, this time for good 2011-04-17 17:47:02 +00:00
Angelo Salese
7bfa8508cc Cleanups and version bump 2011-04-17 17:01:34 +00:00
smf-
3bfa2d07cd fixed hash collection == so a collection with only a sha1 and a collection with only a crc are not considered equal. this stops goofy hoops from being reported as a match for every chd (ghv101 only has crc listed, no sha1's). 2011-04-17 16:49:44 +00:00
Aaron Giles
7a63b54cee Make -romident use mame_printf_info consistently. 2011-04-17 14:38:09 +00:00
Curt Coder
8511e83106 Moved files to correct folder. 2011-04-17 14:12:06 +00:00
Curt Coder
4f3f0decb8 Imported MSM5832 RTC from MESS. (no whatsnew) 2011-04-17 14:10:26 +00:00
smf-
c972282319 hack to get build to work on visual studio 2010, which breaks 16 bit device callbacks. 2011-04-17 14:00:22 +00:00
smf-
f430376ca8 fixed chd auditing 2011-04-17 12:47:52 +00:00