Commit Graph

17846 Commits

Author SHA1 Message Date
James Wallace
7d3797ef21 Fixing the same screen related issues that plagued Scorpion2 after the big splitup (nw) 2012-09-28 19:03:28 +00:00
Angelo Salese
8be481d4ee Ported Palette brightness effects to Raiden 2 HW, used by Zero Team and X Se Dae [Angelo Salese] 2012-09-28 15:45:35 +00:00
Angelo Salese
b5599777cf Thrill Drive had reversed steering input, nw 2012-09-28 14:21:33 +00:00
Miodrag Milanovic
71b504073b Will commit this for now, looks proper start value (no whatsnew) 2012-09-28 13:04:52 +00:00
Robbbert
a31883cc12 ROTATION - fixed tiny typo. 2012-09-28 11:26:40 +00:00
Robbbert
d54b9c5943 SPECTRA - added remaining sounds, game marked as WORKING [Robbbert] 2012-09-28 11:16:54 +00:00
Robbbert
ffa3dc7cfc SPECTRA - added inputs and mech sounds 2012-09-28 10:07:15 +00:00
Miodrag Milanovic
8701f68d97 Replace some *_DEVICE_HANDLER with _MEMBER calls, mostly audio (no whatsnew) 2012-09-28 08:39:43 +00:00
Fabio Priuli
e1f7a289f3 (MESS) vboy.c: simplified SRAM handling with softlists. no whatsnew. 2012-09-28 04:41:55 +00:00
Scott Stone
5a0493e57b Comment excessive printf spam (over 60mb) in a 3 second run of taitotl (bios) set. Didn't seem to effect any other set in the driver. (nw) 2012-09-28 00:07:58 +00:00
Angelo Salese
8d3857730b Made default base to be 0x400, nw 2012-09-27 19:26:11 +00:00
Michaël Banaan Ananas
704e085dd8 added nsub coinage 2012-09-27 19:19:16 +00:00
Angelo Salese
ea08f39798 Check-point 2012-09-27 18:09:04 +00:00
Curt Coder
61e1983def Implemented DS75160A/DS75161A IEEE-488 GPIB Transceivers. [Curt Coder]
(MESS) cbm2: Fixed floppy loading for PAL drivers. (nw)
2012-09-27 16:53:42 +00:00
Angelo Salese
1958aef2ce Fix compile 2012-09-27 15:47:16 +00:00
Michaël Banaan Ananas
16cef70dc6 rm misplaced irem head on pcb info, it already is on top of the m10.c driver where it belongs 2012-09-27 15:18:46 +00:00
Angelo Salese
071935ac64 Tournament Arkanoid is a special version, a la NBA Jam TE, de-cloneize it, nw 2012-09-27 14:33:28 +00:00
Miodrag Milanovic
0e1fddec1e Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) 2012-09-27 14:33:26 +00:00
Angelo Salese
52bebe4071 Swapped Task Force Harrier sets, there's no copyright notice in both and by MAME rules the original UPL version should be parent, nw 2012-09-27 14:17:41 +00:00
Michaël Banaan Ananas
314007294e small cleanup before i do the next one 2012-09-27 13:58:05 +00:00
Robbbert
2a4429912c SPECTRA - more wip 2012-09-27 13:55:12 +00:00
Michaël Banaan Ananas
66a083daaf unclear comments
(and in x board case, height is always>0)
2012-09-27 09:44:17 +00:00
Michaël Banaan Ananas
af2262fdba fix problem with marking dirty region 2012-09-27 09:38:40 +00:00
mahlemiut
99e6e06450 (MESS) Made logerror output from 8514/A related functions optional (no whatsnew) 2012-09-27 06:22:08 +00:00
Michaël Banaan Ananas
3ee66ccd56 small cleanup 2012-09-26 20:22:00 +00:00
Michaël Banaan Ananas
cd8eda74a9 fix stupid bug, IN1 was never read here 2012-09-26 19:26:18 +00:00
Fabio Priuli
b4343927a4 (MESS) msx.c: slightly simplified sram handling in conjunction with softlists. no whatsnew. 2012-09-26 19:09:39 +00:00
Michaël Banaan Ananas
9a2728b882 fix digger gameplay speed, it's running at same speed as its JP sister game heiankyo 2012-09-26 19:02:32 +00:00
Michaël Banaan Ananas
108c6db6c3 AM_RANGE(0x00, 0x1f) with a global mask of 0xf made no sense 2012-09-26 18:46:44 +00:00
Curt Coder
061363b250 (MESS) cbm2: Promoted drivers to working. [Curt Coder] 2012-09-26 17:09:12 +00:00
Michaël Banaan Ananas
2a684318cf typo = good excuse to test the svn server :P 2012-09-26 17:03:56 +00:00
Angelo Salese
b29e39a98b Checking the SVN ... 2012-09-26 16:54:35 +00:00
Miodrag Milanovic
f26c931369 device_func to device callback change (no whatsnew) 2012-09-26 14:23:31 +00:00
Curt Coder
fa40275471 m6509: Fixed EA zero page indirect + Y (post indexed). [Curt Coder] 2012-09-26 14:11:46 +00:00
Miodrag Milanovic
23a3e24dcb Replace some *_DEVICE_HANDLER with _MEMBER calls (no whatsnew) 2012-09-26 13:24:58 +00:00
Robbbert
378cf38b3e SPECTRA - more wip 2012-09-26 11:50:21 +00:00
Michaël Banaan Ananas
3722c2ac14 added some diplocations + fixed carnivalh/carnivalha too fast game speed + did minor cleanups to input ports 2012-09-26 10:55:03 +00:00
Aaron Giles
ea8a131e0d Moved device_delegates into their own files. Employed a
non-templatized helper class so that the code can live
co-located, rather than invading device.h.

Changed the read/write delegates to derive from 
device_delegate. Updated the address map macros to create
these properly.

