summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seattle.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-2945/+0
* seattle.cpp: Update carnevil unused dip switches based on the operator manual... Ted Green2022-05-081-7/+7
* Revert "seattle.cpp: Update carnevil dipswitch settings" Ted Green2022-05-081-3/+9
* seattle.cpp: Update carnevil dipswitch settings Ted Green2022-05-081-9/+3
* cage.cpp: Add partially support of variable sound output channels (#9105) cam9002022-04-231-0/+26
* Replaced a couple of static_cast downcasts with dynamic_cast for safety, clea... Vas Crabb2022-04-161-9/+10
* seattle: Fix calibration failure regression in sfrush and sfrushrk caused by ... Ted Green2022-04-151-4/+3
* Fix MT07568: hyprdriv (seattle) randomly freezes. (#9559) tedgreen992022-04-141-3/+12
* Fix San Francisco Rush and San Francisco Rush: The Rock [sjy96525] (#9321) sjy5252022-02-201-1/+5
* Change Hyperdrive's upper serial number offset. (#8407) Hydreigon2022-01-151-12/+21
* emu/mconfig.cpp: Made checks on device add/replace stricter. Vas Crabb2021-12-091-6/+6
* seattle.cpp: dumped security PICs for sfrush and sfrushrk [Caps0ff, neSneSgB] MetalliC2021-12-051-0/+15
* video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-091-3/+4
* balsente, dgn_beta, esripsys, fastfred, galaxian, galaxold, goldstar, mbee, m... Ivan Vangelista2021-03-021-3/+9
* cvs, dkong, hec2hrp, igs011, namcos21_dsp, nbmj9195, realbrk, seattle, skylan... Ivan Vangelista2021-02-251-10/+12
* seattle.cpp: Use mnemonic BIOS names, organise BIOS versions in ascending order. Vas Crabb2021-02-121-11/+12
* seattle.cpp: updated wg3dh and blitz to use the bios system. Set blitz11 has ... Ivan Vangelista2021-02-101-29/+26
* New working clones Brian Troha2021-02-091-7/+28
* seattle.cpp: Fix blitz99 input port mapping by setting default values for unu... Ted Green2020-11-071-2/+4
* arcadia, beathead, bw12, calchase, halleys, mediagx, model2, namcos10, s3, s4... Ivan Vangelista2020-11-031-0/+5
* redo prev using 'full' PIC dumps with ID and config word (nw) MetalliC2020-08-111-12/+12
* add security PIC dumps for wargods, mace, blitz99, carnevil, gauntleg, gauntd... MetalliC2020-08-111-0/+18
* srcclean for 0.223 Vas Crabb2020-07-261-1/+1
* MT07340: Fix 8 way and 49 way joystick selection on vegas and seattle drivers Ted Green2020-06-281-23/+143
* srcclean and cleanup (nw) Vas Crabb2020-06-211-13/+13
* drivers starting with p, q, r and s: some macro removal (nw) Ivan Vangelista2020-06-031-53/+53
* a last small bunch of macro removals before the week-end (nw) Ivan Vangelista2020-05-151-2/+2
* Input cleanups (#6543) Hydreigon2020-04-261-430/+399
* Change DCS reset control to active low in Midway drivers (nw) AJR2020-04-101-1/+1
* removed more dummy_space() and other miscellaneous space passing (nw) smf-2020-04-021-13/+13
* PORT_CUSTOM simplification (nw) AJR2019-09-141-2/+2
* mame/audio: various devcb3ification and demacroification (nw) Ivan Vangelista2018-11-221-40/+60
* hornet iteagle seattle vegas viper: Reinstate somewhat useless screen size in... Ted Green2018-09-101-0/+1
* MCFG removal (nw). Ted Green2018-09-091-16/+16
* Misc cleanup from MCFG removal (nw). Ted Green2018-09-041-6/+7
* Fixups (nw) Ted Green2018-09-031-12/+12
* MCFG removal (nw). Ted Green2018-09-031-161/+154
* -nvram: Removed MCFG, nw mooglyguy2018-08-241-2/+1
* devcb3 Vas Crabb2018-07-071-3/+3
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-33/+37
* seattle and vegas: Remove runtime tag lookups and make io member naming consi... Ted Green2018-06-301-14/+27
* cage.cpp Cleanups (#3416) cam9002018-06-261-5/+5
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-25/+25
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-5/+5
* remove many mainly PCI-related MCFG macros in favour of constructor Vas Crabb2018-05-251-3/+3
* create devices for each of the voodoo pci cards (nw) smf-2018-05-231-1/+1
* remove another device-specific MCFG macro, because standard is better than be... Vas Crabb2018-05-231-1/+1
* Uncrappify voodoo pci devices transfert. Fix some paths on midwayic. (nw) Olivier Galibert2018-05-221-7/+9
* voodoo: Use device finders instead of machine().device (nw) Ryan Holtz2018-05-211-2/+2
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-46/+46