Robbbert
90bf6de1da
Fixed the build.
2016-07-31 10:56:34 +10:00
Vas Crabb
4aa24a866e
Merge pull request #1164 from aviloria/patch-4
...
Update spanish strings
2016-07-31 09:40:01 +10:00
Vas Crabb
49e5c0d10e
Merge pull request #1162 from npwoods/msvc_keyboardipp_workaround
...
Added workaround for MSVC warning
2016-07-31 09:28:38 +10:00
aviloria
5572388eb6
Update spanish strings
2016-07-31 00:08:50 +02:00
R. Belmont
a14d9322ba
Merge pull request #1160 from shattered/_9e9d61f
...
dvk_ksm: unbreak host comms, add PORT_CHARs to its keyboard
2016-07-30 16:22:50 -04:00
arbee
21ca7784d1
tv950: new redumps, fleshed out the skeleton, needs a CRTC expert to draw anything. [R. Belmont, Al Kossow]
2016-07-30 16:09:14 -04:00
cracyc
33245e7945
luaengine: (nw)
2016-07-30 12:25:10 -05:00
Robbbert
995794b80c
AUSSIEBYTE: Replaced timer with clock device. (nw)
2016-07-31 02:28:34 +10:00
Nathan Woods
049b7ad0fb
Added workaround for MSVC warning
2016-07-30 12:16:11 -04:00
Robbbert
f632efca45
BIGBOARD2: Various improvements. (nw)
2016-07-31 02:12:42 +10:00
Dirk Best
6735af0124
apricot: use device_buffered_serial_interface and
...
device_matrix_keyboard_interface for the hle keyboard emulation to
reduce code duplication and implement a fifo for the keyboard
2016-07-30 16:56:11 +02:00
Sergey Svishchev
26e1dd57af
ms7004: add PORT_CHAR's
2016-07-30 16:34:57 +03:00
Sergey Svishchev
1f5beba4f8
dvk_ksm: unbreak host communications after commit 97721a4
2016-07-30 16:34:57 +03:00
Vas Crabb
d59b0a1a51
Merge pull request #1158 from npwoods/misc_cleanups
...
Miscellaneous cleanups
2016-07-30 23:31:59 +10:00
Nathan Woods
0df4a2339a
Three times is a charm
2016-07-30 09:28:48 -04:00
Nathan Woods
eb79ffac88
<+cuavas> you've changed the function, you get to change it properly!
2016-07-30 09:15:27 -04:00
Nathan Woods
cfd4397f3c
Miscellaneous cleanups:
...
- Removed some c_str() calls when using util::zippath_parent()
- Removed the error code return value from set_image_filename()
- Consolidated error code translation (osd_file::error ==> image_error_t) in image_error_from_file_error()
- Other cosmetic improvements
2016-07-30 08:56:37 -04:00
cracyc
8ab75d7f4f
luaengine: use reference (nw)
2016-07-30 07:30:16 -05:00
Dirk Best
ca1f8ecc00
apricot: rename apricot_keyboard_device to avoid clashes
2016-07-30 13:29:46 +02:00
hap
8bb468a3db
al520ex: use correct key name for Ъ
2016-07-30 13:20:59 +02:00
hap
16f3f32cb2
gx4000: don't use IPT_KEYBOARD for console pause button
2016-07-30 12:41:42 +02:00
Vas Crabb
5fe3b907af
make buffered serial a mixin to promote reuse [Vas Crabb]
2016-07-30 20:34:16 +10:00
Robbbert
7816c98a87
oops... (nw)
2016-07-30 20:06:45 +10:00
Robbbert
cd759f8c19
AMPRO: Replaced timer with clock device (nw)
2016-07-30 19:39:44 +10:00
Dirk Best
c597f40d83
apricot: create bus interface for the keyboard interface, make hle keyboard emulation a bus device
2016-07-30 11:17:07 +02:00
Dirk Best
412ca1644c
apricot: move expansion bus to its own directory
2016-07-30 11:17:03 +02:00
Vas Crabb
159fa2ef9e
Attempt to prevent GCC optimising away global_alloc_clear (MT06335)
2016-07-30 18:03:24 +10:00
jbu
8821dd2733
alto2: add speaker sound
...
Some games, e.g. pinball-easy, use UTILOUT to generate buzzer sound.
2016-07-30 09:17:54 +02:00
Robbbert
d3d3066357
ALTOS5: fixed banking, all disks can boot.
2016-07-30 16:59:19 +10:00
Ivan Vangelista
95cba94386
esq5505.cpp: attempt to fix 32bit crash (nw)
2016-07-30 07:47:15 +02:00
Ivan Vangelista
db94674786
dmndrby.cpp: attempt to fix crash on 32bit (nw)
2016-07-30 07:36:59 +02:00
cracyc
1cbf9f069e
luaengine: std::string here too (nw)
2016-07-29 21:50:29 -05:00
Vas Crabb
9c9ee49c9f
Merge pull request #1156 from npwoods/zippath_strstring
...
Converted a number of zippath calls that took 'const char *' to std::string
2016-07-30 12:25:22 +10:00
Nathan Woods
bfbc8d38f1
Another correction
2016-07-29 22:20:53 -04:00
Nathan Woods
8db5491763
Third time is a charm :-)
2016-07-29 22:14:51 -04:00
Nathan Woods
22c402885d
Better use of std::string::size_type and other cleanups
2016-07-29 21:51:55 -04:00
Vas Crabb
3d6f79ffea
Merge pull request #1157 from npwoods/fileio_strstring
...
Changed various string arguments for emu_file::open() from 'const char *' to std::string
2016-07-30 11:10:53 +10:00
mahlemiut
62542e2915
amstrad: add pause button to GX4000
2016-07-30 12:53:51 +12:00
Nathan Woods
a7bfc73cfb
Changed various string arguments for emu_file::open() from 'const char *' to std::string
2016-07-29 20:53:46 -04:00
Nathan Woods
bf111bbc6e
Converted a number of zippath calls that took 'const char *' to std::string
2016-07-29 18:00:46 -04:00
MetalliC
037465d109
naomi.c: add all known Sega DIMM board firmware dumps [TylerDurden67]
2016-07-30 00:35:05 +03: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