Removed remnants of the old AM_BASE/SIZE macros from the
memory system.
2012-09-26 10:07:49 +00:00
Miodrag Milanovic
acf55c87ef Removed devconv.h and memconv.h just moved used inlines for now (no whatsnew) 2012-09-26 09:30:47 +00:00
Miodrag Milanovic
41c1b2c48d Removed not used calls (no whatsnew) 2012-09-26 07:07:11 +00:00
Angelo Salese
3628b9086c Added reg/off for unknown opcodes, nw 2012-09-26 03:11:21 +00:00
Sandro Ronco
f636c77ac4 (MAME) Fix for -valid. (nw) 2012-09-25 18:18:13 +00:00
Miodrag Milanovic
0fa38e9b1b modernized saturn a bit (no whatsnew) 2012-09-25 18:17:14 +00:00
Sandro Ronco
95f50fb370 (MESS) fix for -valid. (nw) 2012-09-25 18:02:30 +00:00
Sandro Ronco
76810b49bc (MESS) socrates: moved cartridges into a softlist. (nw) 2012-09-25 17:52:33 +00:00
Michaël Banaan Ananas
e0576838ef fix y board sprite colors (the 3ff to 7ff change) 2012-09-25 17:40:40 +00:00
Michaël Banaan Ananas
2c31448008 some comments for gregf 2012-09-25 15:37:58 +00:00
Curt Coder
52669bc922 (MESS) cbm2: Added skeleton for CBM-II high resolution cartridge. (nw) 2012-09-25 14:55:28 +00:00
Curt Coder
ac17372427 Added missing DECLARE_'s. (nw) 2012-09-25 14:54:37 +00:00
Miodrag Milanovic
3f89db06eb Some manual cleanup (no whatsnew) 2012-09-25 14:46:52 +00:00
Miodrag Milanovic
d8bc866c4a TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) 2012-09-25 14:21:56 +00:00
Miodrag Milanovic
6c40f0f292 TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) 2012-09-25 13:39:59 +00:00
Robbbert
b29b84dd77 SPECTRA - wip 2012-09-25 12:10:15 +00:00
Miodrag Milanovic
03bb4528a0 timer - made member calls work (no whatsnew) 2012-09-25 08:08:26 +00:00
Miodrag Milanovic
a68624339f Made timer_device use delegates (no whatsnew) 2012-09-25 07:30:11 +00:00
smf-
34835ae4a5 (MESS) correct capacity is logged when drive parameters are set (nw) 2012-09-25 05:24:22 +00:00
smf-
2e5175a35e (MESS) fixed v1050 hard drive, drive can be formatted, installed & booted from. [smf] 2012-09-25 05:23:18 +00:00
Michaël Banaan Ananas
d81255a130 small update 2012-09-25 03:57:00 +00:00
Angelo Salese
73951a83c5 Quick and dirty porting of r2 opcode table into m68k based games, nw 2012-09-25 03:45:16 +00:00
Michaël Banaan Ananas
070ee5abc1 oops, clone of self 2012-09-25 03:12:26 +00:00
Michaël Banaan Ananas
19f2f51222 unclepoo moved from poo.c to jack.c 2012-09-25 02:34:43 +00:00
Michaël Banaan Ananas
bb40e5f86a cleanup 2012-09-25 02:21:15 +00:00
smf-
dcccfc3d36 (MESS) fixed chdman commands based on datasheets (nw) 2012-09-25 00:04:24 +00:00
Michaël Banaan Ananas
71ad6c9c37 added joinem columnscroll 2012-09-24 22:46:14 +00:00
Scott Stone
d7525b34ad Added a missing set which had GAME( macro and ROM_START, but was never added to mame.lst. Also, refreshed galdrvr's "should be moved here" section for dambustr.c to account for new sets/setnames (nw) 2012-09-24 22:20:39 +00:00
Michaël Banaan Ananas
f8be6045eb fix joinem testmode 2012-09-24 21:53:45 +00:00
Scott Stone
131dbcd43b Eliminate a GAME macro for a game not proven to exist. Instead, left as a comment at the top of the driver (nw) 2012-09-24 20:08:53 +00:00
Michaël Banaan Ananas
ca08940f09 removed WIP version from public build 2012-09-24 19:31:03 +00:00
Michaël Banaan Ananas
3d7495ba1a correct colors 2012-09-24 19:21:47 +00:00
Michaël Banaan Ananas
c0008e8d38 unclepoo move in progress 2012-09-24 18:57:29 +00:00
Miodrag Milanovic
74bd86121b H file cleanup (no whatsnew) 2012-09-24 17:21:40 +00:00
Curt Coder
2179b76816 (MESS) cbm2: Address decoding WIP, added floppy softlists, added PAL P500. (nw) 2012-09-24 15:48:18 +00:00
Ville Linde
c1de9bced6 voodoo.c: Implemented Voodoo 3 overlay scaling 2012-09-24 15:32:45 +00:00
Miodrag Milanovic
e624f84f34 modernization or timer callbacks part 3 - final (no whatsnew) 2012-09-24 15:01:45 +00:00
Miodrag Milanovic
3679f744c2 modernization or timer callbacks part 2 (no whatsnew) 2012-09-24 14:43:01 +00:00
Miodrag Milanovic
ef6f5d0a52 Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) 2012-09-24 14:09:14 +00:00
Oliver Stöneberg
7a7fa028bd fixed MT03464: fixed potential out of array access in src/emu/video/voodoo.c logerror() [Oliver Stöneberg] 2012-09-24 14:01:50 +00:00
mahlemiut
cc659dcabd (MESS) svga_s3: added extra extended start address and banking registers (no whatsnew) 2012-09-24 13:15:50 +00:00
Miodrag Milanovic
c0af92efed dgnbeta fix (nw) 2012-09-24 10:33:12 +00:00
Miodrag Milanovic
fe5086dd0c Fix apple3 regression (no whatsnew) 2012-09-24 08:15:13 +00:00
Michaël Banaan Ananas
cf20d8ad5f MT 5020 2012-09-24 08:05:25 +00:00
Miodrag Milanovic
18ddb0bac3 Removed AS_DATA on all variants and AS_IO on CPU variants not having IO lines (no whatsnew) 2012-09-24 07:54:59 +00:00
Fabio Priuli
2dbf48bf91 (MESS) nes: fixed regression in the famicom keyboard, introduced at some point in mid-2011. [Fabio Priuli] 2012-09-24 06:18:05 +00:00
Michaël Banaan Ananas
ca24f3c71e cleaned up Lives dipswitches 2012-09-24 01:50:34 +00:00
Brian Troha
a2927e3d40 mainevt.c: Corrected rom names via verification from new PCB dump. - NW 2012-09-23 22:59:51 +00:00
R. Belmont
3a74e392d0 Board works with some demo programs now (nw) 2012-09-23 22:41:22 +00:00
R. Belmont
8f1a1a9bdc tms99x8: Converted to using RGB32 bitmap so chips can coexist with other video screens [R. Belmont] 2012-09-23 22:15:51 +00:00
Couriersud
eb3d5a12a9 Fix for MT5018. [Couriersud]
Also improves blue background levels and gradient for Radar Scope.
2012-09-23 21:22:50 +00:00
Michaël Banaan Ananas
f5dbec1270 WIP: we'll have two uncle poos until it's done moving to jack.c 2012-09-23 21:06:44 +00:00
Michaël Banaan Ananas
de107fe212 this makes sound same as it was before it regressed 2012-09-23 20:45:12 +00:00
Miodrag Milanovic
59d656f6d7 Palette init can't be made inside any other place then main machine config, therefore palette in this case must be set in device_start. RB: better move this to rgb32 so no need of palette, otherwise will not work with other video devices (no whatsnew) 2012-09-23 17:05:48 +00:00
James Wallace
3ce8d52709 No door code in sc2 - remove (nw) 2012-09-23 16:39:41 +00:00
James Wallace
7ecc409cda Let's try this again - make the sc2 layout names make more sense -vid,dmd,vfd (nw).
Added new spACE clone of pound for pound.
2012-09-23 16:37:22 +00:00
R. Belmont
4a412e9cfa (MESS) Apple II: Add preliminary support for TME Arcade Board [R. Belmont] 2012-09-23 16:22:00 +00:00
Brian Troha
ec82f9f1eb New Enforce parent.
New Clone Added
------------------------------------
Enforce (World) [ShouTime, The Dumping Union]
2012-09-23 14:48:39 +00:00
Ville Linde
70954f7acb viper.c: Fixed EPIC register access 2012-09-23 13:04:36 +00:00
Robbbert
252b05c173 XFORCE - Added nvram 2012-09-23 12:48:39 +00:00
Robbbert
e4b6bc3d15 ZAC_PROTO, ZAC_2 - Added nvram 2012-09-23 12:21:36 +00:00
Robbbert
719fbf846f ZAC_1 - Added nvram 2012-09-23 11:57:23 +00:00
Curt Coder
5f92cdcadf (MESS) Compile fix. (nw) 2012-09-23 10:22:01 +00:00
Curt Coder
a6e72a9d87 (MESS) cbm2: Address decoding WIP. (nw) 2012-09-23 10:17:27 +00:00
Fabio Priuli
83c2145e03 (MESS) nes.c: this will be of use too, for next steps. no whatsnew. 2012-09-23 10:01:55 +00:00
Robbbert
6499aa93c2 ROTATION : Forgot to update a note. 2012-09-23 09:26:27 +00:00
Fabio Priuli
326c860ac7 (MESS) nes.c: moved bankswitch functions into nes_carts_state. no whatsnew.
among other things, this  allowed to remove around a thousand of machine() parameters 
passed to re-get the state class at each bankswitch operation. readability says thanks.
2012-09-23 09:18:37 +00:00
Robbbert
7ad98c13be ROTATION - Added motor simulation; added nvram; added mechanical sounds; added notes [Robbbert] 2012-09-23 09:13:55 +00:00
Robbbert
84b5060194 FLICKER - added nvram and notes. 2012-09-23 09:06:00 +00:00
Brian Troha
d7c73fdc95 segas32.c: Minor doc update - Add the ROM board Sega ID# to Jurassic Park. - NW 2012-09-23 05:07:15 +00:00
R. Belmont
449d8c260a Made Epson R4543 RTC a proper RTC device, eliminates duplicated code in Namco Systems 12 and 23 [R. Belmont] 2012-09-23 03:37:54 +00:00
mahlemiut
ba5468b246 (MESS) pc: Fixed address space errors. (no whatsnew) 2012-09-23 01:57:19 +00:00
mahlemiut
9e5d277b3c (MESS) a2600: Fixed address space error. (MT 05016) 2012-09-23 01:34:15 +00:00
Brian Troha
1cd51185f3 new dodge city clone
New Clone Added
--------------------------------------
Dodge City (2131-82, U5-0D) [Brian Troha, The Dumping Union] (Not Working)
2012-09-22 23:15:06 +00:00
Brian Troha
c08a6a56b9 new Jurassic Park clone
New Clone Added
------------------------------------
Jurassic Park (Japan) [ShouTime]
2012-09-22 22:40:27 +00:00
Michaël Banaan Ananas
20bd302143 fix broken sound - MT 5017
(the regression was in poo_state::timer_r)
2012-09-22 21:39:27 +00:00
Curt Coder
e670fdccb4 (MESS) cbm2: Address decoding WIP. (nw) 2012-09-22 20:55:35 +00:00
Fabio Priuli
d274a3b3fa (MESS) nes.c: moved cart class where it actually belongs. no whatsnew.
eventually, nes_mmc and its pieces (nes_pcb, nes_ines & nes_unif) will contain a cart slot device and allow for
things like on-cart sound chips and eeprom devices to be properly emulated
2012-09-22 15:25:56 +00:00
mahlemiut
32dabf229d (MESS) gfxultra: just renaming a few functions... (no whatsnew) 2012-09-22 11:19:53 +00:00
Michaël Banaan Ananas
70920fef0c (svn commit test) 2012-09-22 11:10:07 +00:00
Curt Coder
e20c40ea12 (MESS) Input port cleanup. (nw) 2012-09-21 21:03:03 +00:00
Scott Stone
07bcef861b Better simulation of Metal Slug X's protection device. [IQ_132] 2012-09-21 20:44:07 +00:00
smf-
feee0c35b8 Removed init_scsibus() from scsibus_device as it was only used for passing the sector size, in reality this is an attribute of the hard drive and not the bus. It now asks the device for the size, however this will go away soon (nw) 2012-09-21 18:35:50 +00:00
Miodrag Milanovic
ea2666bdc5 mediagx cleanup (nw) 2012-09-21 17:37:28 +00:00
R. Belmont
04c24872f0 lib7z: fix portability problems that resulted in memory trashing in some configurations. [R. Belmont] 2012-09-21 17:08:06 +00:00
Fabio Priuli
85f3612057 nes.c: partially split cart variables from the system ones. no whatsnew. 2012-09-21 16:41:12 +00:00
Fabio Priuli
7d021d4d51 nes.c: modernized the driver by moving most code into the class, work by Micko. no whatsnew. 2012-09-21 15:23:07 +00:00
Miodrag Milanovic
1ef4d3a626 firebeat cleanup (no whatsnew) 2012-09-21 15:02:49 +00:00
Miodrag Milanovic
7e4c4a50f2 dgn_beta removal of _space_func and moving handlers to members (nw) 2012-09-21 14:33:19 +00:00
Curt Coder
57c76989e3 (MESS) cbm2: Rewrote the rest of the CBM-II model line. [Curt Coder] 2012-09-21 13:22:49 +00:00
Robbbert
be3ad0fde6 bfm_sc2 : commented out non-existent screen to fix crash 2012-09-21 12:53:44 +00:00
Robbbert
5ed13b9d38 Added generic set of pinball mechanical sounds [Robbbert]
zac_1 : added outhole and knocker sounds
2012-09-21 11:56:21 +00:00
Michaël Banaan Ananas
a108b4a2dc got confirmed that claybust is on same pcb as the other 2012-09-21 09:56:02 +00:00
Miodrag Milanovic
1f9d1cd620 change from device->machine() to space.machine() in device handlers in order to make next changes easier (no whatsnew) 2012-09-21 08:25:27 +00:00
Aaron Giles
6ab486a324 NVRAM_HANDLER removal. 2012-09-21 06:37:59 +00:00
Oliver Stöneberg
616f0c7039 added resources and icon for UME / added UME support to verinfo and updated the usage string (no whatsnew) 2012-09-20 23:18:34 +00:00
Angelo Salese
65e56c9043 Changed CPS-1 video timings to SCREEN_RAW_PARAMS [Angelo Salese] 2012-09-20 21:17:41 +00:00
Wilbert Pol
93b5eb783a Added -verifysoftware command. [Wilbert Pol] 2012-09-20 19:34:30 +00:00
Sandro Ronco
553845dc64 Fixed debug build. (nw) 2012-09-20 19:33:41 +00:00
Michaël Banaan Ananas
2b8f3ba635 (hmm that was a bit messy) 2012-09-20 19:05:58 +00:00
Michaël Banaan Ananas
54531b7773 (small change on descriptions) 2012-09-20 18:15:10 +00:00
Miodrag Milanovic
8e9d991c8b some hp48 cleanup (nw) 2012-09-20 13:59:11 +00:00
Robbbert
a44b71c954 Flicker: replaced temporary beeper sound with samples. 2012-09-20 13:58:28 +00:00
Miodrag Milanovic
88e65e7c27 concept cleanup (nw) 2012-09-20 13:40:07 +00:00
Miodrag Milanovic
4971756f53 vtech2 cleanup (no whatsnew) 2012-09-20 13:29:39 +00:00
Miodrag Milanovic
98f488f114 pcw16: Commented old code not used, mahlemiut please delete if not needed as reminder for some additional changes (no whatsnew) 2012-09-20 13:17:59 +00:00
Miodrag Milanovic
c2ea84b05c used read8_delegate instead of read8_space_func for vga port read (nw) 2012-09-20 13:07:33 +00:00
Michaël Banaan Ananas
d81de35ce5 (note) 2012-09-20 12:11:21 +00:00
Michaël Banaan Ananas
3a3bf0e7d7 Games promoted to working
-------------------------
Claybuster [Any, hap]
Gun Champ [hap]
2012-09-20 12:08:56 +00:00
Miodrag Milanovic
086b4d97cd decocass modernized and cleaned (no whatsnew) 2012-09-20 12:00:57 +00:00
Michaël Banaan Ananas
8270986acb made schaser sound timer a device 2012-09-20 10:25:42 +00:00
Miodrag Milanovic
e5f512b479 making pcecommn to be a main class for other pce related drivers (nw) 2012-09-20 09:17:56 +00:00
Miodrag Milanovic
cde37d5026 Modernized archimedes (no whatsnew) 2012-09-20 08:36:19 +00:00
Michaël Banaan Ananas
13ad383bf4 MT 5012 trivial 2012-09-20 03:04:31 +00:00
mahlemiut
aa563e2358 at: Made sure that the correct address space is used when using DMA (no whatsnew) 2012-09-20 02:54:55 +00:00
mahlemiut
d6ce1d486a Fix GCC 4.4 compile (no whatsnew) 2012-09-20 02:06:26 +00:00
Wilbert Pol
6dca510a96 OSX compile fixes (nw) 2012-09-19 21:11:39 +00:00
Aaron Giles
ddd9555b7f MESS fixes. 2012-09-19 20:59:42 +00:00
Aaron Giles
621ac620ae Since nobody checks for NULLs anyway, make
device_memory_interface::space() assert against NULL and
return a reference, and pushed references throughout all 
address space usage in the system. Added a has_space() 
method to check for those rare case when it is ambiguous.
[Aaron Giles]

