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
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
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