Commit Graph

46825 Commits

Author SHA1 Message Date
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
AJR
998b41f701 Fix silly editing error (nw) 2017-03-02 10:22:54 -05:00
AJR
eb49d890aa Fix clang build by supplying constructor for device_registrar (nw) 2017-03-02 09:36:34 -05:00
Vas Crabb
6a7484db95 fix for libc++ build (nw) 2017-03-03 00:54:48 +11:00
Vas Crabb
aa739563d1 Self-registering devices.
* MAME now walks all devices when generating -lx output irrespective of whether they're actually instantiated anywhere or not.
* -lx is at least 30% faster than previous implementation.
* Only possible drawback is that filtering drivers no longer filters devices.
2017-03-03 00:45:14 +11:00
arbee
8bf4bac0c1 apple2: fixed IIe $C800 arbitration, Zellyn/kqumba tests pass now. [R. Belmont] 2017-03-02 07:58:45 -05:00
Robbbert
2baa5b6fad (nw)svcpcb: fixed typos 2017-03-02 22:41:02 +11:00
Robbbert
a7cbf72946 (nw)alpha1v: adjusted screen size 2017-03-02 22:38:48 +11:00
ajrhacker
32bee0243a Merge pull request #2107 from shattered/_72f9ffa
bitgraph: switch from layouts to rotation flags, unbreak keyboard
2017-03-01 23:02:28 -05:00
R. Belmont
a25dd6b9c3 Merge pull request #2108 from shattered/_62d5ba5
legacy floppy: unbreak floppy_stp_w
2017-03-01 21:48:46 -05:00
AJR
0bc96f38f1 hanaroku: Add NVRAM and hopper 2017-03-01 19:18:50 -05:00
Robbbert
2620b1b0ab Merge branch 'master' of https://github.com/mamedev/mame 2017-03-02 09:48:08 +11:00
Robbbert
8ad7f900e1 (nw)Housekeeping. 2017-03-02 09:47:25 +11:00
MetalliC
8b7af0ba65 midwunit.cpp: redumped UMK3 U2-U5 sound ROMs, all match current dumps [ShouTime]
removed BAD_DUMP tag, raised MACHINE_IMPERFECT_SOUND for umk3 sets, see MT #00751
2017-03-02 00:40:34 +02:00
Ivan Vangelista
913cee2f39 karateco spelling fix (nw) 2017-03-01 19:55:09 +01:00
Sergey Svishchev
d61cb4ff8e legacy floppy: unbreak floppy_stp_w 2017-03-01 21:52:55 +03:00
Sergey Svishchev
3fd97a9040 bitgraph: switch from layouts to rotation flags, unbreak keyboard 2017-03-01 21:50:18 +03:00
Peter Ferrie
85b9ebd5cd apple2e.cpp: fix typo [nw] 2017-03-01 10:35:54 -08:00
Peter Ferrie
6dfa1274b9 apple2: rewrite LC handling [Peter Ferrie] 2017-03-01 09:55:48 -08:00
hap
24d6c77846 New clone added
-------
Milton Bradley Simon (Rev F) [Sean Riddle]
2017-03-01 18:50:33 +01:00
Ivan Vangelista
c51e402aad New not working games
___________________
Space Ship [PinMAME]
White Force [PinMAME]
2017-03-01 18:50:04 +01:00
Sergey Svishchev
7fb8176ac6 apply clang-format, remove obsolete comments. no code changes. 2017-03-02 01:24:43 +11:00
Vas Crabb
73e2a3f542 ti85.cpp: Convert TI-8x link port to a bus with emulated peripherals, should work with TI-82 and TI-85.
* tee allows two peripherals to be connected in parallel
* glinkhle is an RS232 (9600 8N1) adaptor
* bitsock sends raw assert/release line signals to/from a bitbanger device
* monospkr is a speaker connected between tip/ring in parallel and sleeve
* stereospkr is two speakers: left across tip and sleeve, right across ring and sleeve

