Commit Graph

44785 Commits

Author SHA1 Message Date
briantro
bc64d835df itech32.cpp: Correct rom names in the Pairs sets - NW 2016-07-02 12:15:17 -05:00
Miodrag Milanovic
1b00260f3f documented shaders compile (nw) 2016-07-02 18:24:57 +02:00
Miodrag Milanovic
acc5713f1e this does not belong here (nw) 2016-07-02 18:15:09 +02:00
Miodrag Milanovic
cb41d1f091 no need to build all tools, just shaderc (nw) 2016-07-02 18:07:04 +02:00
Vas Crabb
630c226d3c opwolf.cpp: fix all the gameplay problems by improving the c-chip protection simulation [Bryan McPhail]
Gameplay should be a true 100% match to original now.
Put extensive notes in the machine file about what has changed.
2016-07-02 18:24:11 +10:00
Ivan Vangelista
3f13334e37 video/ef9365.cpp: moved the charset rom inside of the device, fixes missing required object in various commodore drivers. (nw) 2016-07-02 10:04:00 +02:00
Ivan Vangelista
d8968d4c87 bus/centronics/comxpl80.cpp: fixed missing required object (nw) 2016-07-02 09:32:02 +02:00
Robbbert
11751e2d3c LX810, AP2000: Fixed memory problem. Still has an eeprom issue. 2016-07-02 15:36:47 +10:00
Robbbert
4f93aeccaf LX800: Fixed memory problem 2016-07-02 15:33:21 +10:00
Vas Crabb
448d04e9b9 Merge pull request #1027 from h0tw1r3/master
android objdir (nw)
2016-07-02 14:21:32 +10:00
Vas Crabb
4142ecd794 Use std::map for mapping XML tag name to layout component creation function - makes the code simpler and easier to read as well as being more scalable
Fix problem using layout_element::texture in vector - destructor frees resources but generated copy/assignment operators don't release them, leading to a problem any time vector expands or element is added/removed anywhere but end
2016-07-02 14:18:44 +10:00
Jeffrey Clark
d7bfb00718 android objdir (nw)
* 2f3f53e got objdir wrong (type folder duplicate)
2016-07-01 23:06:32 -05:00
Vas Crabb
491ecdb025 Don't raise stuff to public unnecessarily (nw) 2016-07-02 13:11:16 +10:00
dankan1890
eeadf6d71c Fixed MT06263 2016-07-02 03:50:26 +02:00
Brad Hughes
ad47988e79 Make monitor list a list of shared_ptr like window_list (nw) 2016-07-01 21:38:05 -04:00
Vas Crabb
42fdb7e8fa Merge pull request #1025 from ajrhacker/dgnbeta_dasm_override
dgnbeta_dasm_override should be actually hooked up (nw)
2016-07-02 09:29:09 +10:00
Vas Crabb
cb8fc1a05e Merge pull request #1024 from ajrhacker/dvstate_fix
Fix undefined symbols error in clang compile (nw)
2016-07-02 09:28:07 +10:00
AJR
ded97be34b dgnbeta_dasm_override should be actually hooked up (nw) 2016-07-01 18:11:03 -04:00
AJR
421b8b28c0 Fix undefined symbols error in clang compile (nw) 2016-07-01 17:23:55 -04:00
angelosa
2d382b8b70 Mark Tetris KR as working, see MT #02851 for details. (nw) 2016-07-01 23:07:01 +02:00
angelosa
094894d9ad And another one, which makes more sense like this (nw) 2016-07-01 22:31:10 +02:00
angelosa
7b345599de Denjin Makai puts sprites above everything for mode 3, fixed (nw) 2016-07-01 22:20:51 +02:00
angelosa
8f84c7b10f Fixed priority issues in Legionnaire, Heated Barrel, Denjin Makai and Godzilla [Angelo Salese] 2016-07-01 21:39:12 +02:00
Miodrag Milanovic
715c86f1c7 more cleanup (nw) 2016-07-01 20:50:37 +02:00
Lord-Nightmare
b61ed2c7a4 forgot to add Z80 arbitrator PROM to the rainbow-190 set, also fixed a misnamed ROM on rainbow-190 (nw) 2016-07-01 14:49:23 -04:00
Miodrag Milanovic
6e1adc4386 simplified memory management for save states and states (nw) 2016-07-01 19:51:07 +02:00
Ivan Vangelista
83bc05a08b mcs51.cpp: converted serial_rx and serial_tx to devcb (nw) 2016-07-01 17:29:55 +02:00
R. Belmont
1b49471f51 Merge pull request #1022 from ajrhacker/vlm_map
Convert VLM5030 to device_memory_interface; correct region lengths
2016-07-01 10:52:45 -04:00
hap
879a29221f Merge pull request #1013 from ajrhacker/spi_map
seibuspi.cpp: Separate memory maps and make them slightly more accurate
2016-07-01 16:43:45 +02:00
AJR
cd502b4fdb Fix VLM loading in jailbrek and clones (nw) 2016-07-01 09:46:58 -04:00
Miodrag Milanovic
bc01a8bfeb simple_list to vector in rendlay (nw) 2016-07-01 14:46:18 +02:00
R. Belmont
39250949d8 Merge pull request #1010 from johnparker007/sc4_7segments_fixed
Scorpion4 7segment displays mostly fixed
2016-07-01 08:03:11 -04:00
R. Belmont
a957ae0f9a Merge pull request #1016 from JoakimLarsson/fcisio1
New Board: Force Computers ISIO-1/2
2016-07-01 08:02:18 -04:00
Miodrag Milanović
7b534607fe Merge pull request #1020 from h0tw1r3/master
android build work (nw)
2016-07-01 13:59:46 +02:00
Miodrag Milanović
17d2a77aa3 Merge pull request #1019 from ajrhacker/laycomp
Polymorphize layout_element::component (nw)
2016-07-01 13:59:20 +02:00
Miodrag Milanović
5886ed531e Merge pull request #994 from ajrhacker/dasm_override
Move disasm overrides into interface, reducing driver-debugger depend…
2016-07-01 13:55:12 +02:00
Miodrag Milanović
0606d2c581 Merge pull request #1007 from GiuseppeGorgoglione/master
Cleanup patches for Direct3D renderer [Giuseppe Gorgoglione]
2016-07-01 13:54:00 +02:00
Vas Crabb
48bc0603f0 Merge pull request #1021 from npwoods/swlist_cleanup
Cleanups to the software list menu
2016-07-01 21:40:22 +10:00
Nathan Woods
6a4349dc68 Incorporating Vas Crabb feedback 2016-07-01 07:32:07 -04:00
Miodrag Milanovic
bc2867a7fc missed these in commit (nw) 2016-07-01 12:11:55 +02:00
Miodrag Milanovic
d34724b3ab - removed FUNC_NULL macro
- made emu_timer register_save properly handle timer_expired_delegate()
- removed timer_expired_func and calls using it
2016-07-01 11:47:12 +02:00
Vas Crabb
0630edb2bf MT06268 fix crash when drawing menus 2016-07-01 16:03:31 +10:00
Ivan Vangelista
f23c2db0db itech32.cpp: added save state support (nw) 2016-07-01 07:49:15 +02:00
Vas Crabb
507cb50519 Fix advance of some cyrillic characters 2016-07-01 14:53:24 +10:00
Vas Crabb
eb7fabbbf4 uismall.bdf: add half-width katakana and some more Cyrillic characters 2016-07-01 14:19:36 +10:00
RobertoFresca
60e49cca15 Merge branch 'master' of https://github.com/mamedev/mame 2016-07-01 00:26:43 -03:00
RobertoFresca
da4686f966 Forte Card: Switched the ver 110 (spanish) to parent set since
it's a posterior and newer version. Also cleaned up the driver.
[Roberto Fresca]
2016-07-01 00:25:54 -03:00
etabeta78
7227dc7a36 Merge pull request #1018 from rzero9/patch-2
pc98_cd.xml: final batch of additions (for now)
2016-07-01 05:17:15 +02:00
Lord-Nightmare
44853bfe2b arkanoid.cpp: Update notes, add mention of the secret (disabled?) credits scene found by tcrf.net and who is listed in it. [Lord Nightmare, tcrf.net] 2016-06-30 23:08:34 -04:00
RobertoFresca
922e97740b Change Protel --> Prodel HW... (nw) 2016-06-30 23:16:01 -03:00