Commit Graph

10334 Commits

Author SHA1 Message Date
Angelo Salese
d5060616e8 Haze: refactored some video stuff in toaplan 1, not worth 2010-08-26 20:33:39 +00:00
Ryan Holtz
2eb8a58559 Updated the 8255 PPI device to no longer be legacy. [Harmony]
Non-whatsnew note: I tested iqblock, seems to still work properly.  Fun game, by the way, but tough as nails.
2010-08-26 19:09:29 +00:00
Ryan Holtz
2f94dc8966 Updated the i8237 DMA device to no longer be legacy. [Harmony]
Non-whatsnew note: I tested filetto, seems to still work properly.
2010-08-26 17:48:39 +00:00
Aaron Giles
f0fa05178b Fix the bad trend I started long ago in naming the MIPS CPU configuration
structs 'config', as this now conflicts with a local variable name in
the machine config constructor, causing problems with some games.
2010-08-26 16:31:58 +00:00
Scott Stone
e06d7189eb Comment fix to better explain DIPS for dkongx and clone (no whatsnew) 2010-08-26 16:27:20 +00:00
Aaron Giles
1dc0cbbda6 For legacy CPUs, track whether we have initialized, and if we haven't,
don't call the exit callback in the destructor.
2010-08-26 16:00:27 +00:00
Aaron Giles
0cbdc36bdf Add a non-const bool operator. 2010-08-26 15:55:34 +00:00
Angelo Salese
60848fb198 Haze: fixed atlantol, no whatsnew 2010-08-26 15:35:49 +00:00
Scott Stone
cb6abe6e3f Set default DIPS (except Cabinet) to unused as Donkey Kong 2 seems to allow only setting of those in the Service Mode. (no whatsnew) 2010-08-26 15:25:20 +00:00
Aaron Giles
47dd9fe568 De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining
type safety. If legacy devices still use inline data, those types are not checked.
However, new devices no longer have access to the generic m_inline_data. Instead
their MDRV_* macros should map to calls to static functions in the device config
class which downcast a generic device_config to the specific device config, and
then set the appropriate values. This is not to be done inline in order to prevent
further code bloat in the constructors. See eeprom/7474/i2cmem/okim6295 for examples.

#ifdef'ed several unused machine driver definitions that weren't referenced.
2010-08-26 15:21:19 +00:00
Angelo Salese
33e4664bb2 Forgot this 2010-08-26 14:40:57 +00:00
Angelo Salese
5855b315b1 Fixed aristmk5 2010-08-26 14:36:01 +00:00
Angelo Salese
0dc3007134 Improved sound in Erotictac / Poizone [Angelo Salese, Phil Bennett] 2010-08-26 14:26:36 +00:00
Phil Bennett
d1dfc360d6 naomi.c: Added information about the Namco MASK B-F2X cartridge [f205v]
---------- Forwarded message ----------
From: f205v <f205v.f205v@gmail.com>
Date: Tue, Aug 24, 2010 at 10:18 PM
Subject: again naomi.c
To: submit@mamedev.org


Dear Aaron,
please find herewith attached another update to naomi.c against 0.139u1

