Vas Crabb
4fd3a17070
util/zippath.cpp: Fix suffix for zip archives.
2021-01-08 04:10:10 +11:00
Patrick Mackinlay
ded9173f78
i82586: fix address hash and multicast setup bugs
2021-01-07 18:28:35 +07:00
Robbbert
e74bcd7752
Fixed some minor coverity warnings
2021-01-07 21:45:44 +11:00
arbee
6812f06a95
dim68k: fix boot bankswitch, additional FDC & RS232 hookups, it now tries to boot a floppy [R. Belmont]
2021-01-06 23:14:37 -05:00
AJR
29e96c84a8
zippath.cpp: Checkpoint
...
- Adopt std::string_view as the input parameter type for most functions. (This necessitates some explicit copying to std::string since other APIs have not been updated yet.)
- Remove zippath_parent_basename, whose implementation was utterly broken and fortunately unused.
2021-01-06 15:17:44 -05:00
hap
979b96b6cd
odyssey2: switch p1/p2 joysticks
2021-01-06 21:03:58 +01:00
Ivan Vangelista
02043edad3
New machines marked as NOT_WORKING
...
----------------------------------
Champion Pool (v1.0) [caius]
2021-01-06 17:52:58 +01:00
hap
75fc06b423
s14001a: get rid of compiler warning
2021-01-06 17:17:25 +01:00
hap
f6031017f6
hh_cop400: fix mdallas keypad problem
2021-01-06 16:30:28 +01:00
AJR
486a4e5ca3
a2bus/mouse.cpp: Fix regression caused by MCU port C lines being high after reset
...
- 6821pia.cpp: Add callback to set port B three-state output
2021-01-06 09:35:10 -05:00
Patrick Mackinlay
bb7ca8d920
fix several genuine issues found by coverity
2021-01-06 20:53:12 +07:00
hap
805d1a815b
videopac.xml: mark timelordpl as baddump
2021-01-06 14:43:26 +01:00
smf-
b850d98228
Added audio CD to DrumMania (GQ881 VER. JAD), but the game is still not playable [xuserv]
...
New working clones
------------------
DrumMania 4th Mix (G*A25 VER. KAA) [xuserv]
2021-01-06 12:53:12 +00:00
Ivan Vangelista
8c82ffd935
wrally.cpp: fixed MT07836
2021-01-06 12:27:16 +01:00
Robbbert
e9ad368c68
d6800: tidied up a few things.
2021-01-06 21:25:35 +11:00
Vas Crabb
8228719f03
Tidy up loose ends:
...
* Fixed a couple of fixed-size buffers in Windows OSD code.
* Marked MAME as aware of long paths in Windows manifest.
* Made a cleaner, thread-safe API for getting volume names.
* Added compile-time option to disable recompiler W^X mode.
* NuBus image device current directory doesn't need to be pinned.
2021-01-06 19:09:16 +11:00
Olivier Galibert
542cf128ba
mac: Optionally hook up the new skeleton SWIMs
2021-01-06 08:56:21 +01:00
Robbbert
1888df49ac
tmc1800: added note
2021-01-06 18:29:29 +11:00
Robbbert
a397683ce2
d6800, vip: added chip8 software list (72 titles, curated)
2021-01-06 17:02:49 +11:00
AJR
ffadc63b78
kopunch.cpp: Acknowledge coin IRQs
2021-01-05 22:58:21 -05:00
Justin Kerk
84733b68d8
Fix DRC build breakage under Emscripten. [Justin Kerk]
2021-01-06 01:55:14 +00:00
AJR
b75fade787
Simplify snapshot/quickload callback parameters; remove some uses of auto_alloc_array
2021-01-05 15:04:11 -05:00
AJR
17f0286d73
Make "slot" feature in software lists and a few related features case-sensitive
2021-01-05 12:36:55 -05:00
Vas Crabb
5b4353a07d
cpu: Slightly reduce the number of page protection state changes
2021-01-06 04:31:05 +11:00
AJR
8a3c14c360
osdwindow.cpp: Make monitor code a little safer
2021-01-05 10:27:40 -05:00
Vas Crabb
4eca05fe67
cpu: Allow recompilers to work with W^X policy
2021-01-06 02:18:04 +11:00
hap
7b22d972ae
odyssey2/ktaa: re-add support for 16KB size
2021-01-05 15:26:55 +01:00
AJR
2eb9b99446
Second attempt at fixing Windows build (function is now defined in base class)
2021-01-05 09:01:53 -05:00
AJR
f26dce1da3
Attempt at fixing Windows build
2021-01-05 08:13:27 -05:00
AJR
7989b4ca46
osdwindow.cpp: Centralize basic functions; de-virtualize various getters
2021-01-04 23:09:05 -05:00
arbee
403f7a099a
apple2c: fix RdRAM2 ($C011) return value on IIc and IIc Plus. (Github issue #7640 ). [R. Belmont]
2021-01-04 22:52:00 -05:00
AJR
7ef7dec9e6
cr16cdasm.cpp: Use precompiled header
2021-01-04 18:47:15 -05:00
cracyc
3f1d4bbc76
New machines marked as NOT_WORKING
...
-----------------------------
SM1810 [Carl, Alexander Kholodov]
2021-01-04 15:35:40 -06:00
ajrhacker
c13bac005d
Merge pull request #7641 from DavidHaywood/311220
...
misc spelling fixes
2021-01-04 15:43:25 -05:00
ajrhacker
240252e0ca
Merge pull request #7642 from tlindner/dragondos-fix-token
...
imgtool/dragondos: fix disk BASIC tokens
2021-01-04 15:43:01 -05:00
hap
d329aa03f7
odyssey2: add service test cart 7seg output
2021-01-04 21:11:54 +01:00
DavidHaywood
1c34bc6109
misc spelling fixes
2021-01-04 19:10:37 +00:00
tim lindner
7cf94e4b04
fix dragondos Disk BASIC tokens
2021-01-04 11:09:17 -08:00
Ivan Vangelista
e900729c13
New machines marked as NOT_WORKING
...
----------------------------------
Sonic Blast Man's Janken Battle [Phil Bennett]
2021-01-04 19:42:18 +01:00
AJR
c231ee373a
render.h, rendlay.h: Dependency refactoring
...
- render.h: Split out layout class declarations into rendlay.h, with some adjustments for the resulting incomplete types (std::reference_wrapper unfortunately does not allow these by C++17 rules)
- rendlay.h: Move old header contents to layout/generic.h
2021-01-04 12:15:09 -05:00
AJR
687e7e162d
Purge #include "rendlay.h" where not necessary
2021-01-04 12:04:17 -05:00
hap
1df5faad19
odyssey2/voice: remove unused function
2021-01-04 16:38:35 +01:00
Olivier Galibert
df25f8d727
galpani2: Correct the rom loading for one of the games, generate an image list
2021-01-04 15:59:06 +01:00
hap
52f81b1f94
odyssey2: add notes
2021-01-04 14:51:21 +01:00
Curt Coder
83ed267f2d
abc1600: Some cleanup in the MAC. [Curt Coder]
2021-01-04 14:33:02 +02:00
Curt Coder
60b09c329b
abc1600: Renamed floppy software list. [Curt Coder]
2021-01-04 13:20:34 +02:00
Patrick Mackinlay
58e8c1611e
coco: standardize include guard
2021-01-04 16:15:17 +07:00
Patrick Mackinlay
777d511d61
coco_midi: fix msvc build
2021-01-04 16:14:01 +07:00
Vas Crabb
0abd03a7a7
emumem: more idiomatic way to access members inherited from argument-dependent base templates (may or may not work around GCC11 bug causing #7616 )
2021-01-04 15:15:16 +11:00
Brian Troha
c10cb1f5d1
Minor clean ups: Missing ")" and standardize loading address statements
2021-01-03 19:45:24 -06:00