Commit Graph

42343 Commits

Author SHA1 Message Date
Vas Crabb
f99198c5c2 Implement couriersud's proposal to put style name in the config name for SDL fonts
Enumerate available font styles as well as families
Still has a problem in that TTC fonts are enumerated but can't be loaded by SDL_ttf
2016-03-17 13:32:41 +11:00
Vas Crabb
f0e580e40a Clear error status on persistent streams 2016-03-17 13:30:09 +11:00
Dirk Best
776bfad1c1 svi318: add support for the 80 column card (sv806) 2016-03-17 03:06:00 +01:00
Justin Kerk
4cc9dd016a Don't need to ifdef this out anymore either (nw) 2016-03-17 02:04:19 +00:00
Justin Kerk
d0ce8784a7 Build more of font_sdl.cpp with Emscripten since there is an SDL2_ttf port now (nw) 2016-03-17 01:42:48 +00:00
balr0g
157de7d935 Remove extraneous character (nw) 2016-03-16 19:30:11 -04:00
balr0g
5d52e272ba Remove no-longer-needed normalization from gba (nw) 2016-03-16 19:04:42 -04:00
cracyc
804fa20d56 pcat_dyn: make post text screen work with trident (nw) 2016-03-16 16:45:33 -05:00
Dirk Best
59a41ff1d7 svi318: rewrite banking, add expander bus, add svi601 super expander and
slot modules for the sv801 disk controller, sv803 16k memory epansion
and the sv807 64k memory expansion
2016-03-16 22:05:43 +01:00
balr0g
3326bc6fab Fix crash on load due to buffer overrun in gba cart loader (nw) 2016-03-16 16:55:54 -04:00
Brad Hughes
e89f4ae6ba Merge branch 'master' of https://github.com/mamedev/mame.git 2016-03-16 16:51:27 -04:00
Brad Hughes
5d4c65c071 Rename ioprocs parameters from "generic" which MS C++ compiler treats as keyword when compiling with /ZW 2016-03-16 16:51:12 -04:00
couriersud
0f3bc4ca99 Fix linux font loading. [Couriersud] 2016-03-16 21:07:17 +01:00
couriersud
1ed5e0df43 Netlist: Some code simplification 2016-03-16 20:11:42 +01:00
couriersud
3db357bff4 A lot of ttf fonts (including C/J/K fonts like unifont) do not have an
type attribute "Regular". This fix will load the first font found if no
"bold" "bold italic" "italic" or "regular" attribute was found.
[Couriersud]
2016-03-16 20:11:41 +01:00
Scott Stone
8437514d2c Update nes.xml hash with new multigame dumps from TeamEurope (nw) 2016-03-16 15:03:47 -04:00
smf-
593c9d5ce6 Build with vs2015 Update 2 RC 2016-03-16 18:19:11 +00:00
therealmogminer@gmail.com
493cf7289b More bgfx HLSL fixups, nw 2016-03-16 18:52:07 +01:00
Vas Crabb
6ecc87bc28 Fix drawing characters outside Unicode BMP with SDL
Font selection on Linux seems to be working provided you don't choose C/J/K fonts
Selecting a C/J/K font causes MAME to give a black screen when dropping back to main menu
Since fallback fonts aren't used, this means you can't use the Chinese/Japanese localisations with SDL font provider
2016-03-17 04:10:43 +11:00
Lord-Nightmare
74e10d87fa Symbolics 3600: Fix ROM mapping, add a few more PLD/PLA/PAL labels. [Lord Nightmare] 2016-03-16 10:35:58 -04:00
Vas Crabb
a3b35f8bc6 Move font enumeration to OSD, separate font name from display name as needed for OSX 2016-03-17 00:04:52 +11:00
hap
7b7f2a3fb0 layouts: added button panel to starwbc 2016-03-16 11:55:47 +01:00
hap
2a342184c1 tms1k: correct copyright tags, what's left of the old core before i rewrote it, is all in dasm and tms1k_base.* 2016-03-16 08:58:55 +01:00
balr0g
d83d2a2233 Begin documenting machine config macros (nw) 2016-03-16 01:56:08 -04:00
balr0g
eaed2fb593 Do not sort Doxygen member functions and macros for now (nw) 2016-03-16 01:55:11 -04:00
balr0g
7c5bbfdf66 Put back Doxygen search box (nw) 2016-03-16 01:21:29 -04:00
hap
d76a9644cf tms1k: split part 3, done 2016-03-16 02:59:29 +01:00
hap
1a479042cf tms1k: split part 2, renamed folder tms0980 to tms1000 2016-03-16 01:33:56 +01:00
hap
ce5cb07631 tms1k: split part 2, renamed files 2016-03-16 01:26:37 +01:00
hap
4865a87134 tms1k: preparation for splitting source file 2016-03-16 01:00:31 +01:00
mahlemiut
492b212192 svga_s3: fix potential crash when hardware pointer is at the edge of VRAM, and fix viewport scrolling in Red Hat Linux / XF86_S3. 2016-03-16 12:08:50 +13:00
ImJezze
b507dbb5fc Scanline Variation
- added option for scanline variation
2016-03-15 22:15:25 +01:00
R. Belmont
ab0a1cae55 Merge pull request #723 from Happy-yappH/master
N64: Add ability to change reported EEPROM size at runtime
2016-03-15 13:36:19 -04:00
David Haywood
bf72bef707 new clones
Crazy Climber (Spanish, Rodmar bootleg) [A.R.P.A.]
Buccaneers (set 3, harder) [system11]
2016-03-15 11:26:47 +00:00
hap
f5caa4a869 tms1k: make disasm tables human-readable and added initial TP0320 2016-03-15 11:07:52 +01:00
Lord-Nightmare
49281dda99 Symbolics 3600: more documentation of the FEP pcb from pcb pictures. [Lord Nightmare] 2016-03-15 02:16:24 -04:00
therealmogminer@gmail.com
e1883e3090 Remove -mt, nw 2016-03-15 05:33:23 +01:00
therealmogminer@gmail.com
b212e5dc2e Add most of the rest of the D3D HLSL chain, nw 2016-03-15 05:17:38 +01:00
Vas Crabb
a38db0bcc1 Fix 7z name match, fix VS2015 build 2016-03-15 12:58:13 +11:00
Happy
3b5a16983f N64: Add ability to change reported EEPROM size at runtime
Adjust timing for SI <-> PIF DMA.
2016-03-14 19:51:57 -06:00
Lord-Nightmare
10df10fa71 NoteTaker: More floppy hookup, started tracing video writes. [Lord Nightmare] 2016-03-14 20:49:09 -04:00
Vas Crabb
e9c1a1e474 Fix use-after-move 2016-03-15 11:10:59 +11:00
Antonio Giner
da18057256 Implement integer scaling in core renderer [Calamity] 2016-03-15 01:04:37 +01:00
Lord-Nightmare
eb3459137c New NOT WORKING Machines added
---------------
Symbolics 3600 [trinitr0n/Ian F., Lord Nightmare]
2016-03-14 19:41:16 -04:00
David Haywood
0bd14abcd8 Merge pull request #721 from ajrhacker/cat702
CAT702 transform table must be specified in MCFG
2016-03-14 23:36:23 +00:00
AJR
f6a48f60a9 CAT702 transform table must be specified in MCFG
This eliminates two instances of driver_start, including one performing a game-name lookup (nw)
2016-03-14 19:23:25 -04:00
Vas Crabb
ddd91298b0 Merge pull request #720 from bmunger/r9751
r9751: Fix more DMA issues and add more logging
2016-03-15 09:56:18 +11:00
Brandon Munger
0314b102e5 r9751: Fix more DMA issues and add more logging 2016-03-14 17:58:54 -04:00
couriersud
202e310c52 netlist: rename plist_t to pvector_t to clarify origin. 2016-03-14 22:21:24 +01:00
couriersud
ae4b28e224 Remove gcc pragmas. These caused problems with MS compiler. 2016-03-14 22:21:23 +01:00