Commit Graph

17327 Commits

Author SHA1 Message Date
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
Brian Troha
a3544ed2ac Minor spelling or grammatical fixes. - NW 2012-09-12 00:54:28 +00:00
Cowering
3b059e5d06 Small update for CoCo carts (don't revert this one) 2012-09-12 00:24:35 +00:00
Angelo Salese
d901fed61a Wrap-around fix from Haze for ZT, nw 2012-09-11 23:32:50 +00:00
Brian Troha
784717afbf New working parent for Merit's Dodge City
New games added or promoted from NOT_WORKING status
---------------------------------------------------
Dodge City (9131-02) [Brian Troha, The Dumping Union]

New clones added
----------------
Dodge City (2131-82, set 2) - Not working [Brian Troha, The Dumping Union]
2012-09-11 22:47:36 +00:00
Michaël Banaan Ananas
67964de33e MT 04996 2012-09-11 19:17:28 +00:00
Angelo Salese
e579e59613 Added sort-DMA to raiden2.c 2012-09-11 18:45:08 +00:00
Angelo Salese
7ca123aeb1 Converted raiden2.c to use the collision detection routines 2012-09-11 17:49:49 +00:00
Angelo Salese
7cb600beed Improved the collision detection (still some rounding errors) 2012-09-11 17:17:30 +00:00
Aaron Giles
d1a2c2e7a3 Add ambiguous execute() and memory() methods to the
device_execute/memory_interfaces respectively in order
to catch unnecessary usage of the corresponding device_t 
methods. Removed all existing redundant usage. 
[Aaron Giles]
2012-09-11 16:29:26 +00:00
Aaron Giles
0aa418e85b In device_state_interface, rename state() to state_int()
and set_state() to set_state_int() for consistency.
Update all callers. Also add set_pc() helper and updated
all callers to use that instead of set_state_int(STATE_GENPC)
[Aaron Giles]

Added device_t::state() method to get the state interface.
Added redundant device_state_interface::state() method to
catch redundant use of it. [Aaron Giles]

Removed cpu_get_reg() and cpu_set_reg() macros in favor of
using the above methods. [Aaron Giles]
2012-09-11 15:58:04 +00:00
Aaron Giles
6d8c3c9f2d Don't use safe_pc[base] when you already have a
resolved device_state_interface. Added redundant
methods to device_state_interface to generate
errors when this is done.
2012-09-11 15:16:43 +00:00
Curt Coder
1df58104fe Generalized the PLS100 into a PLA device of variable amounts of inputs/outputs/terms. [Curt Coder] 2012-09-11 14:30:18 +00:00
Curt Coder
1b2cab76df (MESS) mos8563: Fixed attributes. (nw) 2012-09-11 14:28:51 +00:00
Angelo Salese
6740333aca 0x588 is just a mirror of 0x580 apparently ... 2012-09-11 13:19:05 +00:00
Robbbert
531acfd487 rotation: preliminary layout 2012-09-11 10:52:06 +00:00
Michaël Banaan Ananas
c757183cae guru verified oki clocks/pin 2012-09-11 09:08:34 +00:00
Fabio Priuli
091d2875f5 (MESS) nes.xml: identified a couple of pcb types and fixed mirroring in one pirate game. (nw) 2012-09-11 07:39:50 +00:00
Fabio Priuli
7c5af01ba9 (MESS) coco_cart.xml: rules are the same for everyone. no file == no inclusion. (nw) 2012-09-11 07:38:02 +00:00
Aaron Giles
8669a28810 Add safe_pc() and safe_pcbase() methods to device_t.
Convert all cpu_get_pc() to safe_pc() and
cpu_getpreviouspc() to safe_basepc(). Removed the
old macros.
2012-09-11 05:50:50 +00:00
Olivier Galibert
e5bbf53153 oops (nw) 2012-09-11 04:42:29 +00:00
Angelo Salese
d3e714fb9b Fix compile 2012-09-11 03:22:37 +00:00
Angelo Salese
9b1b323b06 Understood how the Seibu COP collision detection really works, greatly improving Godzilla, Heated Barrel and SD Gundam RT gameplay [Angelo Salese, Smitdogg] 2012-09-11 02:46:41 +00:00
mahlemiut
0d88e370c6 Fix GCC 4.4 compile. (no whatsnew) 2012-09-10 23:51:07 +00:00
Fabio Priuli
33a6104ac8 (MESS) gbcolor.xml: added a few new dumps, courtesy of BigFred. no whatsnew.
(MESS) softlist: another bunch of fixes. no whatsnew.
2012-09-10 22:35:34 +00:00
Michaël Banaan Ananas
8148695511 update notes 3 2012-09-10 21:53:20 +00:00
Sandro Ronco
eac302620f fixed RORA/RORB opcodes in HC11 core. (nw) 2012-09-10 19:14:33 +00:00
Ville Linde
3faba95609 nwk-tr.c: Fixed Thrill Drive clones 2012-09-10 17:46:57 +00:00
Sandro Ronco
573744ba27 Added asl_ext, bclr_dir, bset_dir opcodes to the HC11 core. (nw) 2012-09-10 17:44:55 +00:00
Curt Coder
be3af47f06 (MESS) c128: MMU WIP. (nw)
(MESS) mos6581: Improved interface. (nw)
mos6526: Improved interface. (nw)
2012-09-10 14:18:45 +00:00