I just got a Namco NAOMI cart, the diff contains a description of it +
some corrections.
----
Ciao
Antonio (f205v)
www.citylan.it
2010-08-26 14:26:04 +00:00
Ryan Holtz
d84d4f1562 Updated the PTM 6840 device to no longer be legacy. [Harmony]
Non-whatsnew note: I tested cchasm, seems to still work properly, though I really suck at it.  I notice it's used by mpu4drvr, but that driver scares me, so hopefully someone else can test that one.
2010-08-26 04:44:49 +00:00
Ryan Holtz
553d18f646 Updated the ACIA 6850 device to no longer be legacy. [Harmony]
Non-whatsnew note: I tested quizvadr, seems to still work properly.  Given how finicky gambling games are, I'm confident that it's actually okay this time around.
2010-08-26 03:30:50 +00:00
Ryan Holtz
dc3a3e86b4 Corrected some comments in 6821pia.h, no whatsnew 2010-08-26 03:27:52 +00:00
Angelo Salese
acddc62720 Forgot to mention Tom Walker here 2010-08-26 02:19:21 +00:00
Ryan Holtz
e2f6e9c473 Added a set of macros to minimize the amount of copy/pasting necessary to convert a device to the new style. [Harmony] 2010-08-26 01:56:46 +00:00
Angelo Salese
a862b86555 Small video DMA bug fix (bottom-right corner in Poizone 2010-08-26 01:49:01 +00:00
Angelo Salese
836e5d410c Converted ertictac / poizone driver to use shared AA devices [Angelo Salese] 2010-08-26 01:47:05 +00:00
Angelo Salese
ecab5ab7f9 Added dkongx/dkongx11, no credit wanted 2010-08-26 01:30:59 +00:00
Phil Bennett
bc71edd0bb How'd that get in there... 2010-08-26 01:01:06 +00:00
Ryan Holtz
5655c1673b timekpr fix for gradius4 crash and likely others. No whatsnew. 2010-08-25 21:25:15 +00:00
stephh
a91382d368 mrflea (mrflea.c) [stephh] :
- Fixed Dip Switches and Inputs (after verification of the Z80 code)
2010-08-25 19:59:47 +00:00
Aaron Giles
be32426a9d Ok, I think the old logic did work, but I renamed the methods so that
it makes sense to me and updated the comment.
2010-08-25 15:33:14 +00:00
Phil Bennett
2d7e4565f0 memory.c: Fixed numerous games broken with 'memory_set_decrypted_region found straddled region' fatalerror (no whatsnew)
Note: partially_covers() wouldn't work independently of fully_covers()...
2010-08-25 14:25:34 +00:00
Miodrag Milanovic
257eebb3e7 6255via: added support for shift mode 5 (shift out under T2 control) [Miodrag Milanovic] 2010-08-25 13:43:40 +00:00
Phil Bennett
fe612c9e4f The previous fix didn't work but this does. Tested working with both carpolo and dambustr.
Hope this isn't too hacky (I'm not familiar with the new device architecture).
2010-08-25 13:20:09 +00:00
Ryan Holtz
6a20b250f7 Prospective fix for Phil's carpolo crash, which I'm not getting. No whatsnew. 2010-08-25 12:12:58 +00:00
Ryan Holtz
dfd42f5df1 Prospective fix for Phil's r2dtank crash, which I'm not getting. No whatsnew. 2010-08-25 12:10:26 +00:00
Roberto Zandona
050e2b94b0 revert fix for outzone 2010-08-25 11:18:32 +00:00
Phil Bennett
b49370f475 Keep MSVC and me happy :) (no whatsnew) 2010-08-25 11:13:20 +00:00
Roberto Fresca
0584baf45f New games added or promoted from NOT_WORKING status
---------------------------------------------------
Royal Card (Nichibutsu) [Roberto Fresca, Tomasz Slanina, Ogoun]
2010-08-25 08:57:16 +00:00
Ryan Holtz
0068d16c8f Updated the M48T02, M48T35, M48T58 and MK48T08 devices to no longer be legacy. [Harmony]
Non-whatsnew note: This hasn't been fully tested, and might have bugs lurking.  However, I can confirm that mk4 at least detects the correct date and time on the POST screen.
2010-08-25 06:46:39 +00:00
Ryan Holtz
da1d1e1084 Some cleanup in 6821pia.c and a fix for NULL timer callbacks in 6522via.c. drivedge now works again. No whatsnew. 2010-08-25 04:47:44 +00:00
R. Belmont
65425075d3 New games added as GAME_NOT_WORKING
-----------------------------------
Savage Quest [TrevEB]
2010-08-25 01:11:26 +00:00
Ryan Holtz
64a1b45986 Updated the 6526 CIA device to no longer be legacy. [Harmony]
Not in whatsnew: Tested upscope, still works properly.
2010-08-25 01:07:37 +00:00
Angelo Salese
2bb61f771c Improved video DMA operations (4 usecs is another thing) 2010-08-25 00:50:44 +00:00
Angelo Salese
4f344bf3eb Some sound improvements, sound is now actually recognizable, even though quite far off perfection 2010-08-25 00:27:21 +00:00
Brian Troha
2d7fb74864 misc & minor documentation updates 2010-08-25 00:26:33 +00:00
Ryan Holtz
5d48b921be Correcting some more bugs in 6821pia and 6522via, zookeep works again. No whatsnew. 2010-08-24 23:51:13 +00:00
Ryan Holtz
0445eff6ba Fixed 6821pia and 7474, fixes for 6522via incoming. carpolo now works again. No whatsnew. 2010-08-24 23:40:33 +00:00
Phil Bennett
b22a727640 Fixed TMS340x0 disassembly view (no whatsnew) 2010-08-24 23:37:06 +00:00
Roberto Zandona
b4f23f4aba 00949: outzone: In stage 6 there are two blank box on the background. [Roberto Zandona'] 2010-08-24 22:29:20 +00:00
Aaron Giles
b3a650c9ee Last watchpoint fix was not complete. 2010-08-24 19:45:08 +00:00
Fabio Priuli
2a7fd2bcee making all softwarelist devices to appear in the listxml output (no mention needed, being 99.9% MESS related)
also amended incorrect comment about year
2010-08-24 19:39:27 +00:00
Wilbert Pol
3256f11a61 i2cmem.c: Removed m_page_size member from i2cmem_device to use m_page_size from the config. 2010-08-24 18:14:46 +00:00
stephh
7c638e8e74 mikie, mikiej, mikiehs (mikie.c) [stephh] :
- Fixed Dip Switches and Inputs (after verification of the M6809
    code)
2010-08-24 16:24:55 +00:00
Miodrag Milanovic
85b270fc05 Implemented missing read/write handlers in 6522via.c (no whatsnew) 2010-08-24 14:35:59 +00:00