Also reinstated the generic space and added fatal error
handlers if anyone tries to actually read/write from it.
2012-09-19 19:48:09 +00:00
Angelo Salese
33c77e65bb Seibu COP: Added 0xe38e command, used by Seibu Cup Soccer to follow the ball [Angelo Salese] 2012-09-19 19:31:11 +00:00
Michaël Banaan Ananas
325006970c considering the sprite hw is like on NES, IN0 d6 looks like it is sprite-0 collision detection 2012-09-19 18:35:00 +00:00
Michaël Banaan Ananas
faf34668d9 new NOT_WORKING game added
----------------------
Claybuster [Any]


(this means the other modelr game is almost-definitely gunchamp. I will try to hook up the gun later, and hopefully make gunchamp work as well then)
2012-09-19 17:45:49 +00:00
Michaël Banaan Ananas
e4de0e2f18 new clone added
-----------------
Asterock (Videotron bootleg) [Any]
2012-09-19 16:56:25 +00:00
Oliver Stöneberg
aba7881624 (MESS) fixed mess/drivers/dragon.c compilation (no whatsnew) 2012-09-19 15:49:22 +00:00
Oliver Stöneberg
b648182a6f (MESS) fixed mess/machine/coco.c compilation (no whatsnew) 2012-09-19 15:45:27 +00:00
Miodrag Milanovic
f4ccdaf32c dkong fix (no whatsnew) 2012-09-19 14:51:15 +00:00
Miodrag Milanovic
e65e53f7c7 one more found (nw) 2012-09-19 14:16:48 +00:00
Curt Coder
cd3e8d7955 (MESS) p500: Rewrote the driver using the PLAs for address decoding. [Curt Coder] 2012-09-19 13:56:56 +00:00
Miodrag Milanovic
f4d7dcb19a Made amiga keyboard a device, and removed legacy port changed support (no whatsnew) 2012-09-19 13:54:29 +00:00
Miodrag Milanovic
83b167e59f More cleanup on mess side (nw) 2012-09-19 13:19:23 +00:00
Miodrag Milanovic
7f775f2fbe Modernized INPUT_CHANGED in MESS part of tree (no whatsnew) 2012-09-19 13:06:55 +00:00
Oliver Stöneberg
c6f3718f55 fixed pong/pongf crash on exit - re-introduces a memory leak for now 2012-09-19 11:53:24 +00:00
Miodrag Milanovic
e3992c070e Fix for ginganin regression (no whatsnew) 2012-09-19 11:06:59 +00:00
Robbbert
9d9ffac2cd (MESS) p8000, p8000_16, bigbord2: fix regression in keyboard due to 'address_space' problem. 2012-09-19 10:51:16 +00:00
Miodrag Milanovic
3c58f8e7cd Removed device_memory_interface from driver_device, fixes issues with dkong clones, and various others, require clean compile (no whatsnew) 2012-09-19 10:31:22 +00:00
Miodrag Milanovic
c4f6fca298 Fixed DEVCB_MEMORY_HANDLER regression (no whatsnew) 2012-09-19 08:20:51 +00:00
Fabio Priuli
6607f9d031 fixed year in a couple of atomiswave games, as per title screen. no whatsnew. 2012-09-19 07:19:22 +00:00
Miodrag Milanovic
7ebda16161 Fix listxml (no whatsnew) 2012-09-19 07:16:56 +00:00
mahlemiut
7917f1ac8a (MESS) Fixed 256 colour SVGA modes when used by the gfxultra. (no whatsnew) 2012-09-19 00:17:41 +00:00
Angelo Salese
bc09e31613 0x6200 note, nw 2012-09-18 22:12:17 +00:00
Oliver Stöneberg
0f81674c61 MT05007: fixed midtunit.c crashes [Oliver Stöneberg] 2012-09-18 19:31:14 +00:00
James Wallace
500f402100 New NOT WORKING Game
---------------------
Blankity Bank (PCP) (SYSTEM80) [TTX]

