Sandro Ronco
5d5e0345e0
dmv: added HD interface. [Sandro Ronco]
2019-10-24 20:13:30 +02:00
Ivan Vangelista
3f63e4f466
mystwarr.cpp: MT07463 (nw)
2019-10-24 19:02:41 +02:00
MooglyGuy
100767b3df
-screen: Added support for screens that vary horizontal width mid-frame, and hooked it up to the SNES driver. Fixes dkongcu intro and others. [Ryan Holtz]
2019-10-24 18:52:28 +02:00
Zoë Blade
e0bac48f8f
Spelling ( #5796 )
...
* Tidy up comments
* Fix typos
* Fix spelling
* Tidy
* Tidy
2019-10-24 12:25:49 -04:00
MetalliC
be841b861c
Merge pull request #5791 from f205v/patch-9
...
Name consistency in notes
2019-10-24 17:41:27 +03:00
rfka01
34bc003fe8
at.cpp: more motherboards and BIOS versions, Apricot boot and error messages ( #5780 )
...
* at.cpp: Apricot boot and error messages, some chipset info
* at.cpp: more motherboards and BIOS versions
2019-10-24 09:36:13 -04:00
ajrhacker
7c6c7724ad
Merge pull request #5789 from 68bit/tv990-cursor-fix
...
tv990: cursor fix
2019-10-24 09:34:30 -04:00
Jean-François DEL NERO
229fb6a2d6
Apollo 7 Squale : Connect the EF9365 video controller irq output to the 6809 irq input.
2019-10-24 23:35:37 +11:00
R. Belmont
02771ec845
Merge pull request #5795 from 68bit/ide-devices-on-ata-bus-build-fix
...
IDE devices are now on bus/ata, build fix.
2019-10-24 08:00:56 -04:00
68bit
99e048d599
IDE devices are now on bus/ata, build fix.
2019-10-24 22:00:08 +11:00
Patrick Mackinlay
e93288a37f
interpro_ioga: fix MT7465 (nw)
2019-10-24 17:57:34 +07:00
Patrick Mackinlay
21d7c9434e
interpro: use input_merger (nw)
2019-10-24 17:55:49 +07:00
Patrick Mackinlay
884830c5c1
bus/interpro: minor tidy (nw)
2019-10-24 17:55:18 +07:00
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
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