cracyc
ff9eb84182
i386: call with expand down stack [Carl]
2014-11-01 08:59:58 -05:00
etabeta78
384f7653e1
(MESS) misc new dumps and redumps. nw.
2014-11-01 14:49:37 +01:00
etabeta78
e6d75a0774
minor logging update. nw.
2014-11-01 14:45:36 +01:00
jbu
3efeb980ac
Add zero() to (s)vga_device: zeroes all private variables but vtbls.
...
The vga.memory is resized to 0.
2014-11-01 13:41:13 +01:00
Oliver Stöneberg
4b2e3674ef
fixed clang compilation of src/emu/cpu/drcfe.c (nw)
2014-11-01 11:50:47 +01:00
Oliver Stöneberg
eb80c98fcd
updated comments/TODOs about invalid vptr warnings (nw)
2014-11-01 11:50:26 +01:00
Oliver Stöneberg
b93487def4
fixed clang compilation of src/mess/drivers/gamate.c (nw)
2014-11-01 11:36:18 +01:00
Oliver Stöneberg
c337c231c9
do not overwrite the opcode_desc.delay vptr in drc_frontend::describe_one() (nw)
2014-11-01 10:48:52 +01:00
Alex W. Jackson
ab942336b6
twin16.c: Rewrite video mixing based on PAL equations [Alex Jackson]
2014-11-01 05:33:54 -04:00
Scott Stone
51d272e69c
Get mess compiling again - uint32 should be enough, eh? (nw)
2014-11-01 05:31:16 -04:00
jbu
eea7e62467
The 'i' was part of the format. [nw]
2014-11-01 09:25:14 +01:00
etabeta78
06928ee626
more accurate representation of reality. nw.
2014-11-01 07:41:49 +01:00
etabeta78
b59cf25464
(MESS) added preliminary emulation of the Bit Corp Gamate [PeT]
...
out of whatsnew: I have also fixed a couple of compile errors detected by
the old Apple compiler I'm using
- "comparison is always true due to limited range of data type" at lines 70 & 90
- unused variable at line 263
2014-11-01 07:40:10 +01:00
etabeta78
a9b8065a5c
(MESS) apfimag: added software list for cassettes (they require you
...
to mount the BASIC cart to be loaded, of course). [Fabio Priuli]
out of whatsnew: I also set the default tape state to CASSETTE_STOP, because the APF Imagination requires
you to immediately press Return after the CLOAD + Press Play sequence. With current CASSETTE_PLAY default,
the tape was starting immediately after the first Return press (the one for CLOAD) and I often had the second Return
input being ignored by the system, with the result that the tape was not loaded correctly... Having to press play separately
seems to give the system enough time to recover from the first Return and being ready to accept a second one ;)
2014-11-01 07:34:25 +01:00
Justin Kerk
c910230ecb
Fix build (nw)
2014-10-31 23:10:44 -07:00
cracyc
a9ce21843e
i386: GP fault with softint in v86 mode when iopl < 3 [Carl]
2014-10-31 22:24:02 -05:00
mahlemiut
ed94243929
(MESS) amstrad: Added preliminary support for the PlayCity.
2014-11-01 16:03:29 +13:00
Curt Coder
9f236592c7
(MESS) x820: Emulated the ASCII keyboard (key repeat is not working yet). [Curt Coder]
2014-11-01 00:50:03 +02:00
cracyc
015dddb02d
pic8259: priority and sfnm [Carl}
2014-10-31 16:32:53 -05:00
mahlemiut
133642df6c
gimix: fix for MT05772
2014-11-01 10:24:42 +13:00
Wilbert Pol
155a056aec
tia.c: Prevent Nans. (nw)
2014-10-31 20:36:13 +01:00
Curt Coder
49882329bf
(MESS) x168: Fixed validation error. (nw)
2014-10-31 16:43:13 +02:00
Olivier Galibert
2bac99ca3f
d88_dsk: Support some incorrect images [O. Galibert]
2014-10-31 12:08:49 +01:00
hap
a729656807
segaufo update: added better layouts + made ufo800 work + added upd sound to ufo21 + misc fixes
2014-10-31 10:06:11 +01:00
Miodrag Milanović
d5fa81a5db
Merge pull request #25 from ramiropolla/upd7810
...
upd7810: Some fixes and code simplification
2014-10-31 08:55:54 +01:00
Miodrag Milanović
237af493d3
Merge pull request #26 from wallyweek/manpages
...
Man pages (*nix): Fixed some typos and bumped version to 0.155
2014-10-31 08:39:54 +01:00
mahlemiut
418245d033
i386: move initialisation of m_lock to i386_common_init(), so that it is always initialised.
2014-10-31 20:11:30 +13:00
etabeta78
938dcdcbe4
(MESS) nes: fixed NINA-06 mirroring, making Krazy Kreatures and
...
Mermaids of Atlantis working, and fixing a few glitches in other games
(e.g. the Robert Byrne's Pool Challenge proto). [Fabio Priuli]
2014-10-30 23:29:21 +01:00
Sandro Ronco
c543bfc6c2
skattva: added NVRAM init and inputs. (nw)
2014-10-30 21:42:43 +01:00
etabeta78
61da080df6
(MESS) fixed internal softlist name, thanks to BIOS-D for catching these. nw.
2014-10-30 20:35:21 +01:00
etabeta78
ce6288f7b0
(MESS) sorcerer: added some more tapes to the software list. nw.
2014-10-30 20:12:57 +01:00
etabeta78
3e951f044a
(MESS) spc1000.c: documented hardware differences among
...
models of the SPC-1000 series [zannylim]
2014-10-30 20:11:54 +01:00
etabeta78
bb6c49751b
(MESS) megadriv.xml: some more pcb documented by sunbeam. nw.
2014-10-30 20:09:57 +01:00
smf-
1fb575d4b7
Fixed Mametesters 05769 by reducing ATA flash card seek time to zero. [smf]
2014-10-30 18:56:43 +00:00
mamehaze
5704511f52
Merge branch 'master' of https://github.com/mamedev/mame
2014-10-30 17:13:53 +00:00
mamehaze
af4f742588
change program roms to ones found on the board, dump was from Tormod (nw)
2014-10-30 17:12:59 +00:00
hap
a0e26f8e7b
small correction
2014-10-30 18:08:06 +01:00
hap
aa16130d61
"UA" in airwolfa is United Amusements
2014-10-30 18:05:35 +01:00
Cesare Falco
0cf1f4e090
Man pages (*nix): Fixed some typos and bumped version to 0.155
2014-10-30 17:52:42 +01:00
Ramiro Polla
8d22700487
upd7810: set ETIMER interrupts
2014-10-30 16:45:34 +01:00
Ramiro Polla
6f8a6d85be
upd7810: remove code duplication in ETIMER
2014-10-30 16:45:23 +01:00
Ramiro Polla
2d4007980d
upd7810: remove code duplication in timers 0 and 1
2014-10-30 16:45:13 +01:00
Ramiro Polla
81e9c27162
upd7810: clear sample and hold on ADC reset
2014-10-30 16:45:06 +01:00
Ramiro Polla
a7ffdf4650
upd7810: sample and hold ADC value at start of conversion process.
2014-10-30 16:44:58 +01:00
Ramiro Polla
7f8150e88a
upd7810: ADC functions should return bytes.
2014-10-30 16:44:51 +01:00
Ramiro Polla
a604868222
upd7810: Fixed ADC output register range.
2014-10-30 16:44:37 +01:00
mamehaze
924bd635f8
new clones
...
JT-104 [??]
seems to be a cheap hack (just a gfx rom change) but some sources say it's official. There's a possibility the board should have been using different program roms to the ones that were on it.
2014-10-30 13:53:02 +00:00
mamehaze
00771aa4e6
new clones
...
Donkey Kong (Spanish Crazy Kong bootleg) [Marcos75 (from AUMAP)]
2014-10-30 12:04:53 +00:00
mamehaze
03fc7b1c99
new clones
...
Galaxy Monsters (Laguna S.A. Spanish bootleg of Space Invaders) [Arcade Vintage ( http://arcadevintageshop.blogspot.com.es/ ), Ricky2001]
2014-10-30 11:20:35 +00:00
mamehaze
846719469b
new clones
...
Botanic (English / Spanish) [Arcade Vintage ((http://arcadevintageshop.blogspot.com.es/ ), Ricky2001]
2014-10-30 10:47:36 +00:00