Commit Graph

48506 Commits

Author SHA1 Message Date
Joakim Larsson Edstrom
4667f27392 NEW skeleton driver for fccpu20 Force SYS68K CPU-20 2016-12-24 02:17:08 +01:00
Joakim Larsson Edström
f34174de56 Added coco2 clone t4426 (nw) (#1819)
* Added coco2 clone t4426 (nw)
2016-12-16 14:37:33 +01:00
Robbbert
380eb6eeb5 MT 04922 2016-12-16 18:08:58 +11:00
Ivan Vangelista
7dd1adb581 Merge pull request #1840 from ajrhacker/pang_bootleg_ls157
spangbl, pangba: 74LS157-ization and working sound
2016-12-16 07:48:59 +01:00
arbee
fcf35c1b30 fix compile with Xcode 8.2 (nw) 2016-12-15 22:05:15 -05:00
mahlemiut
733df166a3 debugimgui: sort directory entries in mount dialog, as zippath_readdir() does not guarantee entries are in any particular order. 2016-12-16 14:34:14 +13:00
Dirk Best
9902322222 Stupid git, fix previous commit 2016-12-16 01:36:32 +01:00
Dirk Best
8e4f3caecc mcr68: Use standard 6840 PTM core
Replace custom implementation with the standard one.
2016-12-16 01:16:00 +01:00
AJR
01f5743ddb spangbl, pangba: 74LS157-ization and working sound 2016-12-15 18:47:50 -05:00
Vas Crabb
23df89c965 Make bitmaps movable, allowing them to be used in vectors and emplaced easily.
You're still responsible for ensuring you don't move a bitmap while a texture refers to it.
2016-12-15 20:10:36 +11:00
Vas Crabb
2a1643a824 clean up some of this double paren nonsense (nw) 2016-12-15 17:42:55 +11:00
Lord-Nightmare
572ee36129 tnzs.cpp: Update a slew of comments, add most missing pals as undumped, fix some rom labels, add a chart of the different Taito/Seta PCBs covered by tnzs.cpp and the differences between each. [Lord Nightmare] 2016-12-15 01:33:25 -05:00
Vas Crabb
be26ac9abf coretmpl: add an associative LRU cache with map-like behaviour
selmenu: use LRU cache so icons don't all need to be reloaded on scroll

uismall.bdf: set default character for missing glyphs

rendfont.cpp:
* encapsulate many BDF and BDC handling details
* make file I/O 64-bit clean, check for allocation errors
* more solid BDF parser with error messages and trace logging
* fix heap smash when building bitmaps for BDF fonts
* extend BDC format to support high planes and default character
* render default character if glyph not found for BDF/BDC
2016-12-15 17:00:34 +11:00
Ivan Vangelista
3c8a74ed6f by35.cpp: removed stray empty line introduced in previous commit (nw) 2016-12-14 18:18:49 +01:00
Ivan Vangelista
a2bde06c46 New not working clone
___________________
Monday Night Football (2.9, 50cts) [PinMAME]

de_2.cpp: added missing sound ROM for uboat65 [PinMAME]
2016-12-14 18:13:03 +01:00
R. Belmont
4157dee864 Merge pull request #1837 from jmallach/catalan-l10n
Update Catalan translation to 361t, 133u.
2016-12-14 09:28:57 -05:00
S.Z
e17e8ab69d Merge pull request #1836 from jmallach/spelling-fixes
Typo fix: beeing → being
2016-12-14 14:12:53 +01:00
Jordi Mallach
36dfa9d25a Update Catalan translation to 361t, 133u. 2016-12-14 14:02:19 +01:00
Jordi Mallach
9a63b84758 Typo fix: beeing → being 2016-12-14 13:36:34 +01:00
Robbbert
af98f7eba4 Do MT 04796 & 06452 a cleaner way (nw) 2016-12-14 22:44:00 +11:00
briantro
0dcfbc0b2e tnzs.cpp: where O where is that missing O - spelling - NW 2016-12-13 22:08:50 -06:00
briantro
7da30e7dfe tnzs.cpp: Correct labels for Proto version of TNZS - NW 2016-12-13 22:05:04 -06:00
R. Belmont
d43a87e92e Merge pull request #1826 from anikom15/hlsl
Make phosphor persistence independent of frame rate
2016-12-13 22:48:22 -05:00
R. Belmont
25b03299ba Merge pull request #1834 from Bavarese/patch-22
DEC Rainbow 100 : implement NMI for parity test / fix aspect ratio
2016-12-13 22:48:10 -05:00
R. Belmont
d4d87d6864 Merge pull request #1835 from ajrhacker/secretab_music
secretab: Incremental sound improvements
2016-12-13 22:46:13 -05:00
arbee
de08dc25e1 New systems added as MACHINE_NOT_WORKING
- Ensoniq SQ-2 [R. Belmont, Guru]
2016-12-13 22:12:40 -05:00
AJR
5e4473141c Add PCB locations to ROM names 2016-12-13 21:32:01 -05:00
AJR
a3c0760433 secretab: Incremental sound improvements
- Replace one YM2203 with a YM3812
- Add extra samples ROM to banked sound CPU region
- Hook up sound latch, enabling music and sound effects (still very imperfect)
- A little more PCB documentation
2016-12-13 20:59:09 -05:00
angelosa
2dc0281103 fromance.cpp: added visible horizontal parameter to CRTC [Angelo Salese] 2016-12-14 01:05:31 +01:00
Lord-Nightmare
fecb9fd762 Fix name to a better guess for mcu name for plump pop, and marked as bad pending verification that it is the same mcu which drtoppel and extermination use. [Lord Nightmare] 2016-12-13 18:54:59 -05:00
angelosa
8a6dfbd912 fromance.cpp: fixed OL gal display for nekkyoku [Angelo Salese] 2016-12-13 22:59:11 +01:00
Bavarese
759f7e3048 Implemented NMI for parity test / fix aspect ratio
Parity test on memory board uses NMI now. Fixes the 1st memory test on rx50diag.td0 as well as the 'long' BIOS self test (key 'S'). Wrong aspect ratios in graphics mode also corrected (requires 'Graphics Only' + suitable cmd. line parameters).
2016-12-13 21:12:36 +01:00
Westley M. Martinez
e874afa308 Merge remote-tracking branch 'refs/remotes/mamedev/master' into hlsl 2016-12-13 12:06:41 -08:00
yz70s
65353bf7ac xbox: rename file video/chihiro.cpp to xbox_nv2a.cpp (nw) 2016-12-13 20:51:23 +01:00
yz70s
9a09fab1fc chihiro.cpp: enable clipping of vertices where w is negative (nw) 2016-12-13 19:54:58 +01:00
Brad Hughes
8214ac7404 UWP: Add temporary signing key for MSBUILD support (nw) 2016-12-13 13:47:19 -05:00
Westley M. Martinez
70a9637eb5 Simplify implementation of delta_time.
src/osd/modules/render/d3d/d3dhlsl.cpp: Move time members
calculation to shaders::begin_draw.

	src/osd/modules/render/d3d/d3dhlsl.h: Remove update_t.
2016-12-13 10:27:55 -08:00
Ivan Vangelista
f846ba2895 Merge pull request #1833 from ajrhacker/secretabc
secretab: Don't apply H6280 decryption to sound Z80 (nw)
2016-12-13 18:27:06 +01:00
AJR
b499d6e805 secretab: Don't apply H6280 decryption to sound Z80 (nw) 2016-12-13 12:05:45 -05:00
R. Belmont
2461b39eb7 Merge pull request #1830 from npwoods/imgtool_dir_formatting_fix
[Imgtool] Cleaned up the output of the 'dir' command
2016-12-13 10:38:12 -05:00
R. Belmont
0a61f0be8b Merge pull request #1829 from npwoods/imgtool_dir_bug_fix
[Imgtool] Fixed a recently introduced error in the 'dir' command line command
2016-12-13 10:37:56 -05:00
Joakim Larsson Edström
da524ca521 Merge pull request #1832 from JoakimLarsson/sccintfix
Fixed a regression fifo bug and a bug in the handling of Special Condition Int
2016-12-13 08:57:51 +01:00
Joakim Larsson Edstrom
5fa9104447 Fixed a regression fifo bug and a bug in the handling of Special Interrupts 2016-12-13 08:42:54 +01:00
Westley M. Martinez
fb747b6ca4 Correct comments regarding delta_time. 2016-12-12 22:59:44 -08:00
Ivan Vangelista
6fe615c35c Merge pull request #1831 from ajrhacker/automat_ls157
automat: Sound improvements
2016-12-13 07:36:43 +01:00
Westley M. Martinez
40e71b93ae Add signal so that any future shaders relying on delta_time do not
interfere with each other.

	src/osd/modules/render/d3d/d3dhlsl.cpp: update_t flag is reset
for each emulated screen 0.

	src/ods/modules/render/d3d/d3dhlsl.h: Add update_t.
2016-12-12 22:34:14 -08:00
Westley M. Martinez
77fd0232e6 Fix phosphor shader to work properly for multi-screen games and
multi-window use.

	hlsl/phosphor.fx: Update semantics.

	src/osd/modules/render/d3d/d3dhlsl.cpp: Implement
shaders::delta_time member function.

	src/osd/modules/render/d3d/d3dhlsl.h: Add acc_t and delta_t
members for use by shaders::delta_time.  Member function returns the
amount of time since itself has been called, for use by time-dependent
shaders.
2016-12-12 22:09:59 -08:00
AJR
bbdffb3327 automat: Sound improvements
- Reduce YM2203 speed to match music pitch on reference video
- Add second MSM5205 + two 74LS157 and fix communications
- Add sound banking (probably not entirely correct)
2016-12-12 23:39:36 -05:00
Nathan Woods
1b462f7434 [Imgtool] Cleaned up the output of the 'dir' command 2016-12-12 20:29:22 -05:00
Nathan Woods
a68a72a7f7 [Imgtool] Fixed a recently introduced error in the 'dir' command line command 2016-12-12 20:16:36 -05:00