Commit Graph

56537 Commits

Author SHA1 Message Date
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
angelosa
53bc0e0f83 new software list additions
---------------------------
ibm5170_cdrom.xml:
The 11th Hour - Der Nachfolger von 7th Guest [archive.org]
Advanced Dungeons & Dragons 2nd Edition Masterpiece Collection [archive.org]
AH-64D Longbow [archive.org]
Atlantis - Das sagenhafte Abenteuer [archive.org]
2017-12-30 00:41:20 +01:00
angelosa
b5ec581208 new software list additions
---------------------------
ibm5170_cdrom:
3-D Ultra Pinball [archive.org]
5 Plus One - Super Tetris [archive.org]
688I Hunter-Killer [archive.org]
A-10 Cuba! [archive.org]
Ace Ventura [archive.org]
Aces of the Pacific [archive.org]
Aces over Europe [archive.org]
Activision's Atari 2600 Action Pack [archive.org]
Activision's Atari 2600 Action Pack 2 [archive.org]
Activision Game Vault Volume 3 [archive.org]
Advanced Destroyer Simulator [archive.org]
Afterlife [archive.org]
Air Warrior III [archive.org]
Air Warrior Plus [archive.org]
Alien Legacy [archive.org]
Alien Odyssey [archive.org]
Aliens - A Comic Book Adventure [archive.org]
Amazon - Guardians of Eden [archive.org]
Animal [archive.org]
Arcade's Greatest Hits - The Midway Collection 2 [archive.org]
Archibald Applebrook's Abenteuer [archive.org]
Archon Ultra [archive.org]
Are You Afraid of the Dark - The Tale of Orpheo's Curse [archive.org]
Armored Fist [archive.org]
Around the World in 80 Days [archive.org]
Ascendancy [archive.org]
Atari Arcade Hits [archive.org]
A.T.F. - Advanced Tactical Fighters [archive.org]
Awesome Adventures of Victor Vector & Yondo, The - The Cyberplasm Formula [archive.org]
Halloween Harry - Alien Carnage [Archive.org]
2017-12-30 00:41:16 +01:00
angelosa
cd1d561253 pc_vga.cpp: avoid crash in a10cuba (nw) 2017-12-30 00:41:12 +01:00
angelosa
285af40b9f Actual disc name (nw) 2017-12-30 00:41:08 +01:00
angelosa
4406324845 new software list additions
---------------------------
Kotobuki [Rod_Wod]
KU2 Impact [Rod_Wod]
Command & Conquer: Red Alert [archive.org]
S.T.G. [Uroko Sakanabito]
Sound Blaster 16 CD driver [VOGONS]
2017-12-30 00:41:04 +01:00