Commit Graph

64263 Commits

Author SHA1 Message Date
couriersud
a1abd4f64d Fix compile. (nw) 2019-02-18 23:07:53 +01:00
hap
30b5793916 fidel6502: rename to fidel_elite (nw) 2019-02-18 22:35:14 +01:00
hap
077f602605 fidel6502: split up into multiple files (nw) 2019-02-18 22:32:57 +01:00
couriersud
6207d7d2d3 netlist: tick off some issues clang-tidy highlights. (nw) 2019-02-18 20:22:16 +01:00
Ivan Vangelista
ccd5479997 mame\drivers: minor MCFG and MACHINE_CONFIG macros removal (nw) 2019-02-18 19:38:29 +01:00
Ivan Vangelista
6d6e27438e new working clone
-------------------------------------
Guardian Storm (horizontal, Australia) [xodaraP]
2019-02-18 19:27:12 +01:00
arbee
b3fd940df9 (nw) 2019-02-18 12:10:09 -05:00
hap
9801aecb37 fidel*: more separate classes (nw) 2019-02-18 17:43:51 +01:00
Vas Crabb
34ebe564b0 (nw) omission, formatting 2019-02-18 21:55:45 +11:00
Vas Crabb
8ffff5d2d3 (nw) misc stuff:
* Document cross-compilation options
* Use lowercase for some libraries that are lowercase in system32 on Windows anyway
* Make USE_BUNDLED_LIB_SDL2=0 not use the bundled SDL
2019-02-18 21:13:44 +11:00
Patrick Mackinlay
4ada281e4c mips3: trivial changes (nw)
* use the new 64x64 multiply helpers
* make sure unordered exceptions are generated by abs.fmt
* correct an unimportant drc flag
2019-02-18 17:09:01 +07:00
Ryan Holtz
12c7311121 -newport: Various changes: [Ryan Holtz]
* Added basic (partly broken) logic-op support.
 * Added basic pop-up plane support.
 * Fixed window masking checks.
 * Fixed VBlank behavior.
 * Fixed cursor palette.
 * Fixed Scr2Scr move to account for XYWindow.
 * Made ColorRed contents transfer to ColorI on write.
 * Color index MSB handling; not working yet, still need to find how the correct XMAP mode entry is selected.
2019-02-18 08:58:19 +01:00
Vas Crabb
f17f6c9d5c misc fixes
testkeys:
* Clean up and modernise code
* Use std::endl to end lines for its implicit flush
* Centre window (less likely to hide behind taskbar, etc.)