Use glinkhle to make emulated calculators talk with cooked sockets, e.g.

    mame ti82 -linkport glinkhle -linkport:glinkhle:rs232 null_modem -bitb socket.127.0.0.1:2345

Use bitsock to make emulated calculators talk with cooked sockets, e.g.

    mame ti82 -linkport bitsock -bitb socket.127.0.0.1:2345

You can use tee to do stuff like listen to data activity for debugging purposes, e.g.

    mame ti82 -linkport tee -linkport:tee:a stereospkr -linkport:tee:b glinkhle -linkport:tee:b:glinkhle:rs232 null_modem -bitb socket.127.0.0.1:2345
2017-03-01 16:36:42 +11:00
Vas Crabb
b28ede22ef sun3x.cpp: hook up keyboard 2017-03-01 16:36:41 +11:00
Vas Crabb
dad4cb0b1f gotcha/ppchamp: hook up lamp outputs and add clickable artwork 2017-03-01 16:36:41 +11:00
arbee
80f55bbd0d apple2: fixed IIe/IIc self-test regression, fixed IIe LC reset state. [R. Belmont] 2017-02-28 21:34:48 -05:00
MetalliC
6febbaeb68 naomi.cpp: redumped "Virtua Fighter 4 (Rev B) (GDS-0012B)" [rtw] 2017-02-28 23:57:58 +02:00
hap
0b2d99f28f New working machine added
--------
Coleco Quiz Wiz Challenger [hap, Sean Riddle]
2017-02-28 22:55:16 +01:00
hap
4462f67d18 finish eleciq internal artwork (nw) 2017-02-28 19:47:17 +01:00
Ivan Vangelista
96bad83f8e New not working clone added
_______________________
Time Traveler (set 2) [Ordyne, The Dumping Union]
2017-02-28 18:03:19 +01:00
hap
cd7981021d some DEF_STR cleanup (nw) 2017-02-28 17:58:25 +01:00
arbee
d0018b1df4 apple2e: pass Zellyn/qkumba language card tests [R. Belmont] 2017-02-28 08:14:19 -05:00
smf-
c9d8d33d44 fix MSVC build (nw) 2017-02-28 11:10:23 +00:00
smf-
023eb2d252 fix MSVC build (nw) 2017-02-28 11:07:30 +00:00
smf-
4e24c4f2ba fix MSVC build (nw) 2017-02-28 10:53:03 +00:00
smf-
c5a49800a6 fix MSVC build (nw) 2017-02-28 10:48:10 +00:00
smf-
d1ecd32264 fix MSVC build (nw) 2017-02-28 10:12:47 +00:00
smf-
36ec8bb32e fix MSVC build (nw) 2017-02-28 08:34:03 +00:00
arbee
f271ad3672 apple2: rewrote 16k language card to pass Zellyn/qkumba tests [R. Belmont] 2017-02-27 23:43:15 -05:00
hap
3e92c83669 hh_tms1k: skeleton driver for quizwizc (nw) 2017-02-28 02:10:37 +01:00
Nathan Woods
540307cdf6 Fixed -readconfig regression introduced in the 0.184 dev cycle 2017-02-28 11:20:17 +11:00
hap
ebe3b9cfce New working machine added
----------
Conic Electronic I.Q. [hap, Sean Riddle]
2017-02-28 00:03:19 +01:00
hap
a73f4938bc hh_tms1k: skeleton driver for Conic IQ (nw) 2017-02-27 22:32:35 +01:00
MetalliC
da004b2eb7 new clone added as NOT_WORKING
------------------------------
Wangan Midnight Maximum Tune 2 (Export) (GDX-0016) [Ordyne, The Dumping Union]
2017-02-27 21:08:23 +02:00
hap
bf11750f2a novag6502: workaround for unknown cforte lcd (nw) 2017-02-27 18:50:12 +01:00
Olivier Galibert
2cead2e014 Compile testing anybody? (nw) 2017-02-27 18:15:33 +01:00
AJR
053ea31f64 hp9845b: Use standard instance names (and type) for optional ROMs 2017-02-27 11:41:31 -05:00
hap
307e6a27b4 fidel6502: added designer 2100 (nw) 2017-02-27 17:36:31 +01:00
Brad Hughes
0505d3c985 Some reports of garbage in console with DInput controllers.
Change to snprintf with assert since apparently snprintf fixes the reported problem.
2017-02-27 11:15:29 -05:00
AJR
4bf8f47241 Make loading software through slots work again (nw)
It's still necessary to add slots with no selectable options to the option list, as otherwise the non-selectable options can't be installed.
2017-02-27 07:55:03 -05:00
Vas Crabb
d4f8abf043 fix gcc link error (nw) 2017-02-27 23:39:05 +11:00
Vas Crabb
93a1a444d2 more workaround (nw) 2017-02-27 23:21:30 +11:00
Vas Crabb
5d48b92701 MSVC and clang like it, but not GCC? (nw) 2017-02-27 23:06:18 +11:00
Vas Crabb
6c23897483 Self-registering devices prep:
* Make device_creator a variable template and get rid of the ampersands
* Remove screen.h and speaker.h from emu.h and add where necessary
* Centralise instantiations of screen and speaker finder templates
* Add/standardise #include guards in many hearers
* Remove many redundant #includes
* Order #includesr to help catch headers that can't be #included alone

