hap
681e7b7481
reword (nw)
2019-06-12 17:46:12 +02:00
hap
e8dfd7ff18
artwork: add default (GPL-compatible) chesspiece pngs (nw)
2019-06-12 17:31:18 +02:00
S.Z
d374977351
Merge pull request #5225 from MoochMcGee/i386-work
...
Fix up some commented out testing code (nw)
2019-06-12 16:58:19 +02:00
Melissa Goad
46599c9712
Fix up some commented out testing code (nw)
2019-06-12 09:48:54 -05:00
hap
8c80fc4b43
cking_master, cxg_ch2001: move from chessbase to screenless (nw)
2019-06-12 15:57:31 +02:00
hap
a599cad852
screen: default svg region (nw)
...
hh_sm510: set svg refresh rate to 60hz (nw)
2019-06-12 14:25:13 +02:00
Dirk Best
9bb0c483bf
argus: Add some info about the ROM checksum tests
2019-06-12 13:47:37 +02:00
yz70s
d8110b3499
Remove some msvc warnings (nw)
2019-06-12 09:01:41 +02:00
mooglyguy
c1ac670579
-dpb7000: Various changes. [Ryan Holtz]
...
* Fixed FFDxxx range to pull a bus error. System now attempts disk boot.
* Fixed screen size and visible area.
* Fixed field in/out timers.
* Began adding FDC support.
* Added additional microcode logging.
* Assorted disc sequencer card condition code fixes.
* Modernized logging.
2019-06-12 08:33:37 +02:00
AJR
fa9b738e3c
applix: Various fixes and updates
...
- Fix video addressing problem causing blanked lines in middle of characters
- Add colored border area
- Add SCC and RS-232 serial ports
2019-06-11 23:53:30 -04:00
hap
1b3acb851d
spacing (nw)
2019-06-12 02:38:07 +02:00
hap
6e59afa047
add screenless base class (nw)
2019-06-12 02:36:07 +02:00
R. Belmont
c15591c83c
Merge pull request #5214 from fseidel/vectrex-banking-fix
...
Vectrex reset into bank 1 for 64KiB carts
2019-06-11 17:15:04 -04:00
Olivier Galibert
10696c92b5
mindset: Start hooking up the 8042 somehow [O. Galibert]
2019-06-11 22:49:08 +02:00
MooglyGuy
a6a903fee1
-newport: Fixed store shift for overlay planes, fixes cursor outlines in Barco ColorTone. [Ryan Holtz]
2019-06-11 22:18:00 +02:00
AJR
a827125aeb
ncd16, ncd19: Screen raw parameters (nw)
2019-06-11 14:13:56 -04:00
Ford Seidel
f822d96411
Vectrex reset into bank 1 for 64KiB carts
...
This fixes "Where Have All the Pixels Gone?" and "EigenVectrex," quite possibly others. No regressions found.
2019-06-12 00:42:37 +08:00
Ivan Vangelista
b2c8d1b51b
taitosj.cpp: fixed MT07354 (nw)
2019-06-11 15:46:04 +02:00
R. Belmont
65edd05db2
Merge pull request #5209 from cam900/igs017_igs031_gfx
...
igs017_igs031.cpp : Reduce usage of gfx_element
2019-06-11 09:39:42 -04:00
R. Belmont
61e5786702
Merge pull request #5207 from cam900/tc0100scn_gfx
...
tc0100scn.cpp : Updates
2019-06-11 09:39:13 -04:00
R. Belmont
8cec278e50
tc0480scp.cpp : Default gfxlayout ( #5206 )
2019-06-11 09:38:49 -04:00
David Haywood
a48f854052
emulate rad_hnt3 rowscroll mode (nw) ( #5211 )
...
* emulate rad_hnt3 rowscroll mode (nw)
* rad_gtg is awkward (nw)
* refactor (nw)
* oops (nw)
* tidy (nw)
2019-06-11 09:38:31 -04:00
AJR
fe45060a33
ymf278b: Eliminate clock macro (nw)
2019-06-11 09:14:57 -04:00
MetalliC
9ccb40c9b5
megadriv: dumped MegaCD Japan BIOS rev 1.00C [tmee]
2019-06-11 16:01:39 +03:00
Olivier Galibert
8a1d3ce2c7
mindset: Hackless graphics copro pass [O. Galibert]
2019-06-11 14:02:11 +02:00
R. Belmont
1f9e370b8e
Merge pull request #5208 from cam900/metro_vblank
...
metro.cpp : Fix screen vblank interrupt function when screen_vblank i…
2019-06-11 07:56:40 -04:00
cam900
50621b81cb
igs017_igs031.cpp : Reduce usage of gfx_element
2019-06-11 20:26:38 +09:00
cam900
0d80ca214d
metro.cpp : Fix screen vblank interrupt function when screen_vblank is noop
2019-06-11 20:18:37 +09:00
cam900
56ab0a1e69
tc0100scn.cpp : Updates
...
Internalize gfx, Add color base for when color base is differs
undrfire.cpp : Reduce unnecessary lines
2019-06-11 14:45:38 +09:00
cam900
542769db5b
tc0480scp.cpp : Default gfxlayout
2019-06-11 13:56:14 +09:00
hap
ca941d94eb
gnw_dkjrp: limit screen size within 1920x1080 (nw)
2019-06-11 02:44:29 +02:00
AJR
88ae8ac335
a2gameio: One fine point (nw)
2019-06-10 20:23:18 -04:00
algestam
5b1f9fd5ba
hh_sm510: remove edge margin for gnw_dkjrp (nw) ( #5205 )
2019-06-11 01:47:42 +02:00
enikland2
6a8480d120
sms.cpp: Change NMI to be routed through VDP on SMS systems ( #4871 )
...
* sms.cpp: Change NMI to be routed through VDP on SMS systems
* Implement /NMI-IN as a line write handler rather than as an input callback
* Revert "Implement /NMI-IN as a line write handler rather than as an input callback"
This reverts commit 35f67c5087
.
* Implement /NMI-IN as a line write handler rather than as an input callback
2019-06-10 19:38:44 -04:00
ajrhacker
d0319edeca
Merge pull request #5204 from hackbar/pia-fix
...
pia6821: roll back port A read change.
2019-06-10 17:10:13 -04:00
AJR
2bb1aaf131
a2gameio: Default needs to be 0, not 1 for apple2e at least (nw)
2019-06-10 17:01:54 -04:00
AJR
7e54e1263b
apple2, apple2e, apple2gs: Generic emulation of Game I/O connector. Joysticks are now slot devices.
...
mbc55x: Add Game I/O port
2019-06-10 16:34:44 -04:00
Mike
0074e4df45
pia6821: roll back port A read change.
2019-06-10 13:31:37 -07:00
Olivier Galibert
c5be2b3fe8
mindset: Fake one more bit and the resolution changes again [O. Galibert]
2019-06-10 20:01:18 +02:00
hap
e27cc67749
ibm5150: split chessmen into several disks (1.44mb not possible by default on ibm5150/60) (nw)
2019-06-10 19:57:37 +02:00
Olivier Galibert
fbadcd34a3
mindset: Implement or fake the display and graphics copro test, the system switches to a tilemap mode for the followup tests [O. Galibert]
2019-06-10 19:28:57 +02:00
MetalliC
5815ddcf8a
new not working clone
...
---------------------
Cyber Troopers Virtual-On Relay (Japan) [ShouTime, defor]
2019-06-10 18:47:17 +03:00
hap
cf758c04e1
New not working clone added
...
-----------
Captain Zodiac (World) [Berty]
2019-06-10 16:29:30 +02:00
R. Belmont
5f67977707
Merge pull request #5202 from cam900/aquarium_gfx
...
aquarium.cpp : Updates
2019-06-10 09:45:21 -04:00
R. Belmont
fa4773ed3b
Merge pull request #5203 from cam900/taito_f3_gfxlayout
...
taito_f3.cpp, 2mindril.cpp : Updates
2019-06-10 09:44:56 -04:00
cam900
690057fe55
tc0480scp.cpp : Updates ( #5201 )
...
* tc0480scp.cpp : Updates
Internalize gfxdecodes, Correct text ROM behavior of bootleg boards
gunbustr.cpp, superchs.cpp, slapshot.cpp : Simplify gfxdecodes, Fix namings
slapshot.cpp : Correct 6bpp sprite gfx decode behavior into mix ROM data
* slapshot.cpp, taito_f2.cpp, groundfx.cpp, undrfire.cpp:
Add gfx layout for hi 2bpp data of 6bpp gfx ROMs
Used for all TC0620SCC tile based games, slapshot / opwolf3 / finalb 6bpp sprite datas
* taito_f2.cpp : Fix finalb regression
2019-06-10 09:44:34 -04:00
R. Belmont
2ce604516d
Merge pull request #5200 from cam900/darius_args
...
darius.cpp : Updates
2019-06-10 09:44:08 -04:00
R. Belmont
0106bbb694
Merge pull request #5199 from cam900/topspeed_args
...
topspeed.cpp : Updates
2019-06-10 09:43:46 -04:00
R. Belmont
ef28a886be
Merge pull request #5198 from DavidHaywood/090619
...
new NOT WORKING clones
2019-06-10 09:43:23 -04:00
cam900
0d4948e0dc
pc090oj.cpp : Updates ( #5196 )
...
* pc090oj.cpp : Updates
Internalize gfxdecode, Use callback for color bank / priority behavior, Reduce defines, Unnecessary lines, Simplify handlers, Use shorter / correct type values
asuka.cpp, opwolf.cpp, rastan.cpp, rbisland.cpp, volfied.cpp : Simplify gfxdecodes, Reduce trampolines, Duplicates, Fix namings
* rastan.cpp, volfied.cpp : Minor note fixes
2019-06-10 09:41:44 -04:00