Commit Graph

59307 Commits

Author SHA1 Message Date
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
AJR
c66ca3bc64 Fix build (nw) 2018-05-11 09:07:42 -04:00
cam900
36946bb332 rf5c68.cpp : Sync to current commit 2018-05-11 21:51:26 +10:00
Olivier Galibert
74301434ae debug: Simplify now obsolete and buggy memory access code [O. Galibert] 2018-05-11 18:23:04 +09:00
Olivier Galibert
4c24f25845 emumem: Rename direct_read_handler to memory_access_cache. Parametrize the template on more information (data width, endianness) to make it possible to turn it into an handler cache eventually, and not just a memory block cache. Make it capable of large and unaligned accesses. [O. Galibert] 2018-05-11 18:23:04 +09:00
Vas Crabb
de781d1d84 move couple more slots across (nw) 2018-05-11 19:20:32 +10:00
Patrick Mackinlay
bd9f203b65 interpro: slotify mouse (nw) (#3543)
* interpro: slotify mouse (nw)

Needed to make the mouse a slot device to enable it to be connected to graphics boards under development.

* add validity check (nw)
2018-05-11 16:25:42 +10:00
Vas Crabb
d08cf3ce61 semicolons (nw) 2018-05-11 16:00:19 +10:00
cam900
2e745b0a52 highvdeo.cpp Updates (#3505)
* highvideo.cpp : Cleanup drawing (related by cliprect), Split machine config and address map per each games, Cleanup Duplicates, Add output finder, Cleanup ROM loading, Add notes, Add precalculated color for game with drawing directly RGB565, Remove unnecessary things

* highvdeo.cpp : Add notes of ROM loading place

* highvdeo.cpp : Fix compile
2018-05-11 15:51:05 +10:00