(nw) This changes #include order to be prefix, unit header if applicable
then other stuff roughly in order from most dependent to least dependent
library.  This helps catch headers that don't #include things that they
use.
2017-02-27 22:57:14 +11:00
npwoods
b07c572f70 [CoCo] Made third and fourth floppy drives on by default, and made "fixed" (#2098)
* [CoCo] Made third and fourth floppy drives on by default, and made "fixed"

* [CoCo] Backing out  MCFG_SLOT_FIXED(true)

Sarayan was right; I was intoxicated from softlist poisoning
2017-02-27 11:46:59 +00:00
Vas Crabb
ba8cbb9732 Revert "ie15: convert to a device with frontends (standalone driver and rs232…" 2017-02-27 17:43:31 +11:00
AJR
2a89da877b device_image_interface cleanups (nw)
- Replace comparisons of software_entry() or part_entry() with nullptr with loaded_through_softlist() predicate.
- Eliminate the superfluous m_software_info_ptr member. The software_entry() accessor is still provided, but now rarely used.
- Eliminate two of the three arguments to load_software_part.
- Remove some unnecessary auto-typing in ui/inifile.cpp.
2017-02-27 00:38:50 -05:00
ajrhacker
73d399e9e5 Merge pull request #2099 from npwoods/minor_slotopt_cleanups
Cleanup of slot code
2017-02-27 00:13:19 -05:00
R. Belmont
94bbcc889b Merge pull request #2101 from Happy-yappH/master
mips3:  Retry fixing FPU register aliasing
2017-02-26 22:36:21 -05:00
Happy
247a889090 mips3: Retry fixing FPU register aliasing 2017-02-26 20:21:17 -07:00
Nathan Woods
f407afa013 Cleanup of slot code
Added device_slot_interface::has_selectable_options() to calculate whether a particular slot has selectable options
2017-02-26 21:19:59 -05:00
Robbbert
19f34d9cf8 (nw)This should fix MT 06107 but there's plenty of time for testing. 2017-02-27 11:20:38 +11:00
ajrhacker
80f207f79d Merge pull request #2096 from shattered/_52bb574
ie15: convert to a device with frontends (standalone driver and rs232…
2017-02-26 19:12:01 -05:00
AJR
d834210220 tattack: Update notes (nw) 2017-02-26 19:06:00 -05:00
Sergey Svishchev
0b4832bdf3 ie15: convert to a device with frontends (standalone driver and rs232 slot device) 2017-02-27 00:16:35 +03:00
Ariane Fugmann
a3e214b089 Merge branch 'master' of https://github.com/mamedev/mame 2017-02-26 20:58:45 +01:00
Ariane Fugmann
34b4f62e0c polyplay: fix device (nw)
oops :)
2017-02-26 20:57:16 +01:00
hap
c12e993217 novag6502: update cforte todo note (nw) 2017-02-26 19:52:00 +01:00
Dirk Best
663c789014 blockade: Rewrite driver
* Remove fake interrupts and rewrite coin handling
* Use correct CPU type
* Use screen raw parameters
* Use generic 8x8x1 gfx layout
* Update ROM filenames
2017-02-26 15:34:32 +01:00
Nathan Woods
239dcd4449 Fixed regression pertaining to specification of empty strings as slot names
e.g. - 'next -scsibus:1 "" -listdevices'
2017-02-27 01:14:11 +11:00
Ariane Fugmann
ee4c5d0889 vicdual: simulate the gradient in nsub.
figured out how the starfield and gradient get enabled on vicdual
hardware.
don't exactly know how they work yet, so I added a simulation of the
gradient for nsub.
2017-02-26 14:22:41 +01:00
Ariane Fugmann
85ccd07580 polyplay: hook up the SIO (nw) 2017-02-26 14:20:32 +01:00
Mark Garlanger
4b9648e7cd Fix Heathkit H-19 with Watzman ROM 2017-02-26 12:26:00 +11:00
hap
ec57e80ac4 misc companyname update (nw) 2017-02-26 01:01:24 +01:00
hap
4ff26a30af deco32: comment out popmessage (nw) 2017-02-25 22:44:19 +01:00
hap
4342d12c46 correct NEC companyname (nw) 2017-02-25 22:26:42 +01:00
hap
331697cb0a some chesscomputer company corrections (nw) 2017-02-25 22:10:12 +01:00
hap
fe34ff72dc fidelz80: vsc pio freq was wrong (nw) 2017-02-25 21:23:24 +01:00
kazblox
1c780926ae Cleanups to satisfy cuavas's OCD (#2089)
* nes_zemina_device: cleanups

marineb: moved definitions

rockclim: base off mooncrst (Z80 sound code was stolen from that game and MAME code suggests that the video board uses some mooncrst logic, so...)

* Googoo -> GooGoo (nw)
2017-02-25 15:01:15 -05:00
hap
ba7e8fb8ee moved fphantom to fidel6502 driver (nw) 2017-02-25 20:24:20 +01:00
hap
53399d4c47 fidel6502: shuffle par excellence sets, readded granits (nw) 2017-02-25 19:16:20 +01:00
PugsyMAME
d5d04ca682 Update mame.cpp 2017-02-25 17:23:22 +00:00
PugsyMAME
246b98a3c0 Update machine.cpp 2017-02-25 17:23:22 +00:00
PugsyMAME
ae62706092 Update main.h 2017-02-25 17:23:22 +00:00
PugsyMAME
82f03efc01 Update mame.h 2017-02-25 17:23:22 +00:00
hap
e8f1daea2e novag6502: added cforte internal layout (nw) 2017-02-25 17:57:30 +01:00
couriersud
1a2f928403 Netlist refactoring
- align timed_queue closer to std::priority_queue
- use uint8_t in extended clock for better memory usage.
- minor changes to nl_breakout.cpp (nw)
2017-02-25 10:44:04 +01:00
Ivan Vangelista
418a0ee67d new not working clones added
________________________
San Francisco Rush: The Rock (Wavenet, boot rom L 1.38, GUTS Aug 19 1997 / MAIN Aug 19 1997) [Andrew Welburn, The Dumping Union]
San Francisco Rush: The Rock (Wavenet, boot rom L 1.38, GUTS Aug 6 1997 / MAIN Aug 5 1997)  [Andrew Welburn, The Dumping Union]

the sfrushrkwo set is the only one we have that is somewhat playable, while the other two get stuck waiting for other players. Also the two new sets need quite some time to boot after controls calibration (nw)
2017-02-25 10:24:48 +01:00
Ivan Vangelista
89239dcae4 New working clone
_______________
San Francisco Rush (boot rom L 1.06A) [Andrew Welburn, The Dumping Union]
2017-02-25 09:00:27 +01:00
briantro
04d9d7f84f midwunit.cpp: Correct grammar - NW 2017-02-24 22:33:29 -06:00
AJR
8530f35a98 Fix build (nw) 2017-02-24 20:24:15 -05:00
gordon-fish
1f5bf4666d Removed colon (":") from image_interface preventing front-ends from launching ColecoVision software
Removed colon (":") from image_interface value that was preventing some front-ends, such as QMC2, from being able to launch ColecoVision software from the software list (the software rom itself ended up being omitted so it just booted the main BIOS, like starting a real CV without a game inserted.) (nw)
2017-02-25 12:00:46 +11:00
Mark Garlanger
9533352c6b Fix Heath H19 keyboard (#2066)
* Fix Heath H19 keyboard
* Fix how enable/disable of 25th line is handled.
* Updated to use internal ROM in MM5740.
2017-02-25 11:58:16 +11:00
ajrhacker
a0aa981a6e Merge pull request #2086 from kazblox/master
iNES Mapper 190 support, miscellanous cleanups in some drivers
2017-02-24 18:21:53 -05:00
Kaz
b9209aadbf nes: Add Magic Kid Googoo board. 2017-02-24 16:40:55 -05:00
briantro
55de358051 midwunit.cpp: Cut-n-paste fix - NW 2017-02-24 14:05:17 -06:00
briantro
a054237ae0 new Open Ice clone
New Clone Added
--------------------------------------------
2 On 2 Open Ice Challenge (rev 1.2A) [Brian Troha, Sean Sutton, Smitdogg, The Dumping Union]
2017-02-24 13:45:58 -06:00
Ivan Vangelista
87933c64ff mediagx.cpp: documented an earlier bios version. Doesn't seem compatible with the HDs available. (nw) 2017-02-24 20:26:58 +01:00
couriersud
454938dad4 Fix clang-5.0 warning .. Maximum of unsigned X and 0 is always X. (nw) 2017-02-24 14:58:34 +01:00
couriersud
7c1ba76f3b Fix netlist stats collection. Code refactoring:
Small improvement for 7493.
Convert 9316 from subdevice to delegate.
Convert 74107 from subdevice style to delegate. 
Also refactored inconsistencies in other parts of the code. (nw)
2017-02-24 14:55:45 +01:00
couriersud
acd0382d90 Added a heap priority queue to the netlist source.
This is currently not used since performance drops by about 40%. The
typical use case would be circuits a lot more complex than those we
currently emulate where the 2*log(n) advantage really applies. (nw)
2017-02-24 14:49:12 +01:00
MetalliC
1d55392071 new clone added as NOT_WORKING
------------------------------
OutRun 2 Special Tours (GDX-0014) [Ordyne, The Dumping Union]
2017-02-24 14:51:24 +02:00
Michael Zapf
6747d76864 ti99: Fix GROM issues with 99/4; clock turned off too early 2017-02-24 01:10:47 +01:00
MetalliC
86cd526e49 chihiro.cpp: redumped Ollie King (GDX-0007) [Ordyne, The Dumping Union] 2017-02-24 02:04:23 +02:00
Michael Zapf
54cdef9e22 ti99: Added initializations to prevent 99/4 from crashing on startup 2017-02-24 00:14:07 +01:00
Vas Crabb
55e5e6992b don't assume thread is always started (nw) 2017-02-24 10:07:32 +11:00
Vas Crabb
759933ded7 Fixed an issue where device options (e.g. -cart) were reported as unknown when they actually worked (#2081)
Conflicts:
	src/frontend/mame/clifront.cpp
2017-02-24 09:34:15 +11:00
Nathan Woods
41c2350266 Vas feedback 2017-02-23 09:23:41 -05:00