Scott Stone
314b9aadf9
Merge branch 'master' of https://github.com/mamedev/mame
2017-03-03 12:24:17 -05:00
Scott Stone
8eae259110
Fix romsize for saa5057 (nw)
2017-03-03 12:23:49 -05:00
AJR
7cd2037f15
tc4: Fix software list validation (nw)
2017-03-03 12:22:10 -05:00
AJR
41d94a28b0
Device validation fixes: all the rest (nw)
2017-03-03 12:17:44 -05:00
AJR
bf9276a63f
Device validation fixes: clean up the genpc MESS (nw)
2017-03-03 12:02:49 -05:00
AJR
f148c84eb3
Device validation fixes: Galaxy Games, Midway, Sega, DECO (nw)
2017-03-03 11:46:19 -05:00
AJR
3570cb092d
Device validation fixes: another one rides the bus (nw)
2017-03-03 11:39:52 -05:00
AJR
fac75756c9
Device validation fixes: Gottlieb and Leland audio (nw)
2017-03-03 11:32:00 -05:00
Ivan Vangelista
e980265ec5
ltd.cpp: added more games [PinMAME]
2017-03-03 17:13:11 +01:00
Nathan Woods
60b8e27e2c
C++-ification of debugger code (misc std::string/std::vector adoption mainly)
2017-03-03 10:36:30 -05:00
Olivier Galibert
0a4f6418df
harddriv: Device cleanup [O. Galibert]
2017-03-03 15:28:22 +01:00
AJR
b8e42f8c8c
Device validation fixes, invalid characters department (nw)
2017-03-03 09:10:08 -05:00
AJR
25983e83e5
Device validation fixes, part FDC (nw)
2017-03-03 08:35:47 -05:00
AJR
8972c93003
Oops (nw)
2017-03-03 08:28:18 -05:00
Olivier Galibert
9239035fff
segacrpt_device: Device cleanup [O. Galibert]
2017-03-03 14:27:02 +01:00
AJR
dd335a6138
Device validation fixes, floppy edition (nw)
2017-03-03 08:24:32 -05:00
Vas Crabb
744987bd7d
more validation fixes (nw)
2017-03-04 00:19:21 +11:00
Olivier Galibert
694b8be9ec
segacrp2_device: Device cleanup [O. Galibert]
2017-03-03 14:14:00 +01:00
Olivier Galibert
446108bfe9
fd1089, fd1094: Device cleanup [O. Galibert]
2017-03-03 14:03:45 +01:00
Olivier Galibert
47e19d6eff
Constructor delegates are beautiful (1/a lot) (nw)
2017-03-03 13:53:42 +01:00
Olivier Galibert
6bdead4386
ns10crypt: Device cleanup [O. Galibert]
2017-03-03 13:53:42 +01:00
Vas Crabb
e0ee20fbd4
fix some device validation errors, also fix uninitialised members in some devices using constructor delegation (nw)
2017-03-03 23:32:59 +11:00
Olivier Galibert
a34b4b09d4
segas23: Device cleanup [O. Galibert]
2017-03-03 13:31:28 +01:00
Olivier Galibert
52697a6abf
segaxbd: Device cleanup [O. Galibert]
2017-03-03 13:18:08 +01:00
Joakim Larsson Edström
f842a4af70
Merge pull request #2110 from JoakimLarsson/fcisio
...
fcisio: layout added and RS232 configured for all 8 serial ports
2017-03-03 11:29:52 +01:00
Vas Crabb
3ecdaafea6
clean up a few more device issues, add basic device validation
2017-03-03 21:25:16 +11:00
Olivier Galibert
8459d2b2ae
sage2: Remove direct update handler [O. Galibert]
2017-03-03 11:13:25 +01:00
Olivier Galibert
d76b79dfd3
duh (nw)
2017-03-03 09:55:34 +01:00
Olivier Galibert
997ed71e1b
mpf1: Remove direct update handler, makes step work [O. Galibert]
2017-03-03 09:46:40 +01:00
Olivier Galibert
0c9888b0c3
mpz80: Remove direct update handler [O. Galibert]
2017-03-03 08:51:46 +01:00
Olivier Galibert
a970b50ed1
atm: Remove direct update handler. Still not working, but less badly [O. Galibert]
2017-03-03 08:51:41 +01:00
Olivier Galibert
6ab16bfc90
pentagon: Remove direct update handler [O. Galibert]
2017-03-03 08:51:33 +01:00
Vas Crabb
c6ef2746d4
Start cleaning up duplicate shortnames
2017-03-03 17:24:11 +11:00
AJR
4ed7fbda11
Make device_image_interface::update_names a private method called automatically at config_complete time (nw)
2017-03-03 00:11:09 -05:00
Peter Ferrie
a23d008d86
apple2: simplify LC handling even further (nw)
2017-03-02 21:01:58 -08:00
AJR
7e9e3f5b4d
Fix debug build by removing vestiges of -dummywrite (nw)
2017-03-02 23:15:00 -05:00
Vas Crabb
28596c7161
fix crash on excessive command-line options, clean up some tabulation, remove long-dead option
2017-03-03 14:18:58 +11:00
AJR
adfc7be349
Fix build (nw)
2017-03-02 22:14:46 -05:00
Dirk Best
89a1848c68
popper: Get some meat back onto the bones
...
* Decode color PROMs [Joe Magiera, couriersud]
* Full memory map for main and audio CPU derived from schematics
* Add both dip switches
* Hook up interrupt generation logic
* Decode character and sprite layout and draw character tilemap
* Raw screen parameters (to be verified)
2017-03-03 03:33:28 +01:00
Vas Crabb
08443793c6
filter devices when a driver pattern is supplied to -listxml
2017-03-03 13:12:17 +11:00
AJR
3ad77eae8a
Image instance name refactoring and bug fixing (nw)
...
- update_names no longer takes arguments; the device type can be obtained easily, and the custom instance names are now overrides. Devices might not need to explicitly call update_names in the future.
- Fix the frontend crash/assert failure resulting from instance names not being generated properly.
2017-03-02 20:01:17 -05:00
AJR
e27a978955
No, Vas, defaulting the constructor won't do here (nw)
2017-03-02 19:09:03 -05:00
Vas Crabb
c92454b8cd
fix assumption that device being described is root device (fixes sampleof=005 reported on all devices)
2017-03-03 10:24:30 +11:00
hap
19403906e6
hh_tms1k: added softwarelist for tc4 (nw)
2017-03-03 00:08:15 +01:00
Joakim Larsson Edstrom
ff7305a79c
fcisio: layout added and RS232 configured for all 8 serial ports, rs232p1-rs232p8
2017-03-02 22:57:51 +01:00
Olivier Galibert
0cdc64d36c
debugger_access: Refactor [O. Galibert]
2017-03-02 22:51:59 +01:00
AJR
4e59ab6ffe
Device fixups (nw)
...
- c2040fdc, c64h156: Calculate clock period in device_clock_changed rather than in constructor
- isa8, isa16: Eliminate device_config_complete (probably unnecessary, since m_maincpu is already set in device_start)
These changes prevent assert failures with the new ad-hoc device construction in -listxml, though they are otherwise independent.
2017-03-02 16:42:45 -05:00
Ivan Vangelista
71656df5c3
New working clone
...
_______________
Phoenix (IDI bootleg) [f205v]
This only has 1 8-bit PROM, like vautourza. Needs correct decoding. (nw)
2017-03-02 19:01:07 +01:00
Ivan Vangelista
4f096dab01
New not working games
...
___________________
Arizona [PinMAME]
Disco Dancing [PinMAME]
more to come (nw)
2017-03-02 18:57:11 +01:00
Ivan Vangelista
8ff4b514b3
taito.cpp: added program ROMs and corrected title for voleybal [PinMAME]
2017-03-02 18:51:27 +01:00