osdwin:
* Ensure new windows are positioned within the work area of a monitor
2019-02-18 18:03:39 +11:00
Vas Crabb
176ba64b26 attempt to fix testkeys linking in more configurations (nw) 2019-02-18 14:28:00 +11:00
hap
058f7c0ae3 fidel6502: put excellence in its own file (nw) 2019-02-18 02:54:52 +01:00
hap
95f817b54d fidel68k: rename to fidel_eag68k (nw) 2019-02-18 02:26:45 +01:00
hap
996c8df9e8 fidel68k: small cleanup (nw) 2019-02-18 02:24:34 +01:00
hap
2f428400fd fidel*: put designer display in its own file (nw) 2019-02-18 02:00:34 +01:00
hap
300755f7be hh_sm510: small update (nw) 2019-02-18 00:50:43 +01:00
hap
76bfae9ffb hh_tms1k: improve h2hhockey timing (nw) 2019-02-18 00:37:35 +01:00
algestam
365039e3a9 New working machine added (#4659)
-----------
Game & Watch: Snoopy Tennis [algestam]
2019-02-18 00:32:46 +01:00
couriersud
17d784d83b netlist: remove locked-in context from sources. (nw) 2019-02-17 23:52:05 +01:00
cracyc
11c3b63c41 plugins/hiscore: use emu.time (nw) 2019-02-17 14:00:15 -06:00
Justin Kerk
a0ca95fa28 ibm5150.xml: re-alphabetize, minor spelling/capitalization (nw) 2019-02-17 11:57:12 -08:00
ArcadeShadow
688e3a5745 New working software list additions (#4658)
New working software list additions
-----------------------------------
ibm5150: The Simpsons - Bart vs The Space Mutants, The Simpsons - Bart vs The Space Mutants (Hit-Squad release), Bubble Bobble (3.5"), Spot, Zool (Big Games release)
2019-02-17 11:22:27 -08:00
cracyc
f1e51d745a plugins/hiscore: start delay (nw) 2019-02-17 13:16:33 -06:00
hap
63979771d8 fidel6502: separate some classes (nw) 2019-02-17 19:45:44 +01:00
couriersud
1fe9f5e2e5 netlist: refactoring startup process and array usage. (nw) 2019-02-17 18:30:34 +01:00
AJR
7d45dcec4e Add spacenum getter for required_/optional_address_space (nw) 2019-02-17 11:57:33 -05:00
AJR
50f045ba74 Eliminate the default address map member of address_space_config (nw)
Since all device address maps are now class methods defined in ordinary C++, default RAM maps can be provided more simply with an explicit has_configured_map check in an internal map definition.

A number of default address maps that probably weren't meant to be overridden have also been changed to ordinary internal maps.
2019-02-17 11:50:17 -05:00
cracyc
836abb0d63 plugins/console: command history (nw) 2019-02-17 09:07:56 -06:00
couriersud
764f04c317 Use OVERRIDE_CC if defined to determine GCC_VERSION. (nw)
Fixes some cross-compilation issues and most likely edge case using
OVERRIDE_CC.
2019-02-17 16:01:45 +01:00
Firehawke
6eb3ffebae Update WOZ to Feb 16, 2019 (nw) (#4656)
* 4AM originals: Add Photar, now caught up to Feb 7th 2019

* Update 4AM WOZ to Feb 17 2019 (nw)

Apple Panic, Archon II: Adept, Bruce Lee, Conan, Gremlins, A Mind Forever Voyaging R77, Monty Plays Scrabble 4.0, Mr. Do, Space Raiders V2, Track and Field
2019-02-18 00:51:47 +11:00
Vas Crabb
01ccbd89c9 (nw) remove some superfluous const, eliminate a superfluous temp, remove superflous semicolons, etc. and also fix a known broken build script change 2019-02-18 00:48:52 +11:00
cam900
e65f6d75e1 device_memory_interface.rst : Correct docs 2019-02-18 00:34:05 +11:00
couriersud
c1ea281761 Fix testkeys compile/link on windows. (nw) 2019-02-17 14:01:57 +01:00
cam900
7967b9e3d5 Remove MCFG_DEVICE_DISASSEMBLE_OVERRIDE usage
coco12.cpp, coco3.cpp Minor MCFG removals
dgn_beta.cpp, palm.cpp : Remove MCFGs
2019-02-17 23:14:03 +11:00
couriersud
d72df29988 testkeys: remove dead code, don't build on windows. (nw) 2019-02-17 12:45:20 +01:00
couriersud
44bd859b04 Added sdl testkeys as a tool again. (nw) 2019-02-17 12:45:19 +01:00
couriersud
9c9fe82d4f Fix cross compile mame/sdl/windows. (nw) 2019-02-17 12:45:18 +01:00
Peter Ferrie
0cacc8bc1f Merge branch 'master' of https://github.com/mamedev/mame 2019-02-16 21:47:23 -08:00
katananja
2b01b8107e Update for Brazilian keyboard map
All key maps tested and working.
2019-02-17 15:21:33 +11:00
AJR
0e10c56d52 tv950: Set toggle for "Alpha Lock" key 2019-02-16 22:33:01 -05:00
AJR
db494eba54 vt100, ms6102: Caps Lock is physically toggled 2019-02-16 22:23:00 -05:00
AJR
314f411b13 Eliminate qsort usage in debugger (nw) 2019-02-16 21:27:06 -05:00
hap
9f7c4385a8 cking,cxg: split files (nw) 2019-02-17 03:07:34 +01:00
Andreas Müller
2aa97bfc47 Show video-mode option 'accel' in help and GUI
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-02-17 13:06:02 +11:00
hap
40e81f0678 cking,cxg: separate classes (nw) 2019-02-17 02:36:09 +01:00
arbee
b24ab57233 apple2: AppleWin-like memory fill; fixes hang in Joust [R. Belmont] 2019-02-16 20:11:35 -05:00
hap
330727ee63 rename ckz80, cxgz80, fidelz80 (nw) 2019-02-17 02:05:10 +01:00