Commit Graph

44802 Commits

Author SHA1 Message Date
Bavarese
8573446231 Update vtvideo.cpp
Changes to get the watchdog up and running. Documentation claims that a zero must be written to 0x10C (to disable foulup detection). This is not true. Instead, a sensible value must be written to the DC012 controller register (else video will be hosed).
2016-07-03 14:36:17 +02:00
Vas Crabb
711eb65ece Merge pull request #1031 from npwoods/fix_create_determination
Fixes how the file selection dialog determines when to show [create]
2016-07-03 22:19:20 +10:00
Nathan Woods
9166e7eb97 Fixed issue whereby the determination that one cannot create files in an archive was done once, and didn't change if the user changed directories 2016-07-03 08:10:54 -04:00
Ivan Vangelista
409d5e0d64 bus/spc1000/fdd.cpp: fixed segfault (nw) 2016-07-03 11:48:03 +02:00
Ivan Vangelista
390869452c a few more (nw) 2016-07-03 11:34:53 +02:00
Ivan Vangelista
ba6286b0c8 Fixed "Fatal error: No screen specified for device ':pcvideo_t1000', but multiple screens found" (nw) 2016-07-03 11:16:12 +02:00
Vas Crabb
cde4eddeb3 override without virtual looks uncomfortable (nw) 2016-07-03 14:02:26 +10:00
Vas Crabb
ae6352aea4 Filesel cleanup [Nathan Woods] 2016-07-03 14:00:40 +10:00
cracyc
a4a0d462ed pluginopt: fix separator (nw) 2016-07-02 19:26:45 -05:00
cracyc
e7755e4743 luaengine: add logical address space accessors, use by default in translated cheats (nw) 2016-07-02 19:04:32 -05:00
Brad Hughes
f37865b329 Add a couple msys2 updated mingw headers to winsdk-override to support linux cross-compile with stock mingw-w64 (nw) 2016-07-02 16:03:01 -04:00
Nathan Woods
1d08c0c6fe Changed menu_file_selector to use std::string for its filename buffer 2016-07-02 14:24:18 -04:00
Nathan Woods
d67695e724 Converted menu_file_create to use std::string for its filename buffer 2016-07-02 14:23:54 -04:00
Nathan Woods
60c81498b0 Changed some TRUE/FALSE ==> true/false 2016-07-02 14:22:21 -04:00
Nathan Woods
facb76a669 C++-ification of src/lib/util/unicode.[cpp|h] 2016-07-02 14:22:14 -04:00
Nathan Woods
32a38d3f78 Including the path separator when switching directories in the file selection UI 2016-07-02 14:22:04 -04:00
briantro
d348747601 segaorun.cpp: Use correct sub-CPU roms for the Japanese set. - NW
Using the correct sub-cpu roms (original version not ver A) allow all the roms to pass in the MEMORY check routine of the test screen.
2016-07-02 12:27:10 -05:00
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