Joakim Larsson Edström
6335ac0013
Merge pull request #5793 from JoakimLarsson/epc_4
...
Avoiding asserts and cleanup of some comments
2019-10-24 11:16:20 +02:00
Joakim Larsson Edstrom
651872a73c
eispc_kb.cpp: Avoid scheduler asserts
2019-10-24 11:11:36 +02:00
Joakim Larsson Edstrom
3ee6433af0
eispc.cpp: fixed some comments
2019-10-24 11:10:24 +02:00
Joakim Larsson Edström
4a810c9080
Merge pull request #5792 from JoakimLarsson/epc_4
...
Workaround for #5776 and some minor cleanups/features
2019-10-24 10:37:08 +02:00
Joakim Larsson Edstrom
5be616bb39
eispc.cpp: more state saves, polling of cassette interface and a general cleanup
2019-10-24 10:31:51 +02:00
f205v
424252cc20
Name consistency in notes
...
Name consistency in notes - improved Chihiro GD-ROM documentation
2019-10-24 10:27:13 +02:00
Joakim Larsson Edstrom
74f6c2b21f
epc: Workarounds for issue #5776 - RAM sizes trigger segfault in BGFX. Also added comment about assert when DEBUG=1
2019-10-24 10:12:19 +02:00
68bit
684a8374d1
tv990: cursor fix
...
The addresses of the rows in the vram do not increase monotonically
with the screen scan lines and the cursor address appears to follow
these addresses so the cursor row can not be computed from the
address. Rather compute the cursor column from the difference of the
cursor address offset and the address off of the start of the row, and
implicitly match the rows when comparing the columns. This might not be
perfect, but it is a big improvement and no issues have been spotted.
2019-10-24 16:05:02 +11:00
cam900
c1459feacc
315_5313.cpp : Allow LCM scaling of horizontal resolution
...
megaplay.cpp : Use LCM of support horizontal resolution in both VDPs
315_5124.cpp : Allow dividing hcounter related to using LCM
2019-10-24 12:08:02 +09:00
AJR
da07c8901b
New skeleton device: PleXCombo PX-320A DVD/CD-RW Drive [Firmware HQ]
2019-10-23 21:54:26 -04:00
AJR
41a333e791
Add Fujitsu FR disassembler and skeleton CPU device
2019-10-23 21:54:26 -04:00
MetalliC
d7f1b7ae49
few notes (nw)
2019-10-24 01:24:38 +03:00
MooglyGuy
3d4bd27551
-bgfx: Uncomment D3D12 backend detection, as it apparently no longer crashes on exit on Win7, nw
2019-10-23 20:42:22 +02:00
AJR
29321e1a97
megaplay.cpp: Be safer about endianness; remove unused variable (nw)
2019-10-23 13:39:12 -04:00
AJR
31d52168f1
psychic5.cpp: Eliminate MCFG_VIDEO_RESET_OVERRIDE (nw)
2019-10-23 13:38:50 -04:00
MetalliC
b30cd9c7a8
Merge pull request #5785 from f205v/patch-8
...
naomi.cpp: improved Cart 171-7978B documentation
2019-10-23 20:36:01 +03:00
hap
fa17cc30ff
fphantom: output motor status (nw)
2019-10-23 18:03:46 +02:00
R. Belmont
f673595300
Merge pull request #5781 from 68bit/ie15-r232-resolve-all
...
ie15: resolve all rs232 handlers, even unused
2019-10-23 10:27:46 -04:00
Zoë Blade
606a96b3c5
Revise comment ( #5782 )
...
* Revise comment
Streets of Rage was previously listed at http://www.system16.com/hardware.php?id=707 but was removed between April 2016 and June 2017 judging by The Internet Archive's Wayback Machine:
https://web.archive.org/web/20160421233731/http://www.system16.com/hardware.php?id=707
https://web.archive.org/web/20170612023248/http://system16.com/hardware.php?id=707
The site now suggests, more sensibly, that the original Streets of Rage was only on the Mega-Tech system, not Megaplay.
* Go ahead and delete comment
The consensus is it isn't necessary.
2019-10-23 10:24:29 -04:00
R. Belmont
6000634b89
Merge pull request #5786 from ZoeB/grammar
...
Tidy grammar
2019-10-23 10:24:05 -04:00
fulivi
430bd2d508
Hp9825: support for external ROM cartridges added ( #5761 )
...
* hp9825: optional ROM cartridges added (9825b only, ATM)
* hp9825: optional ROMs added to 9825t, added support for banked ROMs
@5c00, separated RAM & ROM spaces in 9825t
* hp9885: added missing post-amble when writing sectors on disk
* hp9825: added acknowledgments to comments (nw)
* hp9825: changes requested by V.Crabb (nw)
2019-10-23 10:23:12 -04:00
ajrhacker
23a05f7e85
Move IDE devices into bus/ata (nw) ( #5756 )
2019-10-23 10:22:17 -04:00
Firehawke
54b3968c74
New working software list additions ( #5772 )
...
* New working software list additions
-----------------------------------
apple2_flop_orig: Gauntlet, Go (Hayden), Ghostbusters, Galactic Wars, Guderian [4am, Firehawke]
* Add details on compiling MAME documentation. (nw)
2019-10-23 10:21:26 -04:00
David Haywood
be13cc8120
improve spdheat sprite rendering at left edge, fix dipswitch (nw) ( #5777 )
...
* improve spdheat sprite rendering at left edge, fix dipswitch (nw)
* better explain dipswitch function (nw)
* ran srcclean on layout file, and added opposite side view (nw)
2019-10-23 10:20:09 -04:00
Vas Crabb
7c8607e42c
(nw) at least try to be const-correct
2019-10-24 01:13:54 +11:00
Zoë Blade
a1f4059c2f
Tidy grammar
2019-10-23 14:43:59 +01:00
hap
3d0417eabf
New working clone added
...
-------------
Mephisto MM V (prototype) [CB-Emu]
2019-10-23 15:28:00 +02:00
f205v
5c3aa40bef
Names consistency in notes
...
Names consistency in notes
2019-10-23 14:52:36 +02:00
cam900
423dd3487d
argus.cpp : Fix typo
2019-10-23 23:43:37 +11:00
Robbbert
f62f2dc09c
*fixed display of covers in UI.
2019-10-23 23:05:38 +11:00
MooglyGuy
ec4bee1371
-bgfx: Fixed incorrect pitch of palette uploads, fixes 16-bit palettized textures in Vulkan backend on BGFX. nw
2019-10-23 13:43:26 +02:00
68bit
837948afbd
ie15: resolve all rs232 handlers, even unused
2019-10-23 18:05:25 +11:00
AJR
c185a04029
argus.cpp: Separate state classes; simplify handlers; eliminate legacy overrides (nw)
2019-10-22 20:22:51 -04:00
braintro
997edbcaf5
(nw) m72.cpp updates
...
add in some IC locations
loht use bootleg i8751 for world set. It works but marked as BAD_DUMP
2019-10-22 19:19:28 -05:00
AJR
c65a869e57
m72.cpp: Improve reset behavior (nw)
2019-10-22 19:37:30 -04:00
MooglyGuy
10a76b5e3d
-bgfx: Fix crash when scrolling current effect to 'none', nw
2019-10-22 20:31:12 +02:00
Ivan Vangelista
ad9b059a96
m107.cpp: fixed MT7457 (nw)
2019-10-22 20:09:44 +02:00
Angelo Salese
25ebe90079
f1gp.cpp: switch button order as per service mode (nw)
2019-10-22 18:58:54 +02:00
AJR
34efe9ae1e
sms1000: Map PDP-11 code ROM and add a second CPU (nw)
2019-10-22 12:54:53 -04:00
Ivan Vangelista
eed221e4fc
new not working clones
...
---------------------------------------
The Flintstones (LX-3) [PinMAME]
2019-10-22 18:47:32 +02:00
AJR
fa1fc9ccfa
m72.cpp: Remove now-unused simulation (nw)
2019-10-22 12:04:57 -04:00
AJR
dbf51316bd
3b1: Improve system description (nw)
2019-10-22 10:06:25 -04:00
AJR
2daf1611da
airduelm72: Fix sample communications (nw)
2019-10-22 10:05:25 -04:00
AJR
df3ebd93b3
m72.cpp: Fix sample-related communications on 8751-protected games
2019-10-22 09:50:42 -04:00
MooglyGuy
6c6b0f86a8
-bgfx: Rework chain updating to minimize primlist locking, nw
2019-10-22 09:55:28 +02:00
braintro
9c64307ba8
(nw) m72.cpp: Mark dbreedm72 set's MCU code as NO_DUMP
2019-10-21 22:12:38 -05:00
braintro
4e55f2cdb7
(nw) m72.cpp: Restore dbreedm72 set to working
2019-10-21 22:03:16 -05:00
braintro
a9133b4f6b
m72.cpp: Replace MCU simulation / hack with proper MCU code for 2 M72 titles [Caius, Jorge Silva, TeamEurope, The Dumping Union]
...
decapped & dumped i8751 for Air Duel (Japan, M72 PCB version) [Caius, Jorge Silva, TeamEurope, The Dumping Union]
decapped & dumped i8751 for Dragon Breed (Japan, M72 PCB version) [Caius, Jorge Silva, TeamEurope, The Dumping Union]
2019-10-21 21:19:44 -05:00
algestam
d4c94b861b
Add bgfx file for asmjs build (nw)
2019-10-21 18:01:36 +00:00
algestam
4d3a474283
Fix bimg build for asmjs (nw)
2019-10-21 18:01:36 +00:00