AJR
6e93c2ee1a
New machines marked as NOT_WORKING
...
----------------------------------
MDT 60 Video Display Terminal [Bitsavers]
Z-22 Terminal [Bitsavers]
2020-04-27 20:14:30 -04:00
angelosa
b473b1cbf0
cischeat.cpp: add oki mirrors to Arm Champs II, fixing missing/erratic sounds [Angelo Salese]
2020-04-27 21:31:18 +02:00
R. Belmont
0f64f5d7d6
Merge pull request #6602 from fulivi/hp80_dev09
...
hp86: fixed a bug in key auto-repeat function
2020-04-27 15:09:43 -04:00
R. Belmont
9b41858e2b
Merge pull request #6600 from FakeShemp/compis2
...
compis.xml: Five new dumps
2020-04-27 15:09:28 -04:00
R. Belmont
d5d59bc908
Merge pull request #6601 from davide125/sgi_mips
...
sgi_mips: add software list
2020-04-27 15:09:13 -04:00
cam900
3eb79937a5
Move sprite delaying behavior into screen_vblank for some drivers ( #6596 )
...
* Move sprite delaying behavior into screen_vblank
gaiden.cpp, tecmo16.cpp, suprnova.cpp : Move delayed sprite drawing function into screen_vblank
suprnova.cpp : Use generic gfx layout, Fix CPU clock related to XTAL, Use device for screen
* xtal.cpp : Add notes of super kaneko nova system (suprnova.cpp) XTALs
* xtal.cpp: Further notes
2020-04-27 15:08:23 -04:00
npwoods
d615160e51
Consolidated code for pasing enum strings in ( #6592 )
...
src/frontend/mame/luaengine.cpp
2020-04-27 15:08:11 -04:00
Ivan Vangelista
18450941d5
misc demacroization (nw)
2020-04-27 18:58:44 +02:00
fulivi
f20518fdd2
hp86: fixed a bug in key auto-repeat function (nw)
2020-04-27 18:50:20 +02:00
Ivan Vangelista
81b354e4ed
New working clones
...
------------------
Prebillian (bootleg) [Kevin Eshbach]
2020-04-27 18:46:54 +02:00
braintro
6e6f4ba56c
(nw) mame.lst: Fill in copyright year for a couple of Unico games
2020-04-26 22:53:16 -05:00
Davide Cavalca
9e553cb122
sgi_mips: add software list
2020-04-26 19:48:55 -07:00
Rebecca Wallander
80ec342448
compis.xml: Five new dumps
2020-04-27 01:20:38 +02:00
AJR
f4805b3701
gridcomp.cpp: Identify chip (nw)
2020-04-26 18:08:35 -04:00
usernameak
ee76fc0337
Heavily improved emulation of GRiD Compass 1101 ( #6599 )
...
Changes:
- added known dump checksums of 1101 BIOS
- high-level emulation of GPIB disk devices
- partial implementation of DMA (currently ignores ACCRQ so devices must have zero latency in order for it to work)
- serial is now properly memory-mapped
- modem stub in order to make system properly ignore modem device
- it now boots without any patches and debug scripts
- merged #6597 (needed in order to make disk devices work)
Still not implemented:
- RTC/MACHINE_ID
- modem
- has problems with multiple disk devices working simultaneously (possibly BIOS bug because this BIOS had some problems with that on real device)
2020-04-26 18:05:40 -04:00
ajrhacker
db0afba9af
Merge pull request #6597 from fulivi/tms9914_dev2
...
tms9914: added SR & PP FSMs, typo fixed
2020-04-26 18:03:36 -04:00
Mike
ebcd25e324
Namco custom fix ( #6598 )
...
* namco06: clarify timer delay is zero.
* galaga: fix bootlegs
For both, set sub & sub2 reset lines
Wire up 51xx cs and rw lines for galaga bootlegs.
2020-04-26 17:37:32 -04:00
arbee
31141db063
apple2: fix DHGR shift, NTSC artifact colors work with HLSL (GitHub issue #6308 ) [Colin Howell, R. Belmont]
2020-04-26 14:02:28 -04:00
Hydreigon
5f65526aa0
Input cleanups ( #6543 )
2020-04-26 10:47:52 -06:00
hap
39e0cc2560
companyname correction (nw)
2020-04-26 18:42:31 +02:00
fulivi
5b2b482a52
tms9914: added SR & PP FSMs, typo fixed
2020-04-26 18:11:46 +02:00
Olivier Galibert
b4a30b9c09
simpsons: Correct video clocks [P. Bennett]
2020-04-26 17:42:01 +02:00
smf-
7d55466ca7
fix warning with vs2019_clang, from_ticks() takes whole numbers. (nw)
...
.\..\..\..\src\mame\machine\namco06.cpp(211,44): error : implicit conversion from 'double' to 'osd::u64' (aka 'unsigned long long') changes value from 0.5 to 0 [-Werror,-Wliteral-conversion]
91>..\..\..\..\..\src\mame\machine\namco06.cpp(211,44): error : m_nmi_timer->adjust(attotime::from_ticks(.5, clock()), 0, attotime::from_hz(clock() / divisor) / 2);
91>..\..\..\..\..\src\mame\machine\namco06.cpp(211,44): error : ~~~~~~~~ ^~
2020-04-26 15:41:31 +01:00
Robbbert
cff3741078
(nw) battles: fixed crash at start. Sounds are missing though, to be investigated.
2020-04-26 12:55:21 +10:00
Vas Crabb
8a923f9361
srcclean and manual cleanup (nw)
2020-04-26 12:04:54 +10:00
Robbbert
2305442f6a
(nw) advision: fixed a bug that was accidently included last night.
2020-04-26 11:29:07 +10:00
arbee
ff27551392
apple2gs: fix missing 128K from -ramsize (GitHub issue #6465 ) [gorlik, R. Belmont]
2020-04-25 20:54:27 -04:00
braintro
7f9aed6ad7
(nw) goori.cpp: Remove duplicate include
2020-04-25 19:20:14 -05:00
couriersud
0cf99a5310
netlist: rename some macros. (nw)
...
Rename COPYASSIGN* and friends to PCOPYASSIGN*.
2020-04-26 01:35:31 +02:00
smf-
462943bf9e
remove unused variable (nw)
2020-04-25 23:28:39 +01:00
hap
3301fd5cf6
Machines promoted to working
...
----------------------------
Executive Chess [hap, Sean Riddle]
2020-04-25 23:43:54 +02:00
AJR
d7a5491d84
we32100d: Fix mask (nw)
2020-04-25 16:45:20 -04:00
Justin Kerk
f7088f2b24
ibm5150.xml: Rearrange simcity sets ( #6578 ) (nw)
2020-04-25 13:03:24 -07:00
smf-
90cdeaad89
fixed stray character (nw)
2020-04-25 21:01:00 +01:00
smf-
ad819a3243
appease vs2019_clang with llvm 10.0
2020-04-25 20:52:35 +01:00
Ryan Holtz
2dec1d2ef0
-vgmplay: Added a hold button. [Ryan Holtz]
2020-04-25 20:43:12 +02:00
Ivan Vangelista
d7afff09ac
lsasquad.cpp: added dip locations [Guru]
2020-04-25 20:42:54 +02:00
Ryan Holtz
32801c685f
-vgmplay: Added rate controls. [Ryan Holtz]
2020-04-25 20:14:06 +02:00
Robbbert
43683e7916
Merge branch 'master' of https://github.com/mamedev/mame
2020-04-26 04:03:56 +10:00
Robbbert
cb9d55e627
advision: fixed some bugs uncovered by the Code Red demo.
2020-04-26 04:03:33 +10:00
hap
0772bbdb74
polepos: 1 more append writeline, was already there (nw)
2020-04-25 20:01:07 +02:00
David Haywood
7cacfb12d8
drgnmst.cpp : mastfury - improve background rendering (nw) + cps1.cpp : actually mark Gulun.Pa! as working (nw) ( #6593 )
...
* drnmst.cpp : mastfury - improve background rendering (nw)
* also promote Gulun.Pa!, remove old comment about bad ROM, add new comment about suspect one, and mark as a prototype - it has been functional since the first ROM redump, credits are unhchanged from before (nw)
2020-04-25 13:57:30 -04:00
R. Belmont
a42761243a
Merge pull request #6595 from hackbar/polepos_reset
...
polepos: append, not set, the reset line to the latch
2020-04-25 13:56:31 -04:00
Mike Harris
5c24bfc6a8
polepos: append, not set, the reset line to the latch
2020-04-25 10:42:04 -07:00
hap
3988951d34
scptchess: add save switch (nw)
2020-04-25 19:29:30 +02:00
Ivan Vangelista
7b7306f6b8
segas32.cpp: updated the sound ROMs for the other radr revisions, too (nw)
2020-04-25 18:59:12 +02:00
Ivan Vangelista
eb0e28f2d1
segas32.cpp: redumped radr sound ROMs [farzeno]
...
(nw) Two were actually bad
2020-04-25 18:54:20 +02:00
couriersud
00bff3e703
netlist: clang tidy fixes and srcclean. (nw)
2020-04-25 18:10:18 +02:00
couriersud
d3ee7e21c6
netlist: unify solver calls. (nw)
...
Calls to the solver used different paths. These changes unify these
calls and provide a common call for discontinuous state changes on
analog components (change_state).
2020-04-25 18:08:04 +02:00
R. Belmont
14f92c9786
Merge pull request #6590 from DavidHaywood/240420_2
...
new WORKING machine (plug and play)
2020-04-25 08:05:22 -04:00