Commit Graph

58536 Commits

Author SHA1 Message Date
mooglyguy
abe1af5882 vp415 updates, now actually starts proper testing loop, nw 2018-04-15 11:48:36 +02:00
AJR
6528bb5451 sexygal: Add sample player 2018-04-15 01:37:47 -04:00
angelosa
3e9a1fcdf5 warpwarp.cpp: reverted sos overlay, not from a reference (nw) 2018-04-15 06:10:11 +02:00
angelosa
66ebaeb41d legionna.cpp: fixed regression in background tilemap colors for Godzilla (uses DMA mode 4 like Denjin Makai) [Angelo Salese] 2018-04-15 06:09:52 +02:00
arbee
afa6aa8b58 sh4drc: UML implementations of FADD, FSUB, FMUL, and FDIV. [R. Belmont] 2018-04-14 22:01:33 -04:00
AJR
0c0a05f108 vector06: Use standard ay8910 accessors (nw) 2018-04-14 18:57:47 -04:00
AJR
f6554879ce z80ctc: Make channels into subdevices 2018-04-14 17:53:55 -04:00
AJR
edd4afbe8f ssv.cpp: Simplify ST010 ROM loading (nw) 2018-04-14 16:18:24 -04:00
AJR
5e44326248 upd7725: Fix disassembly 2018-04-14 15:54:18 -04:00
braintro
4d480c7aca gaelco2.cpp: Correct the program ROM labels (nw) 2018-04-14 13:56:36 -05:00
braintro
497d934a37 gaelco2.cpp: Make statement about rom fill from INIT accurate (nw) 2018-04-14 13:39:01 -05:00
braintro
cf5d4579da gaelco2.cpp: Remove unneeded GFX2 ROM fill (nw) 2018-04-14 13:31:48 -05:00
AJR
8e072f5553 (numerous drivers): Convert MCFG_CPU_VBLANK_INT to MCFG_SCREEN_VBLANK_CALLBACK (nw) 2018-04-14 12:43:07 -04:00
AJR
5a068770dc enigma2.cpp: Fix typo (nw) 2018-04-14 11:59:26 -04:00
smf-
630d1c2291 removed some state() calls 2018-04-14 13:45:47 +01:00
Scott Stone
608e957056
Merge pull request #3457 from cam900/patch-9
gaelco2.cpp : Fix game name
2018-04-14 07:18:46 -04:00
cam900
b4440056ae
gaelco2.cpp : Fix game name 2018-04-14 19:37:01 +09:00
braintro
25a50d0edc gaelco2.cpp: Update and correct docs for the World Rally 2 MASK rom set (nw) 2018-04-14 02:59:46 -05:00
braintro
566c736a34 new clone added - World Rally 2 (Mask ROMS)
New Clone Added
--------------------------------------------
World Rally 2: Twin Racing (MASK ROM version) [Corrado Tomaselli, The Dumping Union]
2018-04-14 02:44:40 -05:00
braintro
e91a7c8dfe umipoker.cpp: Might as well use known XTAL for clocks (nw) 2018-04-13 22:50:15 -05:00
braintro
58a3cbb54e vamphalf.cpp: Add dump of the GAL for Lup Lup Puzzle v1.05 [caius] 2018-04-13 22:35:58 -05:00
angelosa
182e2793d5 Additional note found, make color config as default too (nw) 2018-04-14 00:47:27 +02:00
angelosa
b152071023 warpwarp.cpp: added sos overlay, and added optional color setting for kaitei [Angelo Salese] 2018-04-14 00:34:23 +02:00
AJR
562f1b92b1 umipoker, saiyukip: Change YM3812 clock and use it to drive sound CPU interrupt
- Add output finder for saiyukip lamps and clean up driver a little (nw)
2018-04-13 18:02:16 -04:00
AJR
a00279961a Remove set_digit_value and deprecate set_lamp_value and set_led_value for the same reasons (nw) 2018-04-13 16:01:52 -04:00
AJR
a633e01ae9 Eliminate last use of set_digit_value (nw) 2018-04-13 15:59:50 -04:00
AJR
20ec40e79a saa1043.cpp: parenthesized initialization of a member array is a GNU extension (nw) 2018-04-13 15:59:19 -04:00
Ryan Holtz
c2c576dad4 Added skeleton SAA1403 device, nw 2018-04-13 21:04:46 +02:00
Nigel Barnes
1d087a1af5 dragon_cass.xml: Re-ordered files in compilations (nw) 2018-04-13 19:48:48 +01:00
Nigel Barnes
d5649eec35 New working software list additions
-----------------------------------
bbcm_cart: Video Filing System ROM Cartridge
2018-04-13 19:48:48 +01:00
Nigel Barnes
ebcda2fa0c coco2: Attached coco_flop software list. (Fixes MT#6775)
New working software list additions
-----------------------------------
coco_flop: Tandy Assembly Demo 2017 [MrGW]
2018-04-13 19:48:48 +01:00
AJR
3d3785864e emupal.h: Remove underscores from template parameter names (nw) 2018-04-13 14:13:55 -04:00
mooglyguy
593340af38 -vp415: Skeleton driver for Philips VP415 LV-ROM Player. Includes basic device implementation of Fujitsu MB88303 Television Display Controller. [Ryan Holtz] 2018-04-13 18:25:35 +02:00
smf-
1a27a251f8 remove safe_pc() and safe_pcbase() (nw) 2018-04-13 16:41:37 +01:00
cam900
603b5bfd61 zn.cpp : Simpler Z80 Bankswitching for FX-1 Games (#3440)
* zn.cpp : Simpler Z80 Bankswitching FX-1 Games

* zn.cpp : Fix regression

* zn.cpp : Fix Bank0 for coh1000ta

* zn.cpp : Fix machine_reset

* zn.cpp : Revert commits, Add notes

* zn.cpp : Fix bankswitch for coh1000ta games, Change ROM region size for fix regressions
2018-04-14 01:22:54 +10:00
Patrick Mackinlay
3a8d630ab4 interpro: skeleton for keyboard lle (nw) 2018-04-14 01:12:22 +10:00
cam900
53c92bcdcb partner.cpp : Cleanup bankswitch 2018-04-14 01:06:00 +10:00
cracyc
88bcdb4a50 pc9801_86: add clocks (nw) 2018-04-13 09:48:53 -05:00
Ivan Vangelista
1ae9ad10e4 new working clone
----------------------------------------------------------------------
Crazy Bonus 2002 (Ver. 1, set 2) [Ioannis Bampoulas]
2018-04-13 16:26:52 +02:00
cam900
6e63cc41f3 pc9801_86.cpp : Fix pcm timer rate, Add notes [cam900] 2018-04-13 09:22:00 -05:00
smf-
3376e628e1 remove unnecessary acrobatics (nw) 2018-04-13 09:08:28 +01:00
cracyc
8e315058d0 pc9801_86: 16bit pcm is big endian (nw) 2018-04-12 16:26:18 -05:00
smf-
2e332cd02f Popeye: Implemented nmi acknowledge and TPP2 watchdog. [smf] 2018-04-12 17:02:22 +01:00
cam900
caf9eb6576 pgm.cpp : Fix object finder, Remove unused things (#3448)
* pgm.cpp : Fix object finder, Remove unused things

* pgm.cpp : Fix build
2018-04-13 01:29:07 +10:00
Patrick Mackinlay
e50bff084d interpro: minor changes (nw)
* debugger address translation
* documentation edits
2018-04-12 23:00:42 +10:00
cam900
7cf95e857a gundealr.cpp : Cleanups (#3447)
* gundealr.cpp : Cleanups

* gundealr.cpp : Fix build
2018-04-12 22:59:41 +10:00
smf-
cfcbccbbd0 fixed building with Visual Studio (nw) 2018-04-12 07:45:39 +01:00
ajrhacker
4949b83626
Merge pull request #3443 from ajrhacker/addrmirror
Relax constraints on address mirroring/global mask combinations. Mirr…
2018-04-11 22:23:57 -04:00
AJR
56d3920f72 ins8250.cpp: Notes on Intel variants (nw) 2018-04-11 14:35:26 -04:00
Robbbert
5f2d69565a (nw) last bunch for tonight 2018-04-12 03:51:42 +10:00