Commit Graph

45356 Commits

Author SHA1 Message Date
Nathan Woods
3ac2d79f09 Adding an assert() 2016-07-27 07:59:43 -04: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
yz70s
d762eb9618 chihiro.cpp,xbox.cpp: remove USB_HACK_ENABLED define, now usb can be disabled per game, in xbox console usb is always enabled (nw) 2016-07-26 03:23:50 +02:00
arbee
db34b4a7bd tv990: add 995-65 (nw) 2016-07-25 21:14:24 -04:00
Jordi Mallach
e1464ffd64 Support GNU/Hurd systems. 2016-07-26 01:55:39 +02:00
Jordi Mallach
70f0bda9c7 Detect GNU/Hurd systems, but treat them as Linux. 2016-07-26 01:34:49 +02:00
cracyc
ca5d34be0f null_modem: make flow control optional (nw) 2016-07-25 17:22:51 -05:00
cracyc
d3a4aa176f tv990: use correct uart clock (nw) 2016-07-25 17:02:18 -05:00
cracyc
18531c6d04 tv990: beep (nw) 2016-07-25 13:18:16 -05:00
Ivan Vangelista
5e72bd6b23 dynax.cpp (intrgirl): it does have PROMs, after all. Thanks to Phil Bennet for spotting them. The dumper is aware and will dump them when time permits. (nw) 2016-07-25 20:11:11 +02:00
Angelo Salese
d79d952a4e Air Combat definitely wants PORT_REVERSE for the pedal, nw 2016-07-25 20:07:22 +02:00
cracyc
6657a3f85b New Working
---------
TeleVideo TeleVideo 990 [Carl, R. Belmont]

tv990: fix cursor and colors (nw)
2016-07-25 12:47:11 -05:00
MetalliC
85488e4328 chdman: set pregap subcode type to NONE for .CUE and .TOC for consistency with other formats 2016-07-25 20:24:59 +03:00
cracyc
b2f5bd8bbc tv990: video modes and nvram (nw) 2016-07-25 10:26:14 -05:00
Vas Crabb
5c1803d494 Merge pull request #1142 from npwoods/use_stdstring_for_windows_unicode_conversions
Changed strconv.[cpp|h] functions to return their results as std::string and std::wstring [Nathan Woods]
2016-07-25 21:59:11 +10:00
Nathan Woods
23175a3091 Using decltype() and removing +1/-1 "dance" 2016-07-25 07:57:54 -04:00
Nathan Woods
4a9e9742fd Fixed off by one issue and other cleanups requested by Vas 2016-07-25 07:49:26 -04:00
mahlemiut
ef22943d01 make ioport_list a map instead of unordered_map, should fix INP incompatibilities across compilers and platforms. 2016-07-25 21:28:19 +12:00
jbu
9217251d3d alto2: Hunting the jiggly cursor bug [Juergen Buchmueller]
Removed dead and unused code while searching for the bug which
causes the jiggly mouse cursor display. No success yet.
2016-07-25 07:15:46 +02:00
Vas Crabb
2ba37fd95d Merge pull request #1138 from ajrhacker/diimage_cleanup
Cleanups for device_image_interface (nw)
2016-07-25 14:01:26 +10:00
Nathan Woods
ab73291e47 Changed strconv.[cpp|h] functions to return their results as std::string and std::wstring 2016-07-24 22:55:00 -04:00
cracyc
829f58a4b2 tvi990: WIP (nw) 2016-07-24 21:48:52 -05:00
cracyc
a61700b33b tvi990: use hle keyboard so arrow keys work (nw) 2016-07-24 21:01:18 -05:00
cracyc
8c22a3d31e tvi990: WIP (nw) 2016-07-24 19:54:19 -05:00
cracyc
f0dad1a258 tvi990: WIP (nw) 2016-07-24 19:43:11 -05:00
Vas Crabb
aaa98beff2 Merge pull request #1141 from bmunger/r9751
r9751: Add prom version 4.2 [Brandon Munger]
2016-07-25 09:22:23 +10:00
Brandon Munger
979f213026 r9751: Add prom version 4.2 2016-07-24 19:01:16 -04:00
cracyc
0184946dd8 boot.lua: only load plugins in plugin path (nw) 2016-07-24 14:44:38 -05:00
R. Belmont
41875a92af Merge pull request #1117 from shattered/_ded41cad
sm7238: new NOT_WORKING driver: SM 7238 (aka T3300) serial terminal
2016-07-24 14:43:01 -04:00
R. Belmont
f0ce9d2f2c Merge pull request #1123 from Bavarese/patch-13
Update rainbow.cpp
2016-07-24 14:42:47 -04:00
R. Belmont
e681889d88 Merge pull request #1139 from GiuseppeGorgoglione/master
Fix for netlist library when built for WINDOWS with UNICODE defined
2016-07-24 14:42:37 -04:00
R. Belmont
1e17c2e6f7 Merge pull request #1140 from ajrhacker/feversoc_moreinputs
feversoc: More inputs figured out
2016-07-24 14:42:21 -04:00
AJR
5367f7afad feversoc: More inputs figured out 2016-07-24 13:13:48 -04:00