Couriersud
f4c038f9ce
Fixed a long standing bug in tempest by specifying quantum perfect emulation. All save states should be removed since they may contain a corrupted game state. [Couriersud]
...
Additional notes:
Actually, the routine at AE1C is called after high score entry resp. after the high score screen was displayed. It has something like
lda 60ca
ldy 60ca
and expects the high nibble of "A" to match the low level of "Y", i.e. that 4 shifts occur.
2014-03-31 22:35:41 +00:00
Scott Stone
4604ac8b0b
Some changes/corrections to device descriptions from MASH (nw)
2014-03-31 21:50:06 +00:00
Curt Coder
c921326678
(MESS) abc806: Video and save state cleanup. (nw)
2014-03-31 20:23:55 +00:00
Angelo Salese
3066f1e2c4
Untangled Little Robin sound HW from video timings [Angelo Salese]
2014-03-31 20:03:05 +00:00
Michaël Banaan Ananas
5a9fe25e7d
fixed foreground colors, fixed background wrap, added notes
2014-03-31 19:58:13 +00:00
Angelo Salese
288c1b7018
Part one of untangling sound HW in Little Robin, nw for now
2014-03-31 19:41:52 +00:00
Olivier Galibert
4369aec307
namcos23: Fix the irq storm that killed Downhill Bikers [O. Galibert]
2014-03-31 18:43:26 +00:00
Ivan Vangelista
ad4c3741b0
Fix for pce regression I caused. Thanks to etabeta for spotting this. (nw)
2014-03-31 18:10:24 +00:00
David Haywood
a9e3982e90
further shared code into devices (nw)
2014-03-31 17:13:59 +00:00
Ivan Vangelista
9661f1d1ea
msm5232_device: converted to devcb2 (nw)
2014-03-31 16:29:34 +00:00
David Haywood
7997e5441c
shifting some megaphx oode into devices (nw)
2014-03-31 15:40:30 +00:00
Curt Coder
410adb11f8
(MESS) abc806: Fixed blackness. (nw)
2014-03-31 14:22:29 +00:00
Nathan Woods
b75c70eb0f
MSVC fix
2014-03-31 14:12:14 +00:00
Curt Coder
354531eefc
(MESS) c128: Fixed clocks. (nw)
2014-03-31 13:56:26 +00:00
Oliver Stöneberg
72f46e2881
fixed usage of uninitialized members in barcode_reader_device (nw)
2014-03-31 13:33:41 +00:00
Curt Coder
fae8ad5f54
cosmac: Added write line members for the input lines. [Curt Coder]
2014-03-31 13:18:27 +00:00
Oliver Stöneberg
d8cb89b2a1
fixed index out-of-bounds access in MC6845_UPDATE_ROW( abc806_update_row ) (nw)
2014-03-31 13:10:25 +00:00
Oliver Stöneberg
04ca6fea7e
fixed usage of uninitialized member in isa8_cga_device (nw)
2014-03-31 13:05:49 +00:00
Curt Coder
66fe5ecda5
(MESS) c65: Less tagmap lookup. (nw)
2014-03-31 13:02:31 +00:00
Curt Coder
5233737351
(MESS) v1050: Less tagmap lookup. (nw)
2014-03-31 12:59:23 +00:00
Curt Coder
9fed9378ff
(MESS) c65: Less tagmap lookup. (nw)
2014-03-31 12:55:37 +00:00
Curt Coder
d0f9f71af8
(MESS) bcs3: Less tag lookup. (nw)
2014-03-31 12:48:34 +00:00
Curt Coder
b051f24fd5
(MESS) fm7: Less tag lookup. (nw)
2014-03-31 12:43:20 +00:00
Miodrag Milanovic
c43e09d4ae
here ya go :) (nw)
2014-03-31 12:00:06 +00:00
Robbbert
f7f10b0e67
(MESS) amust : some comments thanks to info provided by RedskullDC.
2014-03-31 11:37:57 +00:00
Miodrag Milanovic
b34cc238d9
updated vconv for no-sign-compare (nw)
2014-03-31 10:26:26 +00:00
Miodrag Milanovic
de513a0f98
reverting, sorry for this vconv needs to be updated (nw)
2014-03-31 10:23:22 +00:00
Curt Coder
2d7b9fac51
(MESS) adam: Removed runtime tagmap lookups. (nw)
2014-03-31 10:22:26 +00:00
Curt Coder
55a53a4729
Fixed clang build. (nw)
2014-03-31 10:19:47 +00:00
Miodrag Milanovic
d115e5f061
mingw compile fix (nw)
2014-03-31 10:10:09 +00:00
Miodrag Milanovic
2cc9ca4c5e
VS2013 x64 is little bit more anal about signed/unsigned comparison (nw)
2014-03-31 10:06:05 +00:00
Oliver Stöneberg
c8b93e57d2
added some library dependencies for Visual Studio (nw)
2014-03-31 08:52:09 +00:00
Fabio Priuli
7aabd6f8cd
(MESS) pce_cd: fixed MSM volume. [Osso]
...
This fixes MT05249, with huge thanks to Ivan who spotted the problem.
When converting the CD component to device I took the MSM lines from
SGX which had zero'd volumes, instead of taking them from PCE which
had the correct settings... it's better I don't count the time I spent checking
the device code over and over in search of handler mistakes :-(
2014-03-31 08:45:31 +00:00
Miodrag Milanovic
b297c61ebd
made MAME and MESS compile under VS2013, 32bit only for now (nw)
...
OG: please check things in H8 core, thing in timer16 can caused some issues in past
2014-03-31 08:29:30 +00:00
Miodrag Milanovic
f60bf10bf7
fix for Amiga regression, this made infinite loop (nw)
2014-03-31 07:56:33 +00:00
Miodrag Milanovic
ebe55c56d6
tiamc1:
...
- background scroll corrected and enabled [MetalliC]
- fixed bad graphics rom in "Snezhnaja Koroleva" [Titus]
2014-03-31 06:51:46 +00:00
mahlemiut
309d250dee
fmtowns: silencing some logging a bit (no whatsnew)
2014-03-31 06:10:03 +00:00
cracyc
43ccff0405
(mess) pcw16: fix keyboard and hook up mouse (nw)
2014-03-31 04:06:07 +00:00
Angelo Salese
120cffff30
tbd, nw
2014-03-31 03:45:39 +00:00
Roberto Fresca
5c6beacd85
4enlinea: More docs and custom CM3080 circuitry.
2014-03-31 03:04:47 +00:00
cracyc
d6bdfb79dc
pckeybrd: make into a device (nw)
2014-03-31 02:43:25 +00:00
Angelo Salese
6a9842da8c
Minor fixes, nw
2014-03-31 01:45:57 +00:00
mahlemiut
6251ca5153
fmtowns: converted to use wd_fdc and modern floppy drive implementation.
2014-03-31 01:23:08 +00:00
Angelo Salese
be9ff598cb
Huh? (nw)
2014-03-30 23:15:17 +00:00
Justin Kerk
ab510acb71
The Emscripten fastcomp backend needs the same delegate fix, thanks for the clue micko (nw)
2014-03-30 20:36:50 +00:00
Ivan Vangelista
4be73ce2eb
Converted msm5205_device to devcb2 (nw)
2014-03-30 20:13:15 +00:00
Curt Coder
aaa52239b8
(MESS) adam: WIP. (nw)
2014-03-30 19:12:08 +00:00
Curt Coder
46a56763da
(MESS) adam: Removed tag lookup. (nw)
2014-03-30 18:49:42 +00:00
Brian Troha
651a1452a1
irem_cpu.c: Document the Air Assault encrypted sound CPU. IE: Confirms it's the same as gunforce. - NW
2014-03-30 18:08:03 +00:00
Oliver Stöneberg
e8cd4dbbb7
added TODO (nw)
2014-03-30 16:50:44 +00:00