Commit Graph

63527 Commits

Author SHA1 Message Date
Firehawke
ff8cda02cb Correct compilation packages (for #4507) and finish cleanup on previous docs updates. (nw) (#4509)
* Correct the compilation packages [partial for #4507] (nw)

* Minor corrections, joymap adjustments (nw)
2019-01-13 11:18:09 -05:00
David Haywood
f339d62a6a new NOT WORKING --- TV games, help required to identify architecture of one of them (#4508)
* new NOT WORKING
---
Play TV Buckmasters Huntin' (NTSC) [Sean Riddle, Peter Wilhelmsen]

(gun needs mapping)

* new NOT WORKING
---
Track & Field Challenge [Sean Riddle, Clawgrip]

HELP! can't figure out what architecture this is, need to identify CPU type etc.

* rad_hnt digital controls (nw)

* more digital inputs (nw)

* change CPU type to G65816 based on feedback

* improve notes (nw)
2019-01-13 11:17:23 -05:00
Vas Crabb
3d84943f72 Make search not suck as badly (use algorithm derived from Jaro-Winkler similarity to match search strings, match on more useful stuff) 2019-01-14 00:44:46 +11:00
couriersud
9d7b4d0faa netlist: fix bug recently introduced and some refactoring. (nw) 2019-01-13 14:14:22 +01:00
couriersud
b57ceef133 netlist: Added && and || operators to preprocessor expressions. (nw) 2019-01-13 13:59:54 +01:00
Ivan Vangelista
01584c0c26 aristmk4.cpp: improved default dips for some games and removed the fake "test" coin inputs from cgold2 [Heihachi_73] 2019-01-13 09:39:37 +01:00
AJR
23a624e783 fs3216: Minor state adjustment (nw) 2019-01-12 22:56:14 -05:00
AJR
1ffcd6ad48 fs3216: DMA or may not? (nw) 2019-01-12 22:54:04 -05:00
AJR
bf10f9ce47 fs3216: Start fleshing out the FDC interface (nw)
upd765: Kludge in an output callback for the index pulse, which doesn't deserve to be attached to this device but is done this way because of MAME's FDC model. (nw)
2019-01-12 22:14:55 -05:00
couriersud
0a677239d7 Fix bug in GMRES solver. (nw) 2019-01-13 02:16:08 +01:00
couriersud
b04e13d142 Reenable LOG_STATS - issue fixed by smf 12 months ago is gone. (nw) 2019-01-13 01:38:59 +01:00
AJR
4f9b26bad9 Safer callback configuration (nw) 2019-01-12 19:32:39 -05:00
AJR
4fd16ae53c a2scsi, a2hsscsi: De-MCFG (nw) 2019-01-12 19:23:42 -05:00
couriersud
9c7037d6c6 Replace ATTR_UNUSED by c++ template. (nw) 2019-01-13 01:01:43 +01:00
couriersud
633528eb31 Improve dealing ownership in pstreams. (nw)
I am not really happy with this. But I am missing some creativity
currently.
2019-01-13 00:08:47 +01:00
AJR
66de2ce663 sbus/cgthree: Screen raw parameters (nw) 2019-01-12 17:39:58 -05:00
MooglyGuy
b48637a56d mips3drc: Fixed block checksumming. Fixes IRIX installer hang on ip225015. [Ryan Holtz] 2019-01-12 21:41:28 +01:00
AJR
01e459a711 unidasm: Don't blow up when TMS34010 disassembler tries to read 32-bit operands 2019-01-12 14:56:05 -05:00
AJR
830b460819 uts20: Add UTS 400-Format Keyboard as slot option [AJR, Bitsavers] 2019-01-12 13:23:56 -05:00
Vas Crabb
87822251d8 osd/windows: Send logerror to stderr if no debugger is attached and -oslog is on. 2019-01-13 02:47:35 +11:00
Vas Crabb
8b9c0940cf thomson: minor cleanup, convert video logging to logmacro.h (nw) 2019-01-13 02:03:40 +11:00
Vas Crabb
36450e02cd finder_base::DUMMY_TAG should be treated as magic (nw) 2019-01-13 01:42:16 +11:00
Vas Crabb
cc659c222f neogeo.cpp: minor cleanup (nw) 2019-01-13 01:32:54 +11:00
cam900
879d097198 midas.cpp, neogeo.cpp, neopcb.cpp, neogeocd.cpp : Remove MCFGs
midas.cpp : Fix namings, Reduce some runtime tag lookup, Add notes (MCUs in machine config, etc...), Sound output correction
neogeo_spr.cpp : Remove unnecessary device pointer, Convert pointer into region_ptr, Add device_video_interface for screen
bus/neogeo/slot.cpp, bus/neogeo_ctrl/ctrl.cpp : Remove MCFGs
2019-01-13 01:20:16 +11:00
MooglyGuy
6784650038 unsp: Created a SunPlus u'nSP recompiler. [Ryan Holtz] 2019-01-12 12:51:22 +01:00
MooglyGuy
d8fe8640b0 e132xs: Removed unused member, nw 2019-01-12 12:51:22 +01:00
MooglyGuy
aeca9d40fa spg2xx: Fixed sprite double-rendering and more optimizations. Fixes priorities in jak_wwe. [Ryan Holtz] 2019-01-12 12:51:22 +01:00
MooglyGuy
e0b485582e unsp: Macro removal cleanup, nw 2019-01-12 12:51:22 +01:00
Ivan Vangelista
42d1a6d6e5 megadriv_acbl.cpp: further updates for sonic2mb and twinktmb (nw) 2019-01-12 09:10:25 +01:00
Vas Crabb
19612b1f10 apply -verbose after processing command-line options and after first pass over .ini files (nw) 2019-01-12 18:17:13 +11:00
AJR
b053f0d483 uts_kbd/extw: Minor mistake (nw) 2019-01-12 01:15:18 -05:00
AJR
fa5097feee uts_kbd/extw: Identify the last few unknown keys (nw) 2019-01-12 00:59:08 -05:00
couriersud
81af77b482 Move mainclock code from nl_base into header of nlid_system. (nw)
Also move some simple functions from nl_base.cpp into header.
2019-01-12 01:24:05 +01:00
couriersud
b91e3c3a6a Removed most inlines not necessary ... (nw)
On some I wasn't entirely sure :-(
Thanks Vas:
0f0e8853f3 (r31909683)
2019-01-12 00:35:08 +01:00
Ivan Vangelista
a003328dcf megadriv_acbl.cpp: forgot to commit a line and also some little aid for studying twinktmb (nw) 2019-01-11 23:34:56 +01:00
Ivan Vangelista
f5de528ee3 machine promoted to working
-----------------------------------------
Sonic The Hedgehog 2 (bootleg of Megadrive version) [Ivan Vangelista]
2019-01-11 22:43:45 +01:00
couriersud
f12f735f54 Fix clang-8 warnings. (nw) 2019-01-11 21:50:43 +01:00
ClawGrip
a14dc4158f pce.xml: Fix typo (nw) (#4498) 2019-01-11 20:29:02 +01:00
Vas Crabb
64c1f2eb5b make INI file loading examples match current behaviour at least (nw) 2019-01-12 05:37:24 +11:00
Ivan Vangelista
e75249d23f new not working machine
--------------------------------------------
Twinkle Tale (bootleg of Megadrive version) [FabC]
2019-01-11 18:15:42 +01:00
Ivan Vangelista
dc7008ac9e src/devices: some more MCFG macros removal (nw) 2019-01-11 18:13:29 +01:00
AJR
8b06f277f0 europc, europc2: Add dump of ZC86115P keyboard controller [rfka01, lvr] 2019-01-11 11:29:26 -05:00
AJR
933ab29627 europc: Onboard FDC is a WD37C65 (nw) 2019-01-11 10:36:15 -05:00
Vas Crabb
4a6f5ee78f better documentation for compiling on Windows (nw) 2019-01-12 02:23:28 +11:00
couriersud
7ababd6091 Move NL_KEEP_STATISTICS from netlist_types to the individual use cases.
(nw)
2019-01-11 08:03:27 +01:00
Ivan Vangelista
414d43cc16 aristmk5.cpp: improved inputs for baddog, multidrw. Adjusted baddog.lay accordingly. [Heihachi_73] 2019-01-11 07:17:01 +01:00
MooglyGuy
b7cb1fc872 mips3: Fixed fastram accesses and COP0 exception handling. [Ryan Holtz] 2019-01-11 07:04:50 +01:00
MooglyGuy
67a40f7415 ioc2: Reworked PIT8254 clocking, nw 2019-01-11 07:04:50 +01:00
AJR
e10dbc51bf fs3216: Looks like fetching FC2 on the 68000 works after all (nw) 2019-01-10 23:24:32 -05:00
AJR
493ef59653 fs3216: First draft of MMU (nw) 2019-01-10 23:08:11 -05:00