Commit Graph

50268 Commits

Author SHA1 Message Date
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
cac5699162 back this out, too (nw) 2017-02-27 19:35:36 +11: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
AJR
995388d469 Fix MESS build (nw) 2017-02-26 20:42:36 -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
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
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