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
Jeffrey Clark
0b5860246f
fix android x86 and x64 full build
...
* abuse namespace as done in 59f15d6819
2016-06-30 20:29:28 -05:00
AJR
b9032a023a
Convert VLM5030 to device_memory_interface; correct region lengths
2016-06-30 21:00:45 -04:00
couriersud
caafc0f782
Netlist improvements:
...
- nltool now accepts -Ddefine=value to pass on to netlists
- improved option handling and added "dummy" options to add grouping and
examples in help output.
- improved --cmd=listdevices output
- Fix dynamic timestepping. This will work with breakout using real
capacitor modelling instead of delay devices. Really slow, but very
useful to calibrate timings.
- Fix an awful bug in timing for delay devices.
- Switched to clang 3.8 and made code compile with
-Weverything -Werror -Wno-old-style-cast -Wno-padded -Wno-weak-vtables
-Wno-missing-variable-declarations -Wno-conversion -Wno-c++98-compat
-Wno-float-equal -Wno-cast-align -Wno-global-constructors
-Wno-c++98-compat-pedantic -Wno-exit-time-destructors
-Wno-format-nonliteral -Wno-weak-template-vtables
This was a helpful exercise since it brought forward some
serious issues with implicit constructors.
[Couriersud]
2016-07-01 02:09:14 +02:00
Giuseppe Gorgoglione
0312b918a8
Direct3D: convert linked lists into vectors of unique pointers
2016-07-01 01:42:29 +02:00
Giuseppe Gorgoglione
05ae871334
Misc code cleanups for Direct3D code
...
Removed unused methods, unused function parameters, redundant casts, doubly linked lists made into singly linked lists, etc.
2016-07-01 00:14:36 +02:00
Nathan Woods
270336bf19
Cleanups to the software list menu
2016-06-30 17:53:16 -04:00
Jeffrey Clark
e3217681a7
android avoid generating unnecessarily (nw)
2016-06-30 16:31:16 -05:00
Jeffrey Clark
2f3f53ed61
android build folders (nw)
...
Signed-off-by: Jeffrey Clark <h0tw1r3@users.noreply.github.com>
2016-06-30 16:26:45 -05:00
Jeffrey Clark
245b8d4163
android strip SDL lib (nw)
2016-06-30 16:26:44 -05:00
AJR
dd96ec0f2f
Polymorphize layout_element::component (nw)
2016-06-30 13:05:21 -04:00
Vas Crabb
1f0dc8903f
uismall.bdf: Add most of Latin-B, some IPA extensions, and many additional Cyrillic characters. European Latin and Cyrillic coverage should be pretty good.
2016-07-01 02:51:51 +10:00
r09
bd76b8052b
pc98_cd.xml: final batch of additions (for now)
2016-06-30 18:47:51 +02:00
Scott Stone
c41cec6baf
Merge branch 'master' of https://github.com/mamedev/mame
2016-06-30 10:24:02 -04:00
Scott Stone
19398d658a
Fixed metafox bonus life settings and mask. Fixes MT#6286 (nw)
2016-06-30 10:22:37 -04:00
Miodrag Milanovic
ff055cd6c4
Fix symbol stripping (nw)
2016-06-30 16:16:16 +02:00
Vas Crabb
91229d5976
Merge pull request #1017 from npwoods/filesel_and_other_cleanups
...
Filesel and other cleanups
2016-07-01 00:04:50 +10:00
Nathan Woods
1d508951c7
Changing menu_file_selector::append_entry() to return a reference instead of a pointer
2016-06-30 09:58:23 -04:00
Nathan Woods
37e0253f51
Reduced usage of c_str() when used with menu::item_append()
2016-06-30 07:45:57 -04:00
Nathan Woods
4e5a47dc8c
Adopted move constructors on strings a bit more in filesel
2016-06-30 07:27:54 -04:00
Nathan Woods
dd57d5c00e
Changed filesel entrylist to be a vector
2016-06-30 07:19:17 -04:00
Vas Crabb
7dd79891e9
Force move construct/assign to be generated
2016-06-30 20:15:20 +10:00
Vas Crabb
87501518a9
Merge pull request #1011 from npwoods/minor_menu_refactor
...
C++-ified the strings inside of menu items [Nathan Woods]
2016-06-30 20:07:40 +10:00