Commit Graph

10363 Commits

Author SHA1 Message Date
Aaron Giles
3ae00656d4 Cleanups and version bump. 2010-10-21 06:01:17 +00:00
Aaron Giles
082621bd25 Fix aristmk4 regressions. 2010-10-21 05:44:47 +00:00
Angelo Salese
72a66946fd Ported code from MESS, not worth 2010-10-20 19:19:10 +00:00
Aaron Giles
0b464fb4d6 Fix madalien regression. 2010-10-20 15:45:35 +00:00
Angelo Salese
50ccebbddc Sync with latest 2010-10-20 00:39:21 +00:00
Angelo Salese
b115282378 Removed stray deprecat.h, no whatsnew 2010-10-19 22:08:06 +00:00
Angelo Salese
bd252914d2 Rewrote Alien Command irqs by not using cpu_getiloops() function [Angelo Salese] 2010-10-19 21:58:34 +00:00
Angelo Salese
fed52bcee0 Appendix of the previous fix, not worth 2010-10-19 21:25:02 +00:00
Angelo Salese
1df2745154 Removed deprecat.h usage and did some minor clean-ups to the 4enraya driver [Angelo Salese] 2010-10-19 20:58:38 +00:00
smf-
091ef4761a fixed build 2010-10-19 20:57:43 +00:00
Angelo Salese
51f1c80f36 Removed deprecat.h usage from 40love driver [Angelo Salese] 2010-10-19 20:40:50 +00:00
Angelo Salese
b4f208ad92 Removed deprecat.h usage from 1943 driver [Angelo Salese] 2010-10-19 20:33:08 +00:00
Angelo Salese
fb0c3fb1d9 Fixed broken Many Block timings and screwed service dip (not worth) 2010-10-19 19:02:47 +00:00
Curt Coder
23e5c53aa0 Removed stray includes. (no whatsnew) 2010-10-19 18:32:24 +00:00
Angelo Salese
8aea6d8cd3 Reworked 1942 interrupts by not using cpu_getiloops() function [Angelo Salese] 2010-10-19 17:52:26 +00:00
Angelo Salese
66fb765d2b Fix compile 2010-10-19 16:45:33 +00:00
Angelo Salese
14bc74d1cf Reworked NMK16 irqs again by using TIMER_ADD_SCANLINE (not worth) 2010-10-19 16:18:14 +00:00
Aaron Giles
9e1ebf8795 03770: Setting 'snapname %g' does not allow snap to be saved with F12. 2010-10-19 14:41:25 +00:00
Scott Stone
7bba786329 oops (comment correction) 2010-10-19 14:30:16 +00:00
Aaron Giles
9c553510dd For MSVC, explicitly include assert.h so that we can override the MSVC
version of assert(), which gets implicitly included later.
2010-10-19 14:30:14 +00:00
Aaron Giles
ec93220f95 03937: Using CTRL-C to end MAME no longer works reliably
Added explicit control handler for the console. Ctrl+C/Ctrl+Break now
explicitly terminate the process forcefully, rather than unwinding
through the system in an unexpected state. Other console events 
(exit, shutdown, logoff) request a graceful exit.
2010-10-19 14:15:46 +00:00
Scott Stone
12f9dbe1b0 Clarification of Cool Riders copyright date in MAME being different than shown on title. (no whatsnew) 2010-10-19 14:10:17 +00:00
Aaron Giles
359a06727c 03915: All sets using -autosave: "auto.sta" can mistakenly be erased 2010-10-19 13:55:11 +00:00
Curt Coder
aa8bd5fbd3 Refactored the CDP1869 chip into a C++ device. [Curt Coder] 2010-10-19 13:03:57 +00:00
Curt Coder
0f268291ed Removed old CDP1802 CPU. (no whatsnew) 2010-10-19 13:01:57 +00:00
Aaron Giles
353f612831 Updated tiny build to include upcoming free ROMs. 2010-10-19 05:58:15 +00:00
Aaron Giles
cf6927cb9f Fix MT04065: tiny (and ldplayer) don't link.
This needs an unfortunate hack with a dummy driver added to seed references to
the devices that are only otherwise referenced by libemu.a.

