BraiNKilleRGR
9e09c1afd6
Updated Greek Translation
2018-01-31 02:01:38 +11:00
Jos van Mourik
a75370a2db
Update Dutch translations ( #3151 )
...
* Update Dutch strings
* Fix translations
* One more translation fix
2018-01-30 22:12:37 +11:00
Vas Crabb
85b361bc0b
src to tha clean (nw)
2018-01-30 05:25:57 +11:00
Olivier Galibert
f06e0b5cd5
Fix some fallout (nw)
2018-01-29 19:18:20 +01:00
Vas Crabb
4cd51b6ecc
fixup (nw)
2018-01-29 20:16:16 +11:00
Raf Tacker
2a51db59f2
Update German Translations ( #3148 ) (nw)
2018-01-29 20:14:27 +11:00
Vas Crabb
5d17582ce6
More initialisation at declaration to make things clearer, clean up some tabulation, clean .hsi as xml (nw)
2018-01-29 19:00:48 +11:00
David Haywood
c2e990c5cc
fix sample end position in sound/gaelco.cpp [dink]
...
(fixes clicking sounds in various games, verified this with the sample data in ROM, looks correct, we were playing an extra byte from a different sample each time)
2018-01-29 17:35:26 +11:00
cracyc
b3f05b309d
plugins/cheatfind: fix (nw)
2018-01-29 16:22:41 +11:00
Vas Crabb
d9fd4812a4
small softlist fix (nw)
2018-01-29 16:22:35 +11:00
Olivier Galibert
bbff47a963
Duh #666 (nw)
2018-01-28 18:34:28 +01:00
Olivier Galibert
64c542789f
Etc...etc...etc.. (nw)
2018-01-28 16:08:42 +01:00
Olivier Galibert
648e2a536a
*DUH*, also fix MT6857 (nw)
2018-01-28 14:15:28 +01:00
Vas Crabb
853cdfd6ec
Update Chinese translations [YuiFAN] (nw)
2018-01-28 21:42:31 +11:00
angelosa
82eb155ef0
x1twin fix validation (nw)
2018-01-28 16:08:49 +11:00
Justin Kerk
8f887220c5
fix encoding screwup in fmtowns key definitions, U+3000 IDEOGRAPHIC SPACE was converted to a question mark (nw)
2018-01-28 15:35:26 +11:00
Vas Crabb
4e8bb7c7e5
srcclean and regenerate localisations (nw)
2018-01-28 14:25:52 +11:00
cracyc
46af74afdf
fmtowns: make the clock work in jan (nw)
2018-01-27 21:04:54 -06:00
AJR
ad726bd451
lr35902: Fix disassembly
2018-01-27 21:32:19 -05:00
Vas Crabb
b0755f50e6
AM_SHARE not needed here (nw)
2018-01-28 12:45:24 +11:00
angelosa
8a3d831367
calchase.cpp: added some keyboard inputs [Angelo Salese]
2018-01-28 02:22:40 +01:00
smf-
1722d098a0
fix build (nw)
2018-01-28 01:00:58 +00:00
Dirk Best
648af3b4d9
d88_dsk: Add some safety checks to avoid reading beyond the end of file
2018-01-28 01:54:49 +01:00
Dirk Best
13efc263fd
74153: Improve interface
2018-01-28 01:54:43 +01:00
angelosa
29d963a4fb
x1.cpp: moved video functions into own file, also improved OO ownership of variables and functions [Angelo Salese]
2018-01-28 00:32:30 +01:00
AJR
d36a79d7e7
Build fix (nw)
2018-01-27 17:42:46 -05:00
briantro
4ace8a6d51
aerofgt.cpp: Add a note about an undumped version of Turbo Force (nw)
2018-01-27 15:58:35 -06:00
angelosa
0807bec18b
new working clone
...
-----------------
Turbo Force (World, set 2) [Corrado Tomaselli, The Dumping Union]
2018-01-27 20:41:45 +01:00
angelosa
aa1de63575
Bulk replace afega -> afega_map (nw)
2018-01-27 20:41:43 +01:00
angelosa
040ffd5006
Note (nw)
2018-01-27 20:41:41 +01:00
arbee
87be177ec3
mac: preliminary working but imperfect sound for maclc3 [R. Belmont]
2018-01-27 14:19:40 -05:00
Olivier Galibert
20eedd9cf4
More misc stuff (nw)
2018-01-27 19:03:00 +01:00
smf-
663e08afd9
I still don't know where it is, but I know where it's not (nw)
2018-01-27 17:53:47 +00:00
Olivier Galibert
df32deeb6a
Misc stuff (nw)
2018-01-27 18:08:19 +01:00
smf-
10be5d8c1d
Popeye, Moved protection save state into driver_start() leaving driver init for decryption, combine sprite proms & invert bootleg proms in the rom load, bank the sprite palette & only update the palette if the bank register changes, draw background directly into bitmap & include the area above the background buffer (although it's not clear exactly where the values are fetched from on real hardware). [smf]
2018-01-27 16:08:50 +00:00
MetalliC
9698154172
temp workaround for gcc 7.3 (nw)
2018-01-27 17:40:38 +02:00
David Haywood
ff61c2c50d
framework for adding 'gamebooster' (need to figure out how it actually works / maps tho) ( #3134 )
...
* fix/tidy tvboy driver (nw)
* missed file (nw)
* framework for adding 'gamebooster' (need to figure out how it actually works / maps tho) (nw)
(code based on zx spectrum expansion port code)
* (nw)
* lost a line (nw)
* allow it to run (nw)
* continued work (nw)
* mame64 psj -parallel gamebooster -cart tetris now works
* rm outdated (nw)
* remove unneeded code (nw)
* limit accesses, log unexpected ones, might have custom banking (nw)
* write bytes in an order that keeps the gb code happier , sml boots (nw)
2018-01-27 10:17:37 -05:00
Brandon Munger
9560cc97d9
r9751: Add keyboard input queue and add CBX OS stack tracing ( #3106 )
...
* r9751: Add keyboard input queue and add CBX OS stack tracing
* r9751: Additional fixes
2018-01-28 02:03:06 +11:00
r09
c0b35fe8c1
fmtowns softlists: documented all non-working items, minor fixes ( #3140 )
...
* fmtowns softlists: documented all non-working items, minor fixes
* forgot about this
2018-01-28 01:46:44 +11:00
AJR
c84f40a899
Fix debug build (nw)
2018-01-27 08:55:26 -05:00
Vas Crabb
77ff2527c1
bad Vas (thanks hap) (nw)
2018-01-28 00:47:13 +11:00
Vas Crabb
aecf472210
fixup (nw)
2018-01-28 00:37:09 +11:00
Vas Crabb
4b7016ddc9
(nw) don't get hit by the bus - remove unnecessary reset calls, improve error checking
2018-01-27 23:55:45 +11:00
Vas Crabb
b3a0566e93
less cramped (nw)
2018-01-27 19:45:36 +11:00
Vas Crabb
af7aba7d6f
playch10: expose countdown LEDs through output system and render with artwork
2018-01-27 19:29:02 +11:00
Vas Crabb
5b939d1d37
a2bus, spectrum/exp: set a better example (nw)
2018-01-27 18:16:10 +11:00
briantro
f62e2dd925
gaelco2.cpp: Minor corrections to PCB layouts (nw)
2018-01-27 00:55:44 -06:00
cracyc
31dde10137
dwarfd: show as 8x8 (nw)
2018-01-26 16:58:56 -06:00
mahlemiut
6419555382
mach32: correct display of 16bpp video mode in Windows 9x (hardware pointer still needs work)
2018-01-27 11:53:41 +13:00
cracyc
c2517410e7
dwarfd: remove unnecessary gfx expand code, the interpolation is impossible to properly display in the gfx display anyway (nw)
2018-01-26 16:31:25 -06:00