Commit Graph

45387 Commits

Author SHA1 Message Date
Nathan Woods
bf111bbc6e Converted a number of zippath calls that took 'const char *' to std::string 2016-07-29 18:00:46 -04:00
Scott Stone
c11997af03 comment a printf for performance reasons (nw) 2016-07-29 13:59:44 -04:00
Ivan Vangelista
d5d6a6e308 megadriv.cpp: fixed MT06326 (nw) 2016-07-29 18:19:42 +02:00
Robbbert
4bee2c4f1f DMAX8000: Added more devices (nw) 2016-07-30 00:40:18 +10:00
Ivan Vangelista
9171fa4d8f video/digdug.cpp: initialized a couple more variables, seems to work correctly now (nw) 2016-07-29 15:15:08 +02:00
Ivan Vangelista
14ce2a65d2 video/digdug.cpp: fixed MT06332 (nw) 2016-07-29 14:54:45 +02:00
Ivan Vangelista
13d77112e4 apollo.cpp: fixed MT06331 (nw) 2016-07-29 14:40:04 +02:00
Vas Crabb
1c45e4e2d1 Merge pull request #1154 from npwoods/diimage_cleanups
Miscellaneous cleanups to diimage.[cpp|h]; mostly std::string stuff
2016-07-29 22:32:52 +10:00
Nathan Woods
b12da9c090 Miscellaneous cleanups to diimage.[cpp|h]; mostly std::string stuff 2016-07-29 08:29:47 -04:00
Vas Crabb
0c4056fa93 Merge pull request #1153 from jmallach/catalan-l10n
Catalan translation updates. [Jordi Mallach]
2016-07-29 18:55:17 +10:00
Jordi Mallach
b7fe874400 Catalan translation updates. 2016-07-29 10:14:16 +02:00
Robbbert
2f6411e094 Renamed the arcade "sun" project to avoid conflict with the mess "sun" project. 2016-07-29 17:56:54 +10:00
Robbbert
178ce41a71 Merge branch 'master' of https://github.com/mamedev/mame 2016-07-29 14:16:34 +10:00
Robbbert
351e33cdbf Fixed validation error with teletypewriter. 2016-07-29 14:15:14 +10:00
arbee
cb811612ce tv990/995: Add save state support and PC-style LPT port. [R. Belmont] 2016-07-28 23:02:21 -04:00
Scott Stone
77db219891 Fixed newly discovered XML validation errors (nw) 2016-07-28 22:52:04 -04:00
cracyc
fbad813b28 altos5: init m_floppy (nw) 2016-07-28 16:06:35 -05:00
Ivan Vangelista
30b62f4e2c centiped.cpp: correct tag for the ay8910, removed unneeded callback (nw) 2016-07-28 18:01:02 +02:00
cracyc
24900f631c isa: check get_card_device before using (nw) 2016-07-28 10:51:40 -05:00
Vas Crabb
e501805f0f Fix stuk soctlist art (nw) 2016-07-28 21:48:56 +10:00
MetalliC
54df3d2518 New machines added as MACHINE_NOT_WORKING
-----------------------------------------
Quest of D [f205v]
Mobile Suit Gundam 0079 Card Builder [any, f205v, ShouTime, soyandroid, rtw]
Mobile Suit Gundam 0079 Card Builder Ver.2.02 [any, f205v, ShouTime, soyandroid, rtw]
Mobile Suit Gundam 0083 Card Builder [f205v, soyandroid]
Mobile Suit Gundam 0083 Card Builder Check Disk [any, f205v, ShouTime, rtw]
Mobile Suit Gundam 0083 Card Builder Ver.2.10 [any, f205v, ShouTime, soyandroid, rtw]
2016-07-28 10:15:02 +03:00
Stiletto
7e555058bb (nw)
(nw)
2016-07-28 02:05:12 -04:00
Vas Crabb
90e457928f Make some constexpr functions comply with older C++11 rules to keep Visual Studio happy (nw) 2016-07-28 10:18:23 +10:00
Stiletto
d1f05f22c7 (nw)
(nw)
2016-07-27 14:39:59 -04:00
MetalliC
0e6a1a5d75 tiamc1: tilemap bit layers disable control (used in test mode only) 2016-07-27 19:25:23 +03:00
Vas Crabb
b48ada64c5 Merge pull request #1150 from ajrhacker/valid_verbose
Validity checking improvements
2016-07-27 23:32:20 +10:00
Vas Crabb
23a6d34ef1 Whoops (nt) 2016-07-27 23:23:56 +10:00
Vas Crabb
334e948fda keyboard improvements: [Vas Crabb:
* Fix repeat delay/rate in x68000
* Make HLE Sun keyboard use common matrix keyboard routines
* Add linefeed key to generic keyboard (maps to ins by default)
2016-07-27 23:22:14 +10:00
AJR
af80bf0e69 Validity checking improvements
- Always print the name of each driver checked with -validate -verbose, and print before beginning the check to help detect crashes
- Fix already_checked test so that softlists get validated the first time, not every time but the first
- Remove #include "validity.h" where not required (nw)
- attotime::from_double cannot be constexpr because it uses floor (nw)
2016-07-27 09:12:55 -04:00
Vas Crabb
d061b1ddb3 Merge pull request #1149 from npwoods/hash_assert
Adding an assert()
2016-07-27 22:02:31 +10:00
Nathan Woods
3ac2d79f09 Adding an assert() 2016-07-27 07:59:43 -04:00
Vas Crabb
eac2a1fcc5 Keyboard/terminal improvements: [Vas Crabb]
* Mark lots of things constexpr in attotime and turn macros into functions
* Add base classes for HLE matrix keyboard and buffered RS232 device
* Make generic keyboard/terminal more usable
* Keyboard has configurable typematic delay/rate
* Keyboard has selectable JIS/ANSI layout
* Keyboard handles simultaneous keypresses more intuitively
* Keyboard uses meta to set high bit
* Terminal has configurable auto LF on CR, auto CR on LF and local echo
* Terminal has audible bell
* Untangle Olivetti M20 keyboard from generic_keyboard
* Add notes to Olivetti M20 keyboard emulation
* Make Olivetti M20 keyboard match physical layout
* Untangle RM Nimbus keyboard from generic_keyboard
* Fix natural keyboard mode with RM Nimbus
* Untangle x68k keyboard from generic_keyboard
* Improve x68k key names and mapping
* Improve x68k typematic behaviour
* Untangle QX-10 keyboard from generic_keyboard
* Keep NGEN keyboard barely working
2016-07-27 21:59:32 +10:00
Miodrag Milanovic
14e7367f7e Fix for debug build (nw) 2016-07-27 10:18:09 +02:00
Miodrag Milanovic
3fc2464d7c fix compile error (nw) 2016-07-27 09:35:00 +02:00
Miodrag Milanovic
4887ce1844 Cleanups and version bump 2016-07-27 09:26:22 +02:00
yz70s
385f433cf4 xbox: fixed copying of mcpx code (nw) 2016-07-27 08:30:17 +02:00
Robbbert
3e6fb97a30 Gamate: fixed some dataarea sizes [Peter Wilhelmsen] 2016-07-27 15:59:16 +10:00
Robbbert
64d675e38a GAMATE: Added new game: Baseball [Peter Wilhelmsen] 2016-07-27 15:13:07 +10:00
cracyc
9333b66ddc ins8250: be a bit more careful (nw) 2016-07-26 12:03:49 -05:00
angelosa
cbdaff6da2 Stop CD-DA when machine is resetted for Mega CD and Neo Geo CD (nw) 2016-07-26 18:47:24 +02:00
cracyc
3708c7a37e atapicdr: unbreak firebeat (nw)
ins8250: reassert thre irq when setting mask (nw)
2016-07-26 10:19:02 -05:00
Angelo Salese
c936278b52 Merge pull request #1148 from ajrhacker/cop_minor_fix
COP command fix for minor heatbrl regression; misc. notes (nw)
2016-07-26 16:24:05 +02:00
AJR
38ec7ab533 COP command fix for minor heatbrl regression; misc. notes (nw) 2016-07-26 10:12:50 -04:00
Miodrag Milanović
2d9276ff77 Merge pull request #1147 from jmallach/3rdparty-sync
Cherrypick portability fixes for 3rdparty modules [Jordi Mallach]
2016-07-26 12:02:57 +02:00
Jordi Mallach
c64f05279c Compile fixes for GNU/Hurd systems.
Define PATH_MAX if it's not defined and the compiler defines __GNU__.
2016-07-26 11:51:42 +02:00
Ivan Vangelista
62064308c7 funkball.cpp: fixed MT06324 (nw) 2016-07-26 08:26:13 +02:00
Ivan Vangelista
b1c06aa907 sliver.cpp: oki memory map instead of memcpy, added save state support (nw) 2016-07-26 07:23:48 +02:00
Vas Crabb
7f784f365d Merge pull request #1146 from ajrhacker/debugcpu_valid
debugcpu: prevent nullptr exceptions when devices named in expression…
2016-07-26 13:42:07 +10:00
AJR
566c12db31 debugcpu: prevent nullptr exceptions when devices named in expressions lack memory interfaces 2016-07-25 23:20:52 -04:00
yz70s
af6e551cb8 chihiro.cpp: crtaxihr boots too (nw) 2016-07-26 03:23:50 +02:00