Commit Graph

64144 Commits

Author SHA1 Message Date
couriersud
aad01d572a netlist: indent. (nw) 2019-02-13 23:23:14 +01:00
couriersud
dfca58548d
Merge pull request #4639 from cam900/patch-80
scripts/src/netlist.lua : Fix spacing
2019-02-13 23:19:48 +01:00
ajrhacker
95f4c94198
Merge pull request #4638 from shattered/_535aece712
use logmacro.h instead of ad-hoc DBG_LOG macro (nw)
2019-02-13 16:59:17 -05:00
cam900
9e495a17eb
scripts/src/netlist.lua : Fix spacing 2019-02-14 06:48:56 +09:00
couriersud
fb685c05b9 netlist: memory allocation clean-up. (nw) 2019-02-13 22:37:07 +01:00
couriersud
182a06055f Fix 3rdparty/asio to compile with libc++ 9.0. (nw) 2019-02-13 22:35:19 +01:00
cam900
e886abcd37 es8712.cpp : Allow finder for msm (#4595) 2019-02-13 22:21:23 +01:00
ClawGrip
5b1418a6de gaelco2.cpp: Fix some "saltcrdi" ROM sizes (nw) (#4636)
* gaelco2.cpp: Fix some "saltcrdi" ROM sizes (nw)

Also, maybe we should remove the sound hardware mapping and add the MACHINE_NO_SOUND_HW flag, since the PCB has no sound hardware.

* gaelco2.cpp: Fix values on previous commit (nw)
2019-02-13 22:15:29 +01:00
ajrhacker
f077ba0567
Merge pull request #4637 from JoakimLarsson/ins8154
ins8154.cpp: Fixed bit register accesses
2019-02-13 15:22:53 -05:00
cracyc
6e91e36894 hiscore.dat: fix gorf (nw) 2019-02-13 13:36:16 -06:00
Joakim Larsson Edstrom
a560bfcc20 ins8154.cpp: Fixed bit register accesses 2019-02-13 20:14:00 +01:00
Ivan Vangelista
088c214cf7 misc MCFG and MACHINE_CONFIG macro removal (nw) 2019-02-13 19:16:32 +01:00
AJR
29fa02b16e pcd, pcx: Stop conflating cursor blink with character blink (nw) 2019-02-13 09:59:03 -05:00
AJR
ef5714d182 pcx: Fix jailbars appearing in white-on-black mode 2019-02-13 09:24:56 -05:00
cracyc
3eac3a22ee pcd: remove now unnecessary hack (nw) 2019-02-13 08:10:04 -06:00
Robbbert
590431adc9 (nw) Changed "Fatal error: Fatal error: blah" to "Fatal error: blah". 2019-02-13 20:05:45 +11:00
hap
26d9320c2a better (nw) 2019-02-13 09:45:06 +01:00
hap
f6262a1e86 revert part of timer.h change (nw) 2019-02-13 09:35:51 +01:00
Robbbert
d572847403 (nw) gamecom : marked as working since it runs all known games. 2019-02-13 18:15:34 +11:00
AJR
a561a0ea39 scn2674: Blank display line by line 2019-02-12 21:36:45 -05:00
AJR
f99e295ad7 cosmac: Don't skip over instructions in debugger after DMA cycles
(nw) This does nothing to fix MT #7232, but could make the problem easier to debug.
2019-02-12 21:36:05 -05:00
AJR
ffbfc3c099 audio/harddriv.cpp: A little less logging (nw) 2019-02-12 21:33:43 -05:00
cracyc
6f35b941d5 i186: make drq level triggered (nw) 2019-02-12 19:08:26 -06:00
Sergey Svishchev
e0736a217f use logmacro.h instead of ad-hoc DBG_LOG macro (nw) 2019-02-12 22:51:41 +03:00
AJR
e32118eccb Fix clang error: reference to non-static member function must be called (nw) 2019-02-12 12:32:34 -05:00
Ivan Vangelista
4ea765bcc0 megadriv.xml: fixed validation (nw) 2019-02-12 18:08:04 +01:00
Ivan Vangelista
a076b8d95d volt_reg: removed MCFG macro (nw) 2019-02-12 18:05:01 +01:00
David Haywood
febaed1aa7 new NOT WORKING machines (#4630)
* new NOT WORKING machines
---
Let's! TV Play Super Spot! Rolling Tamagotchi (Japan) [Sean Riddle, Peter Wilhelmsen]
Zeus IG900 20-in-1 (US?)  [Sean Riddle, Peter Wilhelmsen]

Tamagotchi needs inputs etc. verifying (they kinda work, but not very well) and probably seeprom fixes if it's anything like the rest.
Zeus is encrypted / scrambled, probably not too complex, but annoying.  Some of the games are the same as Zone60 and the Vii 10in1 etc.

* investigate encryption (nw)

* getting there (nw)

* mapping some inputs (nw)

* (nw)

* input improvements (nw)

* (nw)

* (nw)

* (nw)

* new WORKING software list entries
jakks_gamekey_dp:snowwhit Snow White and the Seven Dwarfs - Memory Chase & Rescue Race, [Sean Riddle, 20 external donators]
jakks_gamekey_nm:pacbosrx Pac-Man & Bosconian & Rally X (11 JUL 2005 A SKU I) [Sean Riddle, 20 external donators]

* (nw)

* some tidy (nw)

* squash decrypt (nw)
2019-02-12 10:35:34 -05:00
AJR
24b48a9fa8 Fix clang error: private field 'm_dma_address' is not used [-Werror,-Wunused-private-field] (nw) 2019-02-12 09:25:51 -05:00
Patrick Mackinlay
a035eafdfe jazz: wip checkpoint (nw)
At this point, jazz can start Windows NT 4.0 from cdrom, but crashes launching the session manager just prior to running setup.
2019-02-12 18:09:47 +07:00
AJR
71c134c887 sys80: Add 50 Hz version with different timings
(nw) Note that "NTSC" and "PAL" would be misnomers for systems with monochrome video output and idiosyncratic line rates.

The 50 Hz timings have also been applied to the HT-1080Z (available documentation for which seems not particularly reliable).
2019-02-12 15:30:51 +11:00
Scott Stone
33968fd8fb Fixed MT#7231
megadriv.xml: loadflag no longer required for jpond (nw)
2019-02-11 22:58:19 -05:00
braintro
6038d4dd18 goindol.cpp: the "Korea" set clearly shows a For Use in Japan.. so make mark it Goindol (Japan) (nw) 2019-02-11 20:55:55 -06:00
braintro
bb084e9a96 model2.cpp: Minor doc update for Over Reb (nw) 2019-02-11 20:44:27 -06:00
ajrhacker
74713c383d
Merge pull request #4631 from Happy-yappH/master
sgi hpc1, fix dma byte count mask, (nw)
2019-02-11 21:36:26 -05:00
Happy
1e749cd345 sgi hpc1, fix dma byte count mask, (nw)
Fixes panic when indigo4k tries to read cdrom.
2019-02-11 19:28:31 -07:00
cracyc
c1db607060 leland: better fix (nw) 2019-02-11 20:17:44 -06:00
Michael Zapf
5755f55af4 ti99: Fixed cassette instabilities, caused by improper timer usage; introduced synchronous clock input for 9901 2019-02-12 01:41:33 +01:00
cracyc
fe502c0d41 hiscore.dat: updates [Leezer] 2019-02-11 18:11:02 -06:00
AJR
645fde9e6c lnw80: Fix configuration (nw) 2019-02-11 18:05:26 -05:00
hap
e856dea0fb mk1: add note (nw) 2019-02-11 23:04:27 +01:00
AJR
102b4b11bf Add this call to the non-generated file (nw) 2019-02-11 17:03:34 -05:00
AJR
12caacb20f No thanks to gitignore (nw) 2019-02-11 16:54:53 -05:00
AJR
2d149e21c9 m68000: Add overrideable method to signal RESET instruction to internal peripherals (nw) 2019-02-11 16:47:02 -05:00
couriersud
a905dffd08 netlist: More cpp core guidelines alignment. (nw) 2019-02-11 22:19:08 +01:00
Ivan Vangelista
b628a80dee taito_l.cpp: fixed MT07230 (nw) 2019-02-11 18:58:03 +01:00
Ivan Vangelista
5247983c43 new not working clone
-------------------------------------
Boggy '84 (bootleg, set 2) [f205v]
2019-02-11 18:57:36 +01:00
hap
26c85d7e25 chess*: refactor irq timers (nw) 2019-02-11 18:34:59 +01:00
Ivan Vangelista
502197b9c8 screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD_MONOCHROME and MCFG_SCREEN_COLOR (nw)
misc MACHINE_CONFIG removal (nw)
started work on voltage_regulator_device macros removal (nw)
2019-02-11 18:18:45 +01:00
Ryan Holtz
b07f23632a -newport: Converted to 64-bit read/write handlers. Fixes graphics DMA. [Ryan Holtz] 2019-02-11 09:19:42 +01:00