therealmogminer@gmail.com
9f48ad4fbb
Add screen-specific shader chain support, nw
2016-03-23 15:11:12 +01:00
Miodrag Milanovic
5fa870ccee
added missing file (nw)
2016-03-23 09:19:32 +01:00
Miodrag Milanovic
6e5dc72080
Updated makefile to support more building environments and to prevent crashing if folders are missing (nw)
2016-03-23 09:11:38 +01:00
Miodrag Milanovic
1054cfe7fd
Fix compile (nw)
2016-03-23 08:38:30 +01:00
therealmogminer@gmail.com
c0a67e7310
Fix housemnq crash, nw
2016-03-22 16:54:01 +01:00
therealmogminer@gmail.com
124b4ab8a7
Fix cocktail mode crash
2016-03-21 18:26:50 +01:00
therealmogminer@gmail.com
a99df78801
Merge with master
2016-03-21 08:27:06 +01:00
therealmogminer@gmail.com
b224d9a77a
Make specifying invalid bgfx backends non-fatal, nw
2016-03-21 06:33:45 +01:00
therealmogminer@gmail.com
825d575195
Fix lots of issues with bgfx
2016-03-21 03:43:02 +01:00
arbee
3afd990226
apple3 updates [R. Belmont, robj]
...
- RAM is always present at FFCx, eliminated previous need for hack
- VIAs are clocked by PRE1M (1 MHz), fixes Confidence Test
- Fixed joystick reading; works in Sandman and Atomic Defense
- Hooked up HBlank input to VIA 1 PB6
- Support raster splits; Atomic Defense is playable (pick joystick B)
2016-03-20 16:55:47 -04:00
Vas Crabb
edd13820be
Add more notes on cmast99, move back to cmv4 hardware (better match than cmast91)
2016-03-21 07:46:47 +11:00
Justin Kerk
d9d86e1909
Enable the internal delegates for Emscripten too (nw)
2016-03-20 19:51:43 +00:00
Scott Stone
8238ccf756
Software List cart added (crvision):
...
Tennis (Dick Smith, earlier, 6k Cart [Luca Antignano, Herman Heritage]
2016-03-20 15:45:48 -04:00
dankan1890
1174225fcb
ui: Fixed image sizing in right panel to vertical orientation. (nw)
2016-03-20 19:25:01 +01:00
Vas Crabb
f07d5bf4bd
Fix boundary check on parsing ZIP ECD
2016-03-21 04:58:48 +11:00
Vas Crabb
cb231cea0a
Fix many valgrind Mismatched free() / delete / delete [] errors
2016-03-21 03:58:09 +11:00
dankan1890
fff33e90f8
ui: reducing the code for managing icons. (nw)
2016-03-20 17:33:08 +01:00
hap
17eccd74d7
removed double string in some instances of "Fatal error: Error: x"
2016-03-20 17:09:13 +01:00
hap
3f86b60153
tms1000: added tp0320 microinstructions decode
2016-03-20 16:57:48 +01:00
Miodrag Milanovic
27f49aed74
Update shaders due to changes for DX9 (nw)
2016-03-20 16:50:14 +01:00
Miodrag Milanovic
be38f0515b
Now shader compile tools are built on host machine (nw)
2016-03-20 16:50:14 +01:00
Branimir Karadžić
fae7a2c486
Update to latest BGFX and BX(nw)
2016-03-20 16:50:14 +01:00
Vas Crabb
3a60b4bb7a
Use Adobe standard glyph names where possible
2016-03-21 02:47:12 +11:00
Vas Crabb
9b774d651f
Whoops, forgot one character
2016-03-21 02:14:53 +11:00
Robbbert
17c80997c9
Merge branch 'master' of https://github.com/mamedev/mame
2016-03-21 02:13:24 +11:00
Robbbert
2659af685e
svision: fixed crash at start (nw)
2016-03-21 02:12:26 +11:00
Vas Crabb
0c5eeddb42
tag uismall with ISO-8859-1 encoding, add copyright comment
2016-03-21 02:11:45 +11:00
Vas Crabb
d5aa425387
Make a proper BDF out of uismall font - no need to try and load an orphaned BDC
2016-03-21 01:56:27 +11:00
dankan1890
5314fc0b00
Proper drawing of the panels arrows for vertical orientation. (nw)
2016-03-20 15:48:15 +01:00
Miodrag Milanovic
356d419b0a
BGFX_CONFIG_DEBUG=1 for Debug builds (nw)
2016-03-20 15:15:46 +01:00
Lord-Nightmare
13be662eec
Add additional sanity checking to the tms9927/crt5027 core. [Lord Nightmare]
2016-03-20 10:07:40 -04:00
Dirk Best
aa3ac42258
svi318: add Pre-Release by Five Finger Punch to the cartridge list
2016-03-20 14:23:51 +01:00
Dirk Best
ebf0bd7c20
svi318: add support for banked cartridges
2016-03-20 14:23:46 +01:00
Dirk Best
6c9aaf6979
svi318: add the sv602 single slot expander
2016-03-20 14:23:41 +01:00
Dirk Best
3d676688cc
svi318: correct sv801 xtal
2016-03-20 14:23:37 +01:00
Dirk Best
0e8a468a01
svi318: add missing state saving to slot devices
2016-03-20 14:23:32 +01:00
Dirk Best
55ebe70ca9
svi318: add centronics interface card (sv802)
2016-03-20 14:23:27 +01:00
Miodrag Milanovic
d18e9f343c
Enable these delegates for MIPS as well (nw)
2016-03-20 14:19:23 +01:00
Miodrag Milanovic
13453b312f
Fixed delegates for ARM and MIPS (nw)
2016-03-20 14:04:04 +01:00
Lord-Nightmare
e0221f47d7
update an obsolete TODO (nw)
2016-03-20 06:26:13 -04:00
Lord-Nightmare
6fae5233b8
Symbolics 36xx: rename driver from s3600 to s3670 to better reflect the actual model of what we're trying to emulate. Added more memory maps from the patent, but these do not seem to match the 3670 exactly, more investigation is required. [Lord Nightmare]
2016-03-20 06:22:32 -04:00
Lord-Nightmare
4b065b5e82
random comment update (nw)
2016-03-20 06:06:24 -04:00
Vas Crabb
83298818e3
Fix bdc loading and fullpath TTF loading
2016-03-20 20:44:07 +11:00
Miodrag Milanovic
7cd40eb58d
Added uismall.bdc and way to load it for those that wish to use it still (nw)
2016-03-20 09:53:59 +01:00
Miodrag Milanovic
593803fb48
Fixed issue with internal font (nw)
2016-03-20 09:31:04 +01:00
Miodrag Milanovic
17cf4179fa
fix Makefile issue (nw)
2016-03-20 08:40:55 +01:00
Miodrag Milanović
a69421b618
Merge pull request #731 from MASHinfo/patch-2
...
Fill out arcade.flt exceptions
2016-03-20 07:34:02 +01:00
cracyc
8fc8fc5ca3
pcat_dyn: add sound and mark toursol working [Carl]
2016-03-19 21:13:00 -05:00
Brad Hughes
9328fa9028
Fix VS Build issue for WRL ComPtr
2016-03-19 21:43:27 -04:00
dankan1890
5410d5a40a
temporary fix for VS build. (nw)
2016-03-20 00:47:54 +01:00