Commit Graph

40338 Commits

Author SHA1 Message Date
ImJezze
d5c6dc78e9 Cleanup
- fixed not used HLSL settings from <custom>.ini if MAME was started
without driver parameter
- removed default values from HLSL sliders, the defaults here are more
like null values to hint when an effect would be disable
- slightly changed default HLSL settings
2015-11-18 18:01:01 +01:00
Miodrag Milanovic
9cf26a0f69 No need for simple_list_wrapper (nw) 2015-11-18 13:39:59 +01:00
ImJezze
05f83580c0 Fixed dynamic beam width for invariabel vector intensity
- the vector renderer now tries to detect a invariabel vector intensity
and disables the calculation of a dynamic beam width
2015-11-18 13:37:53 +01:00
Miodrag Milanovic
e078b40130 removed old code part (nw) 2015-11-18 09:57:34 +01:00
Vas Crabb
05109871be all VMX registers are alike (nw) 2015-11-18 19:32:15 +11:00
Stiletto
6d2525540e got a head's up from a Ramtek Soccer owner (nw)
got a head's up from a Ramtek Soccer owner (nw)
2015-11-18 00:04:36 -05:00
RobertoFresca
81058343c6 New machines added or promoted from NOT_WORKING status
------------------------------------------------------
Fever Pitch? (2VXEC534, NSW, 90.36%) [Roberto Fresca, Matt B]
2015-11-17 23:39:44 -03:00
ImJezze
8d3ef79c0f Fixed changed screen adjustment for multi screens
- fixed changed screen adjustment for multi screens
2015-11-17 23:50:19 +01:00
cracyc
465caf8038 cga: treat as fixed sync monitor (nw) 2015-11-17 13:13:26 -06:00
Cowering
09d7fbc9fa make example match new name scheme 2015-11-17 13:07:45 -06:00
ImJezze
94453b474d Fixed reset of HLSL settings
- fixed bug that resets the HLSL settings when switching between window
mode and fullscreen
2015-11-17 19:59:54 +01:00
ImJezze
8be53c28f0 Changed screen adjustment for HLSL
- screen adjustment (scale, offset) can now be handled by the respective
render API itself (default behavior is as before)
- D3D (if HLSL) is activated handles screen adjustment by itself within
the shader, which fixes the odd behavior of some effects (e.g. round
corners) when screen scale and offset is used
2015-11-17 19:37:56 +01:00
David Haywood
a900255ff5 Merge pull request #468 from felipesanches/microengenho
Adding Micro Engenho (Brazilian Apple 2 clone)
2015-11-17 17:53:20 +00:00
David Haywood
60e36bb1b5 Merge pull request #469 from system11b/S11sandnost
Sand Scorpion and Nostradamus are both mono boards
2015-11-17 17:53:10 +00:00
Ivan Vangelista
81f426e59e arkanoid.cpp: zero-fill and save some hexaa specific member variables. Also removed OVERRIDE macros since start and reset functions are common for all the machines in the driver. No functional change expected. (nw) 2015-11-17 18:16:33 +01:00
Ivan Vangelista
24b36889cd video/cclimber.cpp: (toprollr) fixed MT05958 (nw)
Top Roller is the only machine in the driver which has a bigger spriteram (0xdf instead of 0x1f). This was overlooked when the Top Roller video functions where merged in cclimber.
2015-11-17 18:11:36 +01:00
MetalliC
f2f8a92ea6 notes (nw) 2015-11-17 18:46:18 +02:00
Guru
dd6d0ec728 cclimber.cpp: added Top Roller (Jaleco) PCB layout (nw) 2015-11-17 08:30:19 +08:00
MetalliC
80f90f1488 it's not so fatal (nw) 2015-11-17 00:17:28 +02:00
system11b
789eaf2da6 Sand Scorpion and Nostradamus are both mono boards
Have tried to get the sound balance closer to the Nostradamus PCB.
2015-11-16 22:14:46 +00:00
MetalliC
0fb43310bf naomi.c: added "NAOMI Development BIOS v1.10" [Andy Geezer, MetalliC] 2015-11-16 23:33:01 +02:00
Felipe Corrêa da Silva Sanches
5c669ac943 Adding Micro Engenho (Brazilian Apple 2 clone) 2015-11-16 17:57:34 -02:00
mahlemiut
f006d0268a amstrad: fixed vertical softscroll on Plus systems. 2015-11-16 23:39:48 +13:00
Miodrag Milanovic
cabec7b81c Added new doxygen templates and limited basic to core (nw) 2015-11-16 10:32:27 +01:00
Robbbert
a044a3309f a6809: removed hack, not needed any more, and fixed recent regression. (nw) 2015-11-16 20:26:34 +11:00
hap
41ea0f53eb nothing 2015-11-15 20:41:35 +01:00
David Haywood
387d566b0e Merge pull request #467 from einstein95/nes_patch
Fix nadia (nw)
2015-11-15 18:49:57 +00:00
einstein95
79140d6365 Fix nadia (nw) 2015-11-16 06:31:59 +13:00
R. Belmont
8073884694 Merge pull request #461 from einstein95/patch-3
Make game names consistent (nw)
2015-11-15 10:55:37 -05:00
R. Belmont
4c7e8c403b Merge pull request #466 from Pernod70/master
bbc: hd6845 fix, saa5050, softlists
2015-11-15 10:55:22 -05:00
arbee
7114c572c9 namcos23: improved downhill digital inputs (nw) 2015-11-15 10:42:21 -05:00
Nigel Barnes
febf57a3bd fixed softlists validity (nw) 2015-11-15 14:35:03 +00:00
Miodrag Milanovic
225a99c0f6 Add definitions to cmake target (nw) 2015-11-15 15:14:55 +01:00
ImJezze
5200f15ace Merge remote-tracking branch 'remotes/mamedev/master' 2015-11-15 13:07:26 +01:00
Miodrag Milanovic
1fe2587c86 This one is not used in compile (nw) 2015-11-15 12:20:35 +01:00
ImJezze
2844aa7b02 Fixed HLSL visibility when toggling off/on
- sliders will be hidden when toggled off and will be shown when toggled
on again
2015-11-15 12:04:25 +01:00
Nigel Barnes
de7c9eab24 null is \0 (nw) 2015-11-15 03:05:32 +00:00
Nigel Barnes
5d004af6c9 bbc: preliminary support for FSD format. 2015-11-15 02:38:06 +00:00
Nigel Barnes
1c79e53fbc bbc: softlist additions/changes
- added part_id to many items
- added original protected floppies (FSD)
2015-11-14 22:32:02 +00:00
ImJezze
8446d718bb Fixed missing shadow mask texture when enabling HLSL via shortcut keys
- fixed creation order of D3D and HLSL resources
2015-11-14 21:59:18 +01:00
Nigel Barnes
c69bc4a474 mc6845: fixed hd6845 rasters in interlace mode
- bbc now uses correct hd6845
- saa5050 outputs all 20 scanlines
2015-11-14 20:26:25 +00:00
David Haywood
15f6df6d66 disable some intel compiler remarks that are shown in a release config (nw) 2015-11-14 19:15:12 +00:00
Scott Stone
b18702178e Merge branch 'master' of https://github.com/mamedev/mame 2015-11-14 13:43:55 -05:00
Miodrag Milanovic
47f03ddabc fix uninitialized class members for bus devices (nw) 2015-11-14 19:05:20 +01:00
Miodrag Milanovic
61d05aacb8 Fixed some suggestions by ReSharper C++ (nw) 2015-11-14 19:05:18 +01:00
Scott Stone
cff363eec5 Merge branch 'master' of https://github.com/mamedev/mame 2015-11-14 12:51:37 -05:00
Scott Stone
31cca9ea63 Added info header at the top of each .lua file (nw) 2015-11-14 12:51:21 -05:00
MetalliC
904e13184c naomi notes (nw) 2015-11-14 16:20:55 +02:00
Olivier Galibert
1c0bcf1bb8 namcos23: port b bit 6 is also an input, handle accordingly. Probably JVS. [O. Galibert]
Rapid River is back, yay :-)
2015-11-14 13:55:02 +01:00
Miodrag Milanovic
8c0d01d426 Fix compile for Intel C++ 15 compiler (nw) 2015-11-14 11:52:15 +01:00