Also removed SOUNDS += CUSTOM since such a sound device no longer exists.
2010-10-19 05:52:41 +00:00
Aaron Giles
05421623da Fix custom mapping for dsp56k internal memory. 2010-10-19 04:40:28 +00:00
Derrick Renaud
4c4fd7e862 03074: dkongjr and clones: Discrete audio output is lower pitched than normal (Derrick Renaud) 2010-10-19 03:14:33 +00:00
Angelo Salese
bb26dc0816 ... actually removed deprecat.h from this driver too (obviously not worth) 2010-10-19 01:05:34 +00:00
Angelo Salese
da6831bb0a Reworked NMK16 irqs by not using cpu_getiloops() function [Angelo Salese] 2010-10-19 00:27:23 +00:00
Ryan Holtz
071827fc4f MAMETesters Bugs Fixed
----------------------
- 03854: [Misc. sfa3b, sfa3h: "NO CARD" warning during
          attract mode. [MooglyGuy]
2010-10-19 00:24:47 +00:00
Phil Bennett
9076aa1b02 Sigh 2010-10-18 22:02:00 +00:00
Aaron Giles
e03c4b7367 Whoops, forgot to remove the tag parameter. 2010-10-18 15:28:34 +00:00
Aaron Giles
c3ec783b3e Added new devcb type DEVCB_TYPE_DRIVER, which implies the driver_device.
Added new macros DEVCB_DRIVER_LINE_MEMBER and DEVCB_DRIVER_MEMBER to
specify member functions of the driver device in callbacks.
2010-10-18 15:28:00 +00:00
Curt Coder
3c3f26a66f Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use the new RCA COSMAC CPU. [Curt Coder] 2010-10-18 12:13:58 +00:00
Aaron Giles
40910ec4a6 Fix MT04059: Add new method reset_origin() to screen devices to allow
manual synchronization of VBLANK start against an external timing source.
Updated the MC6845 device to call reset_origin() on its screen at the
start of each frame if a screen is present.

The practical upshot is that now the screen timing and MC6845 timing is
once against synchronized, but by tying the screen timing to the MC6845
and not the other way around.
2010-10-18 08:07:02 +00:00
Aaron Giles
c724f32a28 Fix divide by zero with no-screen games. 2010-10-18 04:23:27 +00:00
Ryan Holtz
628f203db1 MAMETesters Bugs Fixed:
-----------------------
- 04067 [Misc.] blktiger: Test mode doesn't work. (MooglyGuy)

Non-Whatsnew note: In my opinion, I feel that it's a reasonable assumption that whatever video ASIC or other hardware is used defaults to having at *least* the text layer turned on.  The game doesn't even attempt to write any video configuration registers apart from the bank reigster when booting with test mode turned on, which strongly implies certain default states of certain registers.
2010-10-18 02:43:13 +00:00
Aaron Giles
d8edbd14f2 Convert rendlay objects into C++, reduce the number of unused textures
allocated.

Fix texture leak in crsshair.c.
2010-10-18 01:51:58 +00:00
Angelo Salese
d73bcf6e1c Yet another Mega CD update 2010-10-18 00:37:20 +00:00
Derrick Renaud
425be6c117 Minor dkongjr sound documentation update. Not worth mentioning. 2010-10-18 00:14:35 +00:00
Ryan Holtz
3d7ba70853 MAMETesters Bugs Fixed
----------------------
- 04060: [Debugger] Many sets in snk.c: Viewing c000-c700
         in debugger for "SUB" Z-80 causes memory
         corruption [MooglyGuy]
2010-10-17 20:41:14 +00:00
Ryan Holtz
8d4e4262c1 - Re-worked Quizard MCU communications handling to be more easily expanded. [Harmony]
MAMETesters Bugs Fixed:
-----------------------
04083: All sets in balsente.c: Black screen corruption (missing graphics) [Harmony]
2010-10-17 20:19:51 +00:00
R. Belmont
0d8e40acb6 ASC: sync with MESS improvements (no whatsnew) 2010-10-17 20:15:40 +00:00
Wilbert Pol
1d4ea432e9 emualloc.h: Force inlining of MAME's new and delete operators. 2010-10-16 18:17:00 +00:00
Angelo Salese
84cdaed285 Attempt to provide a correct M50458 char rom, used by the Nintendo Super System [Pat Dardenko, Angelo Salese] 2010-10-16 15:02:31 +00:00
Aaron Giles
b1d5550ff0 Correctly free textures when screen size dynamically changes.
Fixes texture assert when exiting on a number of games.
2010-10-16 03:25:42 +00:00
R. Belmont
29149cf734 More Clang fixes (verified OK with GCC) [Balrog] 2010-10-16 03:17:49 +00:00
Roberto Fresca
570c5d992e Added new clone of Streaking with different sized ROMs.
Corrected the year to 1980.

New clones added
----------------
Streaking (set 2) [Roberto Fresca]
2010-10-16 01:13:00 +00:00