Changed FME drivers to use per-driver layouts, rather than awpvid generic ones - should make tiny builds a bit easier, and gives more opportunity to tweak for hardware specific stuff. (nw)
2012-09-18 19:18:43 +00:00
Oliver Stöneberg
56248afd7e fixed galaga crash by using proper state - there are most likely more of this (no whatsnew) 2012-09-18 18:58:10 +00:00
Wilbert Pol
3a4b068087 (MESS) Fixed listxml crash. There is no screen in sapi3, so commented out the SCREEN_UPDATE config. (nw) 2012-09-18 18:02:24 +00:00
Miodrag Milanovic
c7f4236e20 And final for today (no whatsnew) 2012-09-18 14:58:53 +00:00
Miodrag Milanovic
bc4e5ad73a Some more cleanup (nw) 2012-09-18 14:52:54 +00:00
Miodrag Milanovic
a1b116c06f INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) 2012-09-18 14:45:06 +00:00
Miodrag Milanovic
3ac43e0187 INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) 2012-09-18 14:10:42 +00:00
smf-
e58642872a fix for "file note writeable" when creating, plus consolidated some duplicate/redundant code. [smf] 2012-09-18 13:38:30 +00:00
Phil Bennett
4622cc96dd gunpey.c - Corrected OKI M6925 frequency [Phil Bennett] 2012-09-18 12:56:35 +00:00
Miodrag Milanovic
6eee16fe04 removed file already marked to be removed (no whatsnew) 2012-09-18 11:31:29 +00:00
Miodrag Milanovic
87172803e5 removed not necessary code (no whatsnew) 2012-09-18 11:10:25 +00:00
Miodrag Milanovic
b0127c2abd Modernized nubus graphics cards screen updates (no whatsnew) 2012-09-18 11:00:03 +00:00
Miodrag Milanovic
41d4cd4f6a clean some newly introduce macros since, calls already have full names (no whatsnew) 2012-09-18 08:56:11 +00:00
Miodrag Milanovic
7e40ce54f2 changed most of screen.machine() to machine() (no whatsnew) 2012-09-18 08:43:04 +00:00
Miodrag Milanovic
8196b61778 Did some missed by code (no whatsnew) 2012-09-18 07:46:32 +00:00
Miodrag Milanovic
2a06847d59 manual cleanup of mame and mess includes (no whatsnew) 2012-09-18 07:33:27 +00:00
Oliver Stöneberg
2bc32d8645 (MESS) write messvers.rc to the proper output folder and fixed include in mess.rc (no whatsnew) 2012-09-18 06:21:10 +00:00
Aaron Giles
81c982ec56 Remove all traces of read/write*_device_func from memory.c.
All legacy device callbacks are now promoted to delegates
and handed off to the modern read/write handler managers.
Fixed ibm5150 and surely many other broken systems. (nw)
2012-09-18 06:10:57 +00:00
Aaron Giles
e33b41ee01 Stop allocating arrays of UINT8s for the tokens, when
we can allocate objects of the real type.
2012-09-18 05:28:33 +00:00
Aaron Giles
7917a1a8a0 Fix SID crashes. 2012-09-18 04:23:25 +00:00
Aaron Giles
974da4d5b5 Fix MSVC compilation. 2012-09-18 04:11:19 +00:00
Angelo Salese
059d606707 Ported 0x42c2 to raiden2.c, helps with ship entry, respawn and power-up movements 2012-09-18 01:46:35 +00:00
Angelo Salese
91e80bfc39 Fixed rounding error on 0x42c2, nw 2012-09-18 01:20:25 +00:00
Angelo Salese
bf51570ba6 Seibu COP: Added 0x1c param to 0x0205 command, fixes at least sprite positioning during intros of Raiden 2 and Zero Team
(but breaks gameplay in Zero Team, needs investigation) [Angelo Salese, Smitdogg]

Seibu COP: Made 0x42c2 command more accurate, makes Legionnaire enemies to behave properly and match finally starts in Seibu Cup Soccer [Angelo Salese, Smitdogg]
2012-09-17 21:53:48 +00:00
Oliver Stöneberg
6bc58a69ab (MESS) fixed resource data of Windows executable [Oliver Stöneberg] 2012-09-17 19:49:37 +00:00
Michaël Banaan Ananas
5fbd9e230c rom 10 has pointers to data in 4xxx-6xxx region, $0000-$3fff is probably for mcu internal rom? 2012-09-17 19:13:29 +00:00
Wilbert Pol
17a076f44e Fix clang compile error (nw) 2012-09-17 18:56:50 +00:00
Miodrag Milanovic
7a2d791167 and some more cleanup (nw) 2012-09-17 18:39:09 +00:00
Miodrag Milanovic
17114d5e23 some h files cleanups (no whatsnew) 2012-09-17 18:30:53 +00:00
Miodrag Milanovic
0eac092e51 one more (nw) 2012-09-17 17:36:15 +00:00
Aaron Giles
e8b73d14d2 Fix debug compile. 2012-09-17 17:35:02 +00:00
Aaron Giles
7e1e581fd2 required/optional_* templates can auto-return a reference
as well.
2012-09-17 17:09:19 +00:00
Michaël Banaan Ananas
abed8b8366 mark possible bad dump in waterski (MT 1102) 2012-09-17 16:52:40 +00:00
Aaron Giles
2ba95646d7 In some of the READ/WRITE_DEVICE*_HANDLERS, use space instead
of driver to fetch the machine. This helps highlight where the
actual driver dependencies are.
2012-09-17 16:00:04 +00:00
Miodrag Milanovic
5ddbca3e7a Modernized screen update calls (no whatsnew) 2012-09-17 15:00:31 +00:00
Robbbert
f27b07d082 rowamet: Fixed irq call to newest code. 2012-09-17 10:49:33 +00:00
smf-
0d0b34e3be moved some more scsi command handling from scsibus into scsidev (nw) 2012-09-17 09:28:12 +00:00
Aaron Giles
0dc663e2e9 Memory handler cleanup 3. Add mem_mask parameter
to 8-bit handlers to match the others. To ease
pain, added DECLARE_READ/WRITE_HANDLER macros that
set up a default parameter. Also updated devcb so
that the handlers can be called with or without the
mem_mask. [Aaron Giles]
2012-09-17 09:16:44 +00:00
Aaron Giles
3cce7e019e Memory handler normalization, part 2. Change legacy
read/write handlers to take an address_space & instead
of an address_space *. Also update pretty much all other
functions to take a reference where appropriate.
[Aaron Giles]
2012-09-17 08:22:16 +00:00
Robbbert
22b4739ade (MESS) fixed compile error 2012-09-17 08:07:45 +00:00
Aaron Giles
cc16777cce Memory handler normalization, part 1.
READ/WRITE_DEVICE*_HANDLERs are now passed an
address_space &, and the 8-bit variants get a mem_mask
as well. This means they are now directly compatible
with the member function delegates. Added a generic
address space to the driver_device that can be used
when no specific address space is available. Also
added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to
declare device callbacks with default mem_mask
parameters. [Aaron Giles]
2012-09-17 07:43:37 +00:00
Miodrag Milanovic
e25c13f253 Clean-ups and version bump
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
2012-09-17 06:49:13 +00:00
Miodrag Milanovic
f97e8f0081 ATI Stereo F/X ISA card support [Carl] 2012-09-17 06:37:37 +00:00
Scott Stone
a9eb88efea This gives a dummy (skeleton) device file to start moving some cdc stuff into so that it can then be shared with neocd. From Haze (nw) 2012-09-17 03:48:56 +00:00
Angelo Salese
d94c125eb3 Further notes, nw 2012-09-17 02:08:58 +00:00
Angelo Salese
738f2f6442 Other small notes, nw 2012-09-16 23:21:28 +00:00
Scott Stone
07f0cecc5a In preparation for future work (basic device structure). Should have no functional change at this point. From Haze (nw) 2012-09-16 21:57:13 +00:00
Brian Troha
02410126c2 tumbleb.c: Filled in a dipswitches for Magicball Fighting. [Brian Troha] 2012-09-16 20:40:16 +00:00
Angelo Salese
0fea1bde3e Some notes 2012-09-16 20:11:20 +00:00
Phil Bennett
304a320b37 [MAME] Fixed buffer overrun in rongrong and clones [Phil Bennett] 2012-09-16 19:34:58 +00:00
Michaël Banaan Ananas
8135871682 Game promoted to working
-------------------------
Magicball Fighting (Korea) [Guru, David Haywood]
2012-09-16 17:57:00 +00:00
Phil Bennett
03f4826035 05001: Many sets in bfm_sc4.c: Assert after OK [Phil Bennett] 2012-09-16 17:03:07 +00:00
Alex W. Jackson
25d6704e43 segaybd.c: Fix 0.146u5 sound regression [Alex Jackson] 2012-09-16 16:51:07 +00:00
Alex W. Jackson
22a3ee906d seta.c: Add layer offsets for daioh clone (nw) 2012-09-16 16:46:45 +00:00
Ville Linde
06c9b3d85f video/gticlub.c: Improved texture coordinate rounding (again) 2012-09-16 14:35:39 +00:00
Miodrag Milanovic
24f50df0fb This should fix memleak for csplayh5, please check do not have chd (no whatsnew) 2012-09-16 14:29:18 +00:00
Miodrag Milanovic
02ce39f34e fix assert for upd7759 (no whatsnew) 2012-09-16 14:20:16 +00:00
Miodrag Milanovic
1dfbc23b42 isa_sblaster : Corrects the output in adpcm mode and inhibits irqs after the protection command. Test-sbc.exe works again. by Carl (no whatsnew) 2012-09-16 14:13:24 +00:00
smf-
0680647be5 (MESS) builds after normalization (nw) 2012-09-16 12:50:13 +00:00
smf-
942907b081 (MESS) builds after normalization (nw) 2012-09-16 12:45:58 +00:00
Robbbert
3361d9e4dd heavymtl: saving my work so far 2012-09-16 11:11:29 +00:00
Miodrag Milanovic
96ebed6493 netlist memory leak fix (no whatsnew) 2012-09-16 10:35:05 +00:00
Miodrag Milanovic
b4304b06e7 Fix for :
rungun and clones - rungun.c [DEBUG]
"Error: bad downcast<> or device<>.  Tried to convert the device
:k055673 of type Konami 055673 to a P14k053247_device, which are
incompatible." (no whatnsew)
2012-09-16 08:37:58 +00:00
Robbbert
dbf289a1af MT 5000: gcpinball crash before ok 2012-09-16 06:20:32 +00:00
Aaron Giles
1a30184903 Final round of struct/union/enum normalization. 2012-09-16 05:24:30 +00:00
Aaron Giles
91f928d6cd Enum and union normalization. 2012-09-16 03:06:55 +00:00
Michaël Banaan Ananas
f058aca354 small cleanup 2012-09-16 02:19:00 +00:00
Michaël Banaan Ananas
dc85a30681 some meaningless AM_RAM_WRITE 2012-09-16 01:34:33 +00:00
Michaël Banaan Ananas
e3e42e3a39 fix ganjaja water 2012-09-16 00:58:02 +00:00
R. Belmont
ce0227e419 (MESS) apple2gs: Save states now officially supported. [R. Belmont] 2012-09-16 00:24:35 +00:00
Michaël Banaan Ananas
171a7b2459 improved gfx bankswitching 2012-09-16 00:15:50 +00:00
Aaron Giles
cff1004165 Pass 2 of struct modernization. 2012-09-15 22:30:30 +00:00
R. Belmont
000f9d27ed Fixes so MESS on PowerPC OS X builds and works again. MAME is still a lost cause. [R. Belmont] 2012-09-15 22:16:53 +00:00
Aaron Giles
ab97dc30ef First pass at modernizing struct definitions. 2012-09-15 21:47:30 +00:00
Ville Linde
d1da89cc78 video/gticlub.c: Added alpha-blended color gouraud polygon command. 2012-09-15 18:12:33 +00:00
Brian Troha
15bfd61fba splash.c: Changed the Machine Config to use actual OSC values and measured clocks as listed in the driver. Added a note about a Splash! PCB with alternate (higher) OSC clocks. Added a note about The Return of Lady Frog 9 rom and the 1 bit difference between the two sets. [Brian Troha] 2012-09-15 17:23:28 +00:00
Brian Troha
e636de98dc champbas.c: Fix minor typo in rom name for the new US set. - NW 2012-09-15 16:22:59 +00:00
R. Belmont
80e6e662b1 SDL: don't enable XInput by default (nw) 2012-09-15 15:44:59 +00:00
Ville Linde
fcd1d51b13 gticlub.c: Promoted gticlub (and clones), slrasslt and hangplt to working state. 2012-09-15 14:05:22 +00:00
Ville Linde
1410379253 gticlub.c: Workaround for lock/unlock errors in Hang Pilot. 2012-09-15 13:51:20 +00:00
Phil Bennett
1c185182ec [MAME] 04998: All/Most sets in superchs.c, gunbustr.c, groundfx.c, galastrm.c, taitojc.c, undrfire.c, taito_f3.c, bfm_sc4.c: assert: src/emu/attotime.h:146: frequency > 0 [Phil Bennett] 2012-09-15 12:29:37 +00:00
Phil Bennett
fe13f1a310 idetrl.c - Support IDE command 0x31 (IDE_COMMAND_WRITE_MULTIPLE_NORETRY) [Phil Bennett] 2012-09-15 12:25:18 +00:00
Ville Linde
69642bdfbe gticlub.c: Hooked up analog controls in Hang Pilot. 2012-09-15 11:43:02 +00:00
Scott Stone
c49f9229cd Fixed MT#04997: crszoneb: Crash before OK 2012-09-15 11:29:46 +00:00
Ville Linde
4dc62aba1d adc1038: Fixed data out reads. 2012-09-15 11:03:37 +00:00
Miodrag Milanovic
52fda4111b Use proper macro for devices (no whatsnew) 2012-09-15 09:18:45 +00:00
mahlemiut
4599f17a75 (MESS) gfxultra: Very basic implementation of the linedraw register, enough to pass the BIOS' test. (no whatsnew) 2012-09-14 23:11:45 +00:00
Robbbert
2193801ec2 It seems a certain file was missing... 2012-09-14 22:14:54 +00:00
Angelo Salese
8b185ef8c4 Small addendum 2012-09-14 18:58:58 +00:00
Wilbert Pol
a9c3f10842 (MESS) Fixed listxml crash (nw) 2012-09-14 18:50:45 +00:00
Michaël Banaan Ananas
5cf91537cd fix taitogn shanghss, shangtou lockup at boot 2012-09-14 18:35:25 +00:00
Curt Coder
aed1c5bf74 Rewrote the SAA5050 Teletext character generator. Removed saa505x.c which was used by bbc.c, and refactored all drivers to use the new implementation. [Curt Coder] 2012-09-14 16:37:26 +00:00
Angelo Salese
002948d06e Some minor mods, nw 2012-09-14 16:35:26 +00:00
Miodrag Milanovic
94d09cc4c3 fix compile (nw) 2012-09-14 14:53:03 +00:00
Michaël Banaan Ananas
662bc81f6a fix compile, there was no lay file or GAMEL entry 2012-09-14 14:16:38 +00:00
Robbbert
9b025ed895 heavymtl : wip, sound works 2012-09-14 13:54:52 +00:00
Angelo Salese
364be3ea95 Made accurate trigonometry maths in Seibu COP [Angelo Salese, Smitdogg] 2012-09-14 12:49:07 +00:00
Miodrag Milanovic
0560dc2b5f Fixed remaining regressions (nw) 2012-09-14 10:12:35 +00:00
Michaël Banaan Ananas
43320ba7e2 kingball does not have stars 2012-09-14 09:20:07 +00:00
Miodrag Milanovic
673d54dd64 fixed save state issue (no whatsnew) 2012-09-14 09:12:29 +00:00
Miodrag Milanovic
20cd9c4474 state members do not override legacy start/resets (no whatsnew) 2012-09-14 09:07:10 +00:00
Michaël Banaan Ananas
6e20a2c3ef move sx+1 up, fixes stray sprite line at screen edge 2012-09-14 08:43:48 +00:00
Miodrag Milanovic
24a5c899cd Fix and cleanup for palette(no whatsnew) 2012-09-14 08:30:34 +00:00
Miodrag Milanovic
af5c15f8c2 Few more palette fixes (nw) 2012-09-14 08:05:33 +00:00
Miodrag Milanovic
4e0f2c38e4 fix for palette issues, have looped trough the svn log to trace all similar (no whatsnew) 2012-09-14 07:05:28 +00:00
mahlemiut
1303a88347 (MESS) gfxultra: Fix for blank screen after starting MS-DOS Editor or QBasic. (no whatsnew) 2012-09-14 06:16:55 +00:00
R. Belmont
5129c4f427 es5503: Fix IRQ timing error introduced when I did the device conversion. [R. Belmont] 2012-09-14 03:39:57 +00:00
Sandro Ronco
28f35dced5 (MESS) Fixed gbcolor regression. (nw) 2012-09-14 01:23:07 +00:00
Sandro Ronco
df8df8d5f5 fixed kaneko16.c and galaga.c regressions. (nw) 2012-09-14 00:14:47 +00:00
Brian Troha
f72d9cecb1 New Exciting Soccer clone
New Clone Added
----------------------------------
Exciting Soccer (US) [Tirino73]
2012-09-13 20:06:47 +00:00
Ville Linde
b2f7162e0b video/gticlub.c: Fixed texture coordinate rounding. 2012-09-13 19:28:28 +00:00
Sandro Ronco
6590b2db63 (MESS) fixed n64 regression. (nw) 2012-09-13 19:20:48 +00:00
Brian Troha
1c9490ac31 meritm.c: Use standard defined "gambler" keys for Dodge City - NW 2012-09-13 19:15:14 +00:00
Sandro Ronco
bf5ff16a72 (MESS) fixed kc85_3 regression. (nw) 2012-09-13 17:10:21 +00:00
Robbbert
057c457352 Rotation: fixed displays, fixed sensors so that the game is now playable. [Robbbert] 2012-09-13 15:40:19 +00:00
Curt Coder
0af1f7acdc (MESS) Removed palette access. (nw) 2012-09-13 14:32:24 +00:00
Angelo Salese
d4f26563e3 Attempt to fix backplane color in Denjin Makai, nw 2012-09-13 14:25:09 +00:00
Curt Coder
6ae7e2b833 (MESS) Removed palette access. (nw) 2012-09-13 14:11:53 +00:00
Curt Coder
42136bec16 (MESS) pc8001: Fixed colors again. (nw) 2012-09-13 14:11:12 +00:00
Curt Coder
511f05c574 (MESS) cdp1869: Fixed regression. (nw) 2012-09-13 14:10:49 +00:00
Angelo Salese
f7b855e854 Revert, for Godzilla regression 2012-09-13 14:09:03 +00:00
Angelo Salese
3353d4ed13 Fixed an horizontal scrolling bug in Sengoku Mahjong [Angelo Salese] 2012-09-13 14:00:19 +00:00
Miodrag Milanovic
219e664785 Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT changed to be members of state classes (no whatsnew) 2012-09-13 11:15:32 +00:00
Miodrag Milanovic
af9a5e817d moved constructor of state classes into .h file (no whatsnew) 2012-09-13 07:50:33 +00:00
mahlemiut
f2a79b9dca (MESS) x68k_scsiext: Fixed 'Cannot find required device' error. (no whatsnew) 2012-09-13 06:23:28 +00:00
Aaron Giles
904ccb1603 Fix winrun regression. 2012-09-13 04:31:57 +00:00
Brian Troha
f1aa56f2d7 meritm.c: Give Dodge City a more logical keyboard layout to play. - NW 2012-09-13 03:23:09 +00:00
Brian Troha
856d5a2e00 meritm.c: Added PCB layout and pinout for the Merit CRT-250 PCB. [Brian Troha] 2012-09-13 03:16:41 +00:00
Brian Troha
ec1db88620 merit.c: Minor doc update - NW 2012-09-13 01:52:31 +00:00
mahlemiut
9a27128e68 (MESS) Fixed video memory paging (no whatsnew) 2012-09-13 01:52:22 +00:00
Brian Troha
83c97dac26 meritm.c: Various rom name corrections and additional minor documentation. [Brian Troha] 2012-09-13 01:45:52 +00:00
mahlemiut
9d797a3ac5 (MESS) gfxultra: added extended bits for display start and cursor start. Expanded cursor_start to UINT32 to accomodate. (no whatsnew) 2012-09-13 00:53:00 +00:00
Curt Coder
c76629afd4 (MESS) pc8001: Fixed colors. (nw) 2012-09-12 21:22:30 +00:00
Ville Linde
3921eaebfd nwk-tr.c: Promoted thrilld and thrilldb to working state. 2012-09-12 21:04:49 +00:00
Ville Linde
087fd08912 sharc: Rewrote DMA handling to use timers. 2012-09-12 18:59:17 +00:00
Couriersud
b60c2477b5 Fix pong crash in debug build. No wn. 2012-09-12 18:46:56 +00:00
Miodrag Milanovic
99c536be34 removed local macros since macros with same name but different syntax will be used in general (no whatsnew) 2012-09-12 17:34:06 +00:00
Miodrag Milanovic
81488d3235 Fix compile - no need for this include (no whatsnew) 2012-09-12 17:23:40 +00:00
Sandro Ronco
103dcf66ae HC11 core: fixed N flag in 16-bit operations. (nw) 2012-09-12 17:09:48 +00:00
Curt Coder
e634c5b4e5 (MESS) Death to palettes. (nw) 2012-09-12 17:09:38 +00:00
Curt Coder
6ca3d41fb2 (MESS) cbmb: Added PLA dumps. [Edward Shockley] 2012-09-12 17:05:36 +00:00
Curt Coder
6c900062de (MESS) Cleanup. (nw) 2012-09-12 17:04:24 +00:00
Aaron Giles
c9e2a03013 AM_BASE_LEGACY breathes its last. 2012-09-12 17:03:17 +00:00
Michaël Banaan Ananas
0343824418 for Stiletto 2012-09-12 15:26:15 +00:00
Angelo Salese
d45cd973c1 Checkpoint 2012-09-12 14:27:13 +00:00
Michaël Banaan Ananas
60d69c180f dpoker default layout 2012-09-12 13:38:19 +00:00
mahlemiut
b13f9dcd4a Forgot to update the makefile... (no whatsnew) 2012-09-12 13:34:04 +00:00
mahlemiut
ca89e7e0e6 (MESS) Added preliminary ATi Graphics Ultra support
(MESS) svga_s3/gfxultra: Added vector line drawing and short stroke vectors.
2012-09-12 13:32:49 +00:00
Robbbert
dec248d2bf rotation: added inputs and diagnostic keyboard. 2012-09-12 13:24:51 +00:00
Michaël Banaan Ananas
fe659e80fd Stadium Hero updated info from Guru 2012-09-12 11:24:00 +00:00
Michaël Banaan Ananas
7c33f8b8e7 leftover test code :p 2012-09-12 11:03:41 +00:00
Michaël Banaan Ananas
3b710ad2c6 on 2nd thought, i shouldn't use address mirroring here when the driver isn't accurate yet 2012-09-12 11:02:47 +00:00
Miodrag Milanovic
fab5a8559d use SOUND_START/RESET instead of MACHINE_START/RESET (no whatsnew) 2012-09-12 09:55:17 +00:00
Aaron Giles
8fa9cb845e More AM_BASE_LEGACY removal. 2012-09-12 09:44:42 +00:00
Michaël Banaan Ananas
f0fe035026 miser note 2012-09-12 09:43:14 +00:00
Michaël Banaan Ananas
0482e1c781 added dpoker meters 2012-09-12 09:27:10 +00:00
Miodrag Milanovic
21c1cac2dd one more (nw) 2012-09-12 09:14:22 +00:00
Michaël Banaan Ananas
2144b273a3 small fix 2 2012-09-12 09:02:11 +00:00
Michaël Banaan Ananas
69ae67f18a small fix 2012-09-12 08:58:04 +00:00
Aaron Giles
dbf2cb905a Kill off some AM_BASE_LEGACYs. 2012-09-12 08:52:08 +00:00
Michaël Banaan Ananas
f987a35e27 improved dpoker coin and hopper 2012-09-12 08:46:56 +00:00
Miodrag Milanovic
c3aba6ae2d one small fix helping recognition (no whatsnew) 2012-09-12 08:27:59 +00:00
Aaron Giles
1e8d50a5d0 Get rid of devtag_reset macro. 2012-09-12 07:35:02 +00:00
Miodrag Milanovic
0b33df7a20 small formating change, so I can automate things easier (no whatsnew) 2012-09-12 06:53:43 +00:00
Aaron Giles
17e66e39fd Clear out remaining global inlines in diexec.h. 2012-09-12 06:07:51 +00:00
Aaron Giles
0ef1e6deb4 Closeout on old macros. Retired cputag_set_input_line
and cputag_set_input_line_and_vector, replacing them
with machine.device("tag")->execute().set_input_line[_and_vector].
[Aaron Giles]
2012-09-12 03:35:06 +00:00
Michaël Banaan Ananas
cd5dcbacd9 New NOT WORKING Game
---------------------
Draw Poker (Bally, 03-20) [S. Rider]
2012-09-12 03:29:47 +00:00
Scott Stone
943a5dcb1d New clones added
----------------
Ghosts'n Goblins (prototype)  [Antonio Gonzalez Jr.]




Comments:  It plays like an prototype where there are quite a few quirks that happen that do not in release versions.
2012-09-12 03:29:11 +00:00
Brian Troha
c03a3690c1 merit.c: Added dipswitches to the Pit Boss sets with dipswitch locations. Reordered sets from oldest to newest. Added GAME_NO_COCKTAIL flag as these games support a cocktail mode. [Brian Troha] 2012-09-12 03:04:05 +00:00
Angelo Salese
6f6607e9f8 Wrong file mod 2012-09-12 01:26:10 +00:00
Angelo Salese
d08ebf6013 Place-holder 2012-09-12 01:24:33 +00:00
Ville Linde
088753e7c5 sharc: Changed delayed IOP writes to use timers. 2012-09-12 01:19:30 +00:00