Commit Graph

17575 Commits

Author SHA1 Message Date
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
58f0fb5d4e (MESS) softlist: misc cleanups. no whatsnew. 2012-09-22 15:27:08 +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
Curt Coder
1c58913d46 (MESS) v1050: Added Winchester support disk to software list. [Damien Cymbal] 2012-09-21 13:17:20 +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
Fabio Priuli
81f2150890 (MESS) megadriv.xml: redumped a couple of carts with proper sizes and dumped a Codemasters 2in1 cart [ElBarto] 2012-09-21 08:23:20 +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
Fabio Priuli
de3154e557 (MESS) megadriv: minor descriptions cleanup + made clear what's the content of frankensets sks1, sks2 and sks3. no whatsnew. 2012-09-20 22:22:41 +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