Commit Graph

56592 Commits

Author SHA1 Message Date
Agiri
2be32632fa ygv608.cpp: Fix a small graphics glitch in RALLY-X Arrangement 2017-12-31 22:43:35 +09:00
smf-
c29a52b04d lose some space & get_safe_pc() (nw) 2017-12-31 13:26:01 +00:00
Melissa Goad
db981f3993 i386: correct when some opcodes were introduced (nw) 2017-12-31 07:09:16 -06:00
mooglyguy
6adf45347f drcbex86: Fix remainder clobbering quotient, thanks smf, nw 2017-12-31 13:48:24 +01:00
mooglyguy
a432afe28a e132xs: Ironed out some 32-bit DRC issues, and address Coverity concerns, nw 2017-12-31 12:48:39 +01:00
mooglyguy
14fcd2e34b drcbex86: Fixed an 'optimization' which was actually a random bug inducer, nw 2017-12-31 12:48:39 +01:00
Ivan Vangelista
b2ec56503f c65: some more useful links (nw) 2017-12-31 08:24:55 +01:00
AJR
624d7a18c1 vtvideo: Make this a line callback (nw) 2017-12-31 00:12:30 -05:00
AJR
16f6a945d1 vtvideo: Derive the clock for the timer (nw) 2017-12-31 00:08:48 -05:00
AJR
47ca5bf03a vtvideo: Accurate reconfiguration parameters; interlace mode for VT100 (nw) 2017-12-30 23:32:23 -05:00
AJR
f10b30648e vt100: Add MCFG_SCREEN_RAW_PARAMS, mostly for sake of reference (nw) 2017-12-30 21:57:49 -05:00
MetalliC
4bde87d101
Merge pull request #2992 from DavidHaywood/231217
pgm2: fixed fg tilemap size (fixes kov3 boss death sequences)
2017-12-31 04:29:21 +02:00
David Haywood
298296ba44 pgm2: fixed fg tilemap size (fixes kov3 boss death sequences) 2017-12-31 02:18:19 +00:00
cracyc
7511f19262 alphatpx: cursor (nw) 2017-12-30 19:14:29 -06:00
cracyc
3f21951418 portname: use a subdir and emu.file so they can be packaged in zips (nw) 2017-12-30 18:56:31 -06:00
AJR
3bb13e40d6 vt100: Configure video clock (nw) 2017-12-30 19:43:20 -05:00
briantro
8816474434 segas16b.cpp: Minor doc update (nw) 2017-12-30 18:14:08 -06:00
AJR
e569c9f7c4 qvt102: Add correct clocks and more devices (nw) 2017-12-30 18:48:12 -05:00
cracyc
d3e7be82a8 plugins/portname: new wip plugin for loading translations or alt names for input port fields [Carl] 2017-12-30 16:02:56 -06:00
AJR
c3c8df4cce tndrcade: Acknowledge main interrupt (nw) 2017-12-30 17:00:23 -05:00
AJR
dc19f33995 thunderl, wiggie, wits: Acknowledge interrupt (nw) 2017-12-30 16:47:07 -05:00
AJR
1051d4add1 kamenrid, msgundam: Use PIT device (nw) 2017-12-30 16:33:16 -05:00
AJR
41511bcc81 qvt102, qvt190: Have these share their own skeleton driver (nw) 2017-12-30 16:04:01 -05:00
mooglyguy
ee12f04970 e132xs: potentially fix drc crash on linux and osx, nw 2017-12-30 21:57:00 +01:00
hap
d27de747d3 New working machines
-----------
Alphie - The Electronic Robot (patent) [hap]
2017-12-30 21:43:18 +01:00
Agiri
18039d32ed ygv608.cpp: R#13 is transparent color (?) 2017-12-31 04:37:00 +09:00
briantro
4e4cd1bf04 new working clone - World Class Bowling v1.0
New Clone added
---------------------------------------------
World Class Bowling (v1.0) [Brian Troha, The Dumping Union]
2017-12-30 13:16:34 -06:00
AJR
5fddfb5a62 CRT5037 = TMS9927? (nw) 2017-12-30 13:13:44 -05:00
AJR
9f1fd2676e The great CoCo/Dragon clock correction (nw)
- Replace fake XTAL values with actual ones
- Correct SAM and GIME clocks
- Make sam6883_friend_device a subclass of device_interface
- Remove legacy 6809E device from MAME
2017-12-30 12:12:02 -05:00
mooglyguy
056dbde538 e132xs: allocate core from drc cache, nw 2017-12-30 17:52:13 +01:00
ajrhacker
985d0044fe
Merge pull request #2990 from agiri-san/nd1
ygv608: Add mosaic effect for Galaga Arrangement Ending/Staffroll
2017-12-30 10:57:04 -05:00
mooglyguy
7275dea7fc -e132xs: Fixed 32-bit hyperstone DRC, nw 2017-12-30 16:45:46 +01:00
Agiri
d301a89fb2 ygv608.cpp: small changes 2017-12-30 22:39:48 +09:00
Agiri
5563422a6c ygv608.cpp: Add mosaic effect for Galaga Arrangement Ending/Staffroll 2017-12-30 22:31:54 +09:00
Olivier Galibert
35fffe0d2e Remove a bunch of space.device().safe_pc() from devices (nw) 2017-12-30 14:04:21 +01:00
mooglyguy
62aef15114 -e132xs: Added subs to drc, fixes hidnctch fatalerror when selecting a difference, nw 2017-12-30 13:26:24 +01:00
Robbbert
483d1f49b2 Merge branch 'master' of https://github.com/mamedev/mame 2017-12-30 22:38:21 +11:00
Robbbert
2add58051a metafox : simulate protection [iq_132] 2017-12-30 22:37:41 +11:00
Aaron
222b41d582 Add Bicubic Shader to OpenGL Backend
This shader uses the equation described by R. Keys in the paper 'Cubic Convolution Interpolation for Digital Image Processing' which is, in this case, the same as a Catmull-Rom spline. This produces a sharper upscaled image than bilinear filtering.

The new shader is selected by setting gl_glsl_filter to 2. Consequently, gl_glsl_filter is now treated as an int rather than a boolean.

Also fixed a variable name problem in the code guarded by GLSL_SOURCE_ON_DISK.
2017-12-30 00:29:47 -08:00
Aaron
6c456a2865 Fix Two Issues with the glsl Bilinear Shader
1. Off-by-one pixel coordinates
2. Sampling of wrong pixels at some non-integer stretch factors

First was noticed while comparing screenshots of the software and opengl w/glsl renderers (opengl output was shifted up and to the right). Fixed by subtracting a 1/2 pixel from the texture coordinates when calculating the bottom left pixel to use for interpolation.

Second was apparent when running pac-man fullscreen on a 1920x1080 screen and allowing non-integer stretching. Manifested as irregular horizontal 'steps' in the output. Fixed by sampling from the center of all pixels which should avoid any funny business in regards to pixel coordinate rounding.
2017-12-30 00:16:41 -08:00
Ivan Vangelista
563bf2efdd c65.cpp: added some hw notes, corrected CPU clock [Guru] 2017-12-30 09:09:57 +01:00
MetalliC
94d584d214 pgm2.cpp: add note (nw) 2017-12-30 09:11:54 +02:00
Ivan Vangelista
c5203b2540 csplayh5.cpp: redumped nuretemi's sound ROM [ShouTime, The Dumping Union] 2017-12-30 08:11:00 +01:00
AJR
1624208a65 tr175: 82C11 should go here (nw) 2017-12-30 00:11:54 -05:00
AJR
2b359317cd tr175: Another skeleton driver (nw) 2017-12-29 23:48:55 -05:00
AJR
8198dd50ce vt420: Merge with vt520 skeleton driver (nw) 2017-12-29 21:50:56 -05:00
MetalliC
3b5154b1f7 pgm2.cpp: emulate kov3 ROM module communication, remove hack.
probably should be devicified later.
2017-12-30 04:23:56 +02:00
AJR
6cae274c80 madshark, magspeed: Add IRQ acks and PIT for latter (nw) 2017-12-29 20:41:46 -05:00
hap
216e7958ee New working machines
-----------
Electronic Number Muncher [hap, Sean Riddle]
2017-12-30 02:01:41 +01:00
hap
64cf2ca9da hh_sm510: added nummunch.svg (nw) 2017-12-30 00:51:18 +01:00