Commit Graph

44248 Commits

Author SHA1 Message Date
Scott Stone
59f1eeb2e8 Fix size on recent pico.xml change (nw) 2016-06-16 20:59:15 -04:00
angelosa
6a0c7740c7 Fixed laserdisc screen PAL parameters [Angelo Salese] 2016-06-17 01:39:07 +02:00
MetalliC
9fa68704b0 NEW CLONES ADDED
----------------
Marvel Vs. Capcom 2 New Age of Heroes (USA) (Rev A) [rtw, Ryan Holtz, Tourniquet, Smitdogg, The Dumping Union]

documentation update [MetalliC]
2016-06-17 02:16:41 +03:00
angelosa
c3770fe54e Some misc updates, nw 2016-06-16 23:09:30 +02:00
Miodrag Milanović
9c045c920f Merge pull request #958 from ajrhacker/karatblzbl_sound_portmap
Fix karatblzbl for debug build (nw)
2016-06-16 21:38:55 +02:00
AJR
9897a46560 Fix karatblzbl for debug build (nw) 2016-06-16 15:22:02 -04:00
Olivier Galibert
0dc5ed5585 intelfsh, i2cmem: Not a device_memory_interface either [O. Galibert] 2016-06-16 21:14:04 +02:00
Olivier Galibert
6e962f2d95 Merge pull request #957 from system11b/S11tmnt
Corrected viewable screen area as per real hardware
2016-06-16 20:45:48 +02:00
system11b
e25b288390 Corrected viewable screen area as per real hardware 2016-06-16 19:24:09 +01:00
yz70s
580aae2c8c xbox/chihiro.cpp: remove memory map error (nw) 2016-06-16 19:54:14 +02:00
Ville Linde
15b75f3d2a remove unnecessary mirrors (nw) 2016-06-16 20:49:21 +03:00
cracyc
10b6d281e3 m20: remove invalid mirrormask (nw) 2016-06-16 11:00:26 -05:00
hap
0df16be7c2 New NOT_WORKING machine added
---------
Fidelity Elite A/S Challenger [hap, anonymous]
2016-06-16 17:53:09 +02:00
cracyc
3bb6c2b586 fix a few (nw) 2016-06-16 10:36:30 -05:00
etabeta78
7b638c3181 cdi.xml: added info about original disks and added a few prototypes
recently dumped. [Fabio Priuli]
2016-06-16 15:53:57 +02:00
etabeta78
7cf0897b3e fixed an old copy'n'paste mistake in pico.xml. thanks to Tafoid for spotting it. nw. 2016-06-16 15:48:35 +02:00
etabeta78
f0e414f04a vsmile_cart.xml: added a few new US dumps [Rimsky82] 2016-06-16 15:44:56 +02:00
Olivier Galibert
c275ec5643 eeprom: Not a device_memory_interface [O. Galibert] 2016-06-16 15:37:01 +02:00
Miodrag Milanovic
deac5db4db put back some genie code (nw) 2016-06-16 14:45:28 +02:00
Olivier Galibert
7099d6eaa2 gcc 6.1.1 warning fixes (nw) 2016-06-16 14:21:44 +02:00
Miodrag Milanovic
8c87ea208c Removed not needed files from compiling (nw) 2016-06-16 13:37:24 +02:00
Robbbert
34d866c2d9 Fixed fatal error regressions in my drivers. 2016-06-16 18:33:39 +10:00
Ivan Vangelista
99e43f79ef apricot.cpp: fix for fatal error by Duke (nw) 2016-06-16 10:31:05 +02:00
mahlemiut
5f0aea5513 megapc: fix memory fatalerrors. 2016-06-16 20:03:47 +12:00
Vas Crabb
20833d9530 nullptr to nullptr doesn't deserve a warning (nw) 2016-06-16 17:42:58 +10:00
Vas Crabb
523b8d1de8 Fix GCC6 warnings 2016-06-16 17:35:02 +10:00
mahlemiut
2300f99311 fmtowns: fix memory exception in 386SX-based systems 2016-06-16 18:27:04 +12:00
Scott Stone
cd053a3ae1 Added some title documentation to megatech (nw) 2016-06-15 23:03:09 -04:00
cracyc
10cd5b184c pc9801: safety (nw) 2016-06-15 22:00:12 -05:00
cracyc
0582705554 pc9801: correct subunits, add ramsize for 9801f (nw) 2016-06-15 21:54:23 -05:00
cracyc
78e98c7dd6 vt240: WIP (nw) 2016-06-15 21:33:03 -05:00
RobertoFresca
955d268e08 Flaming 7: Added proper bipolar PROMs. Colors decode are still wrong. 2016-06-15 20:55:34 -03:00
couriersud
404e589cff Merge netlist_dev branch, all code_refactoring: (nw)
Object model optimisation. 
    Merge remote-tracking branch 'origin/master' into netlist_dev
    Fix a merge issue. 
    #if ==> #elif. Ouch. 
    Default PHAS_PMF_INTERNAL=0 for 32bit windows mingw. 
    Change UINT8 to uint_[fast|least|8_t. 
    Move state_var so it can be used by base devices as well. 
    Remove last traces of ATTR_ALIGN. 
    Refactored netlist_time into a template.
    Removed implicit double assignment to netlist. Doomed to produce
bugs.
    Instead, use netlist_time::from_double.
    Switch to using proper (i.e. bool type) param_logic_t. 
    Formally differentiate between logic inputs (e.g. switches) and int
    inputs (e.g. resistor ladders or selection switches). 
    Added parameter USE_DEACTIVATE to truthtable devices.
    Added more constexpr to netlist_time.
    Fixed some ifdef code paths.
    - More c++.
    - Simplify main processing loop. As a nice side-effect that squeezed
out some cycles.
    - More cycle squeezing.
    - Removed pvector_t.
    - Use std::sort.
    - Refactored netlist state manager.
    - Introduction of state_var object template to be used on device
state
    members.
    - Changed remaining save occurrences to state_var.
    - Rewrote nltool's listdevices command. This allowed removal of one
    member from devices which served solely for listdevices.
    - Remove hashmap_t. Fix kidniki regression.
2016-06-16 00:01:47 +02:00
Curt Coder
809de6dd7f abc80x: Added PAL pinouts. (nw) 2016-06-16 00:11:44 +03:00
angelosa
48cc7ac304 raiden2cop.cpp: Fixed BCD overflow score bug in Godzilla [Angelo Salese]
(marked as working until otherwise proven, nw)
2016-06-15 22:59:05 +02:00
Brad Hughes
9f214108eb Add WINAPI to other needed functions for stdcall calling convention on 32-bit 2016-06-15 16:25:43 -04:00
angelosa
85f4009111 Added the other blinking mode, nw 2016-06-15 20:17:55 +02:00
dankan1890
fb358febe1 cleanup. (nw) 2016-06-15 19:52:53 +02:00
angelosa
b49b23b7df Added command strobe callback interface for LDV1000, and hooked it up to esh.cpp driver. [Angelo Salese]
(out of whatsnew: also fixed irq 0 hookup, using device_timer to ack an irq for MAME is never a good idea)
2016-06-15 19:38:04 +02:00
Curt Coder
1dd74e3eb7 abc802,abc806: Added LUXNET BIOSes. [Anders Sandahl] 2016-06-15 18:11:47 +03:00
smf-
2e51110ebf The calling convention goes inside the brackets of pointers to functions. Allows compiling with MSVC (nw)
Revision: 58dc78b6eb
Author: Giuseppe Gorgoglione <gorgogsp@gmail.com>
Date: 28/05/2016 03:14:15
Message:
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-15 15:11:36 +01:00
Robbbert
13526f680b MT 06236 [Robbbert] 2016-06-15 23:27:01 +10:00
Curt Coder
073848e1c3 abc80x: Fixed ROM loading. (nw) 2016-06-15 15:49:08 +03:00
Curt Coder
666c523700 pofo: Expansion port slot interface WIP. (nw) 2016-06-15 12:06:05 +03:00
Vas Crabb
241c32eae4 clean up (nw) 2016-06-15 18:32:50 +10:00
Curt Coder
f945016811 pofo: Expansion port slot interface WIP. (nw) 2016-06-15 10:55:18 +03:00
RobertoFresca
3316070a98 Flaming 7: Added serial numbers... Waiting for the iButton Lord. ;) 2016-06-15 02:57:25 -03:00
RobertoFresca
fe22041be8 Flaming 7: Removed more leftover + notes... 2016-06-15 02:31:29 -03:00
RobertoFresca
3cb694eb67 Flaming 7: Removed leftover... 2016-06-15 02:27:36 -03:00
RobertoFresca
800877282c Added support for Cyberdyne System's Flaming 7's (custom hardware).
Splitted a new machine driver from the W4 hardware version, and
decoded the custom graphics. Need proper bipolar PROMs dumps. [Roberto Fresca]

New machines marked as NOT_WORKING
----------------------------------
Flaming 7 (Custom Hardware, Main, 50) [Roberto Fresca, Ioannis Bampoulas]
Flaming 7 (Custom Hardware, Main, 500) [Roberto Fresca, Ioannis Bampoulas]
Flaming 7 (Custom Hardware, Main, 2000) [Roberto Fresca, Ioannis Bampoulas]
2016-06-15 02:24:30 -03:00