Commit Graph

44634 Commits

Author SHA1 Message Date
Ivan Vangelista
32d7b8883a fixed linking (nw) 2016-06-13 18:54:53 +02:00
Ivan Vangelista
403177f34e aerofgt.cpp: found out that karatblzbl uses a sound system copied from SNK's Street Smart. Hooked up preliminary sound. SFX are wrong. (nw) 2016-06-13 18:19:02 +02:00
Ivan Vangelista
f3c7034aae galaxian.cpp: documented a bootleg which mixes roms from other sets (nw) 2016-06-13 18:17:25 +02:00
Ivan Vangelista
ce00c8b50b sound trampolines removal from various drivers (nw) 2016-06-13 18:16:36 +02:00
Phil Bennett
1c684345f3 - Reverse-engineered Moto Frenzy security FPGA and implemented decryption code [Morten Shearman Kirkegaard, Samuel Neves, Peter Wilhelmsen]
New games added or promoted from NOT_WORKING status

Moto Frenzy [Morten Shearman Kirkegaard, Samuel Neves, Peter Wilhelmsen]
2016-06-13 09:10:46 -07:00
mahlemiut
d881a058e4 debugimgui: use IM_COL32 macro 2016-06-13 23:33:46 +12:00
Nathan Woods
9fe7064f4e On the file selection dialog, previous paths are now clickable 2016-06-13 05:54:33 -04:00
Nathan Woods
3c4f7e065c Refactored text layout code out of ui.cpp into a separate module 2016-06-13 05:54:16 -04:00
RobertoFresca
b34540b236 New clones added or promoted from NOT_WORKING status
----------------------------------------------------
Super Pacman (v1.2) + Cherry Master (Corsica, v8.31, set 1) [Roberto Fresca, Ioannis Bampoulas]

New one is now parent, since they fixed some weird bug in pulses/bookkeeping.
2016-06-12 23:56:49 -03:00
Robbbert
a2067e63ab Fixed 4 compile errors. 2016-06-13 12:20:17 +10:00
Robbbert
544d7d3c3c TRS-80: some games were unplayable due to loss of keyboard control. These games have support for an unofficial joystick. 2016-06-13 11:24:52 +10:00
RobertoFresca
cc506f344c Royal Card (Austrian, set 8): Worked and added a default NVRAM.
The game now is working properly. [Roberto Fresca]

New clones added or promoted from NOT_WORKING status
----------------------------------------------------
Royal Card (Austrian, set 8) [Roberto Fresca]
2016-06-12 18:02:34 -03:00
Ville Linde
6765f96c58 finish the mb86235 disassembler (nw) 2016-06-12 23:42:44 +03:00
RobertoFresca
143352dea5 Royal Card (Austrian, set 8): Added mirrored VRAM to $4000/$5000. [Roberto Fresca] 2016-06-12 13:43:15 -03:00
RobertoFresca
681b95d827 New clones marked as NOT_WORKING
--------------------------------
Royal Card (Austrian, set 8) [Roberto Fresca, Ioannis Bampoulas]
2016-06-12 13:39:16 -03:00
Miodrag Milanovic
24a91a55fd Fix crashing where cheat enabled (nw) 2016-06-12 17:52:45 +02:00
Miodrag Milanovic
65ab646965 Revert "More work on gameking 3 [PeT]"
This reverts commit 550175d8b8.
2016-06-12 17:38:03 +02:00
Ivan Vangelista
ab9d8aa8bf driver.cpp: removed the old soundlatch methods. (nw) 2016-06-12 12:07:34 +02:00
Ivan Vangelista
2fd969b16a updated remaining drivers to use gen_latch.cpp (nw) 2016-06-12 12:05:15 +02:00
Miodrag Milanovic
7893ce3aea fix handling VIDEO_NONE on windows (nw)
fix SDL version of zexall (nw)
2016-06-12 10:47:06 +02:00
Miodrag Milanovic
550175d8b8 More work on gameking 3 [PeT] 2016-06-12 09:10:27 +02:00
cracyc
d157408218 vt240: WIP (nw) 2016-06-11 22:38:01 -05:00
couriersud
3db085a7d8 Remove hashmap_t. Fix kidniki regression. (nw) 2016-06-12 03:24:36 +02:00
R. Belmont
4d2fc96aa1 Merge pull request #942 from JoakimLarsson/mvme147_1
Added 147bug v2.43 ROM set
2016-06-11 21:12:12 -04:00
R. Belmont
aea1b93f0c Merge pull request #946 from rzero9/patch-1
fmtowns_cd.xml: Added V, W, X, Y and Z.
2016-06-11 21:10:59 -04:00
arbee
fa0f49897a sun3: many improvements, all models now POST including 3/2xx [R. Belmont] 2016-06-11 21:05:57 -04:00
r09
52392582b8 fmtowns_cd.xml: Added V, W, X, Y and Z. 2016-06-12 01:10:50 +02:00
hap
d586ae8d12 New working machine added
-----------
Fidelity Elite Avant Garde (model 6117-9) [anonymous]
2016-06-12 00:48:31 +02:00
Paul Priest
2873b1266f MT 06234 - fix mscoutm/imekura/mjegolf inputs 2016-06-11 23:09:46 +01:00
couriersud
1ae92bae96 Rewrote nltool's listdevices command. This allowed removal of one member
from devices which served solely for listdevices. (nw)
2016-06-11 23:11:53 +02:00
R. Belmont
bdab9d1c96 fix clang build (nw) 2016-06-11 15:11:08 -04:00
RobertoFresca
cef5e28b3f Major Poker sets technical notes... 2016-06-11 15:59:05 -03:00
Giuseppe Gorgoglione
852bd80d45 Remove Direct3D abstraction layer
It was introduced to support Direct3D 8 and 9 with the same code base. They had a very similar programming model and the abstraction layer was taking advantage of that. Now, Direct3D 8 support in MAME was removed long time ago, an Direct3D 11 and 12 have very different programming models, so the layer is not useful anymore and can be safely removed to simplify the code.
2016-06-11 20:14:09 +02:00
Giuseppe Gorgoglione
58dc78b6eb Introduce dynamic_module
This is a central cross-platform facility to dynamically bind functions from shared libraries.
    Updated all OSD modules to use it.
2016-06-11 20:14:09 +02:00
Giuseppe Gorgoglione
ea1b66f146 Fix debugging code in font_dwrite.cpp
Debugging code was disabled by default so compilation errors were overlooked.
2016-06-11 20:14:09 +02:00
couriersud
07e19954bc MOre save state simplification. (nw) 2016-06-11 19:27:05 +02:00
couriersud
217b67c5f2 Changed remaining save occurrences to state_var. (nw) 2016-06-11 19:27:04 +02:00
couriersud
3c0ae45979 Introduction of state_var object template to be used on device state
members. (nw)
2016-06-11 19:27:04 +02:00
couriersud
3c476beeaa Refactored netlist state manager. (nw) 2016-06-11 19:27:03 +02:00
couriersud
8b9ed6589e Minor changes. (nw) 2016-06-11 19:27:02 +02:00
couriersud
63d11f399f Use std::sort. (nw) 2016-06-11 19:27:02 +02:00
couriersud
4ff5a6418b Removed pvector_t. (nw) 2016-06-11 19:27:01 +02:00
couriersud
fd593a270c More cycle squeezing. (nw) 2016-06-11 19:27:00 +02:00
couriersud
c1c56b22e9 Simplify main processing loop. As a nice side-effect that squeezed out
some cycles. (nw)
2016-06-11 19:26:59 +02:00
couriersud
14f58987ee More c++. (nw) 2016-06-11 19:26:59 +02:00
Miodrag Milanovic
a39cfa82a4 Rom for GameKing 3 [PeT, James] 2016-06-11 19:08:36 +02:00
Brad Hughes
6c1464238c Merge pull request #944 from bradhugh/unify_windowlist
Unify window_list in Windows and SDL OSD
2016-06-11 12:29:16 -04:00
Brad Hughes
1f8cf36ec9 Move window_list to osd_common_t 2016-06-11 12:02:22 -04:00
RobertoFresca
cdf328851b New clones added or promoted from NOT_WORKING status
----------------------------------------------------
Major Poker (3 different sets with Micro Manufacturing intro) [Roberto Fresca, Ioannis Bampoulas]
Lucky Poker (bootleg/hack of Major Poker) [Roberto Fresca, Ioannis Bampoulas]
2016-06-11 12:40:20 -03:00
Robbbert
309d977066 MT 05783 [Robbbert] 2016-06-12 00:01:38 +10:00