Commit Graph

56347 Commits

Author SHA1 Message Date
AJR
a057b79e37 er1400.cpp: More logging (nw) 2017-12-31 12:25:25 -05:00
AJR
64524a652c Add ER1400 serial EAROM device 2017-12-31 11:39:28 -05:00
hap
8e7c99107d New working machines
-----------
Thief in Garden [hap, Sean Riddle, ssj]
2017-12-31 16:46:32 +01:00
S.Z
fe256e8c88
Merge pull request #2994 from MoochMcGee/i386-work
i386: correct when some opcodes were introduced (nw)
2017-12-31 16:39:20 +01:00
Sylvain Glaize
5c920f2a7b vg5k: Removed reference to VG-5000µ default ROM (CRC a6998ff8), making the "alternate" (CRC 57983260) the correct one. [S. Glaize]
- ROM was dumped from a Philips VG-5000µ and compared to
  the "alternate" (CRC 57983260) version to find it was the same.
- Analyze of the (CRC a6998ff8) and why it is faulty and useless to keep:
  - Address $1000: correct instruction is DI ($F3) at start of boot;
                   in faulty ROM, the instruction is INC BC ($03), which makes
                   no sense here.
  - Address $2000: this is the start of the table pointing to BASIC
                   instructions. It is matched with the table at $209e
                   containing the keywords. The first keyword (END) will
                   cause the first address to be decoded (at $2519 to $2525)
                   and executed. Correct address is $2f3a, address found
                   in the faulty ROM is $2f00, thus preventing END instruction
                   to work.
  - Address $3000: this part is the code for the NEXT instruction, starting
                   at $2fe4. The faulty ROM at $3000 causes a CALL $CE02,
                   which is out of the memory range and leads to reboot with
                   no RAM extension. With RAM extension, as the ROM is copied
                   during the memory test at boot, it causes a Syntax Error.
                   The correct byte at $3000 is $03, leading to a
                   CALL $0302, which is correct.
2017-12-31 16:15:13 +01:00
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