Commit Graph

59115 Commits

Author SHA1 Message Date
AJR
1d68137135 huc6261, huc6272: Use required_device instead of explicit lookups (nw) 2018-05-13 13:31:20 -04:00
yz70s
05ca2a543b make method constant (nw) 2018-05-13 19:17:22 +02:00
AJR
83805a56ef pc_vga.cpp: machine().device cleanups (nw) 2018-05-13 13:12:24 -04:00
AJR
a0669cac2c sc4rhxw: Validation fix (nw) 2018-05-13 13:08:57 -04:00
AJR
5b316c6d23 nes: CPU clock (well, phase 2 clock) also received by cartridge slot (nw) 2018-05-13 12:51:03 -04:00
AJR
48b45768a0 bus/cbus: Interrupt lines are now callbacks (nw) 2018-05-13 12:09:16 -04:00
AJR
f5a1f095fd pic8259: Use device_resolve_objects (nw) 2018-05-13 12:07:37 -04:00
AJR
4eec26e60f ticket: Use output finder (nw) 2018-05-13 12:07:23 -04:00
AJR
f565f3bdbb konppc.cpp: Use device finders and eliminate machine().device(tag) (nw) 2018-05-13 12:07:08 -04:00
AJR
a3c4142402 konppc.cpp: Who Do? Part II: Electric Boogaloo (nw)
Ugh, does this device ever need a thorough rewrite...
2018-05-13 10:20:10 -04:00
Robbbert
4f0431e85a (nw) Fixed spelling mistakes 2018-05-14 00:15:07 +10:00
MooglyGuy
5cc2319a2e Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS explicit. (#3565)
* -Removed DRIVER_INIT macros in favor of explicitly-named member functions, nw

* -Removed DRIVER_INIT_related macros. Made init_ prefix on driver initializers explicit. Renamed init_0 to empty_init. Fixed up GAME/COMP/CONS macro spacing. [Ryan Holtz]

* Missed some files, nw

* Fix compile, (nw)
2018-05-13 22:22:22 +09:00
Olivier Galibert
49803e7418 cube quest: Fix cache endianness [O. Galibert] 2018-05-13 15:05:03 +02:00
AJR
3dda481107 Eliminate some explicit device tag lookups (nw) 2018-05-13 08:59:08 -04:00
angelosa
48c4db053c Forgot one (nw) 2018-05-13 12:20:26 +02:00
angelosa
1b21dcbcbc Renamed seicop.* -> seicopbl.*, fixes some bogus references (nw) 2018-05-13 12:20:24 +02:00
angelosa
ab44abe2cc seicopbl.cpp: 0905 (jump around!) (nw) 2018-05-13 12:20:22 +02:00
Patrick Mackinlay
d2b60e2e1b mcs48: minor dasm fix (nw) 2018-05-13 19:04:06 +10:00
yz70s
2801e5d400 correct error (nw) 2018-05-13 08:34:24 +02:00
yz70s
74f88c3740 pcipc.cpp: add superio, isa bus, et4000 vga and update for features in northbridge and southbridge (nw) 2018-05-13 07:56:02 +02:00
yz70s
d853337e55 i82371sb.cpp: remove unnedeed stuff, enable isa and add system management mode (nw) 2018-05-13 07:56:02 +02:00
yz70s
9f76c7b556 i82439hx.cpp: start to support system management mode (nw) 2018-05-13 07:56:02 +02:00
yz70s
18c91a773f pci.cpp: devices can ask to be mapped before the others (nw)
Will be used by the isa bridge in the southbridge.
2018-05-13 07:56:01 +02:00
hap
0fae49dc31 sm5*: added sm530 disasm (nw) 2018-05-12 17:37:41 +02:00
r09
e198e9c771 pc98_cd.xml & fmtowns_cd.xml: testing + additions (#3560)
* pc98_cd.xml & fmtowns_cd.xml: testing + additions
- Re-tested the non-working entries in pc98_cd.xml with the latest
improvements.
- Added Windows NT 3.51 Workstation and Windows NT 4.0 Server to
pc98_cd.xml, both from WinWorld.
- Added Mega Lo Mania to fmtowns_cd.xml. Thanks to DamienD from the
Tokugawa Corporate Forums.

* forgot to mark winnt351 as not working
2018-05-12 09:23:19 -04:00
Ivan Vangelista
551713b357 subsino.cpp: output_finder (nw) 2018-05-12 12:35:10 +02:00
Justin Kerk
6b8e07bb9a New working software list additions
-----------------------------------
ibm5150: Gunship [Arcade Shadow]
2018-05-12 00:17:11 -07:00
Ivan Vangelista
eaffd4b5a4 mey8088.cpp: output_finder (nw) 2018-05-12 09:14:17 +02:00
AJR
ff3481e806 bodyslam, quartet2: Fix regression by putting back the VBLANK boost_interleave (nw) 2018-05-11 22:53:33 -04:00
Vas Crabb
97c744c93a derived classes are trouble (nw) 2018-05-12 11:38:45 +10:00
cam900
d6effee417 Various Data East Driver Cleanups/Notes (#3449)
* deco huc6280 + ym2151 based sound system(boogwing.cpp, cbuster.cpp, cninja.cpp, darkseal.cpp, dassault.cpp, deco32.cpp, dietgo.cpp, funkyjet.cpp, madmotor.cpp, rohga.cpp, supbtime.cpp, vaportra.cpp) : Fix address map for internal register can be readable
boogwing.cpp, cbuster.cpp, cninja.cpp, darkseal.cpp, dassault.cpp, dietgo.cpp, funkyjet.cpp, supbtime.cpp, vaportra.cpp : Minor cleanups, Cleanup duplicates, Unnecessary things
deco32.cpp : Move dragngun*/lockload* specific m_sprgenzoom into dragngun_state, Fix notes
darkseal.cpp, vaportra.cpp : Add notes for palette

* Revert "dietgo.cpp, funkyjet.cpp : Remove unnecessary things"

* deco32.cpp : Reduce unnecessary things
2018-05-12 11:23:56 +10:00
AJR
19d4cc0d55 mess.lua: Fix full build and some commented-out stuff (nw) 2018-05-11 17:40:45 -04:00
arbee
14864242fd fix clang compile (nw) 2018-05-11 17:28:42 -04:00
Sven Schnelle
e6b55ad7a6 Add topcat asic (#3558)
* add topcat template

HP topcat was an ASIC used on HP900/300 graphics cards.

Signed-off-by: Sven Schnelle <svens@stackframe.org>

* hook up topcat asic to HP98544

Signed-off-by: Sven Schnelle <svens@stackframe.org>

* topcat: add basic configuration macros for fb planes, height and width

Signed-off-by: Sven Schnelle <svens@stackframe.org>

* hp98544: move logic to topcat video driver

Preparation to support multi plane graphic cards
like the HP98543/98545/98547.

Signed-off-by: Sven Schnelle <svens@stackframe.org>

* xtal: add 35.904MHz XTAL
2018-05-11 17:17:55 -04:00
AJR
718b23d773 alpha68k.cpp: Sound interrupt frequency correction (nw) 2018-05-11 17:00:47 -04:00
AJR
c8b72e09bf alpha68k.cpp: Cleanups and clock corrections (nw) 2018-05-11 16:07:05 -04:00
cracyc
1b2ff8511a rainbow: check for empty fdd slot (nw) 2018-05-11 14:06:52 -05:00
AJR
ec987d5a24 polgar.cpp: Add addressable latches and output finders for LEDs (nw) 2018-05-11 14:47:56 -04:00
balr0g
ea646ca403 Add Schmitt trigger device to standalone netlist Makefile (nw) 2018-05-11 12:06:50 -04:00
cam900
4768a27590 topspeed.cpp : Minor cleanups, Add arrays for reduce duplicates (#3454)
* topspeed.cpp : Minor cleanups, Add arrays for reduce duplicates

* topspeed.cpp : Fix compile

* romload.h : Add macro for when 64 bit ROM data bus case
2018-05-12 02:06:06 +10:00
cam900
cf64f9661c simpl156.cpp : Fix company tags for Data East g...
...ames; title screen says copyright by "Data East Corporation", not just "Data East".
2018-05-12 02:05:23 +10:00
cam900
8b6fb3f335 funkyjet.cpp : Fix company tag for funkyjet*
reference:http://www5f.biglobe.ne.jp/~zekzek/utt_interview.html (Japanese), it's says developed by mitchell
2018-05-12 02:04:28 +10:00
Ivan Vangelista
f1c5cb02c7 galaxian.cpp: updated ROM labels for froggers1 [Andrew Welburn, The Dumping Union] 2018-05-11 18:03:56 +02:00
AJR
42a88e6b10 cit101: Fix a few key names (nw) 2018-05-11 10:55:22 -04:00
AJR
cb1c49df0b Make "Keypad ," and "Keypad =" standard keys 2018-05-11 10:31:01 -04:00
Curt Coder
f43edc73b1 abc800: Cleanup. (nw) 2018-05-11 16:39:58 +03:00
Vas Crabb
e9a3601dbb please people, open PRs against current mainline (nw) 2018-05-11 23:25:57 +10:00
Sergey Svishchev
d56a5d3515 misc changes too small for their own pull request (#3557)
* pk8020: hook up interrupt sources

* minor fixes to MCFG_SCREEN configuration, &c (nw)

* isa/pgc: use full range of 8-bit palette values (nw)

* mc1502: use logmacro.h; mark MACHINE_IMPERFECT_GRAPHICS (nw)
2018-05-11 23:20:07 +10:00
AJR
00d801ce36 hp700_92: Fix interrupt (nw) 2018-05-11 09:18:32 -04:00
AJR
b561b470c1 lrw80, radionic: Better conjectures regarding clocks (nw) 2018-05-11 09:18:03 -04:00