Commit graph

20506 commits

Author SHA1 Message Date
Angelo Salese
d75cff8859 Er, yeah ... 2013-02-15 15:04:04 +00:00
Angelo Salese
d05ca3bf27 Might as well do the same thing for Slave CPU, nw 2013-02-15 15:02:37 +00:00
Angelo Salese
32edfb1081 Fixed SMPC change clock behaviour, fixes 2 credits at start-up for various ST-V games [Angelo Salese] 2013-02-15 14:42:16 +00:00
Oliver Stöneberg
1b18ce13d6 fixed uninitialized variables in src/mame/video/tia.c according to valgrind (nw) 2013-02-15 11:20:49 +00:00
Robbbert
810e72c874 fcrash: soundcpu -> audiocpu (nw) 2013-02-15 10:42:00 +00:00
Oliver Stöneberg
6b40a3fda7 (MESS) fixed crtc_ego configuration via crtc_ega_interface (nw) 2013-02-15 09:01:35 +00:00
Oliver Stöneberg
892e89c643 (MESS) fixed some uninitialized variables in crtc_ega.c (nw) 2013-02-15 08:10:02 +00:00
Ville Linde
6a60cb4b3a cpu/jaguar: Fixed ADDC. 2013-02-15 02:38:56 +00:00
Ville Linde
97081d06ef drivers/jaguar.c: Removed cart protection hack. 2013-02-15 01:47:29 +00:00
Ville Linde
44ebb6ab2d cpu/jaguar: Fixed SUBC opcode. Added special case for internal RAM loads and stores. 2013-02-15 01:46:36 +00:00
Wilbert Pol
f56c9ad13b megasys1.c: Reduce tagmap lookups (nw) 2013-02-14 21:50:21 +00:00
Wilbert Pol
22f8046507 (MESS) atari400.c: Reduce tagmap lookups (nw) 2013-02-14 21:04:38 +00:00
Wilbert Pol
71e88e2d37 (MESS) z80ne.c: Reduce tagmap lookups (nw) 2013-02-14 20:32:47 +00:00
Wilbert Pol
c42c219682 (MESS) palm.c: Reduced tagmap lookups (nw) 2013-02-14 20:24:00 +00:00
Wilbert Pol
82a539c656 (MESS) gb.c: Reduce tagmap lookups (nw) 2013-02-14 20:07:15 +00:00
Oliver Stöneberg
347cb338f8 (MESS) fixed gameboy crash on exit when mounted cart wasn't valid (nw) 2013-02-14 20:00:58 +00:00
Wilbert Pol
2558a614e8 (MESS) radio86.c orion.c: Reduce tagmap lookups (nw) 2013-02-14 19:57:26 +00:00
Curt Coder
0280a7a890 (MESS) Cleanups. (nw) 2013-02-14 18:27:41 +00:00
Sandro Ronco
fe4f937c05 Fixed H8S regression, cybikoxt now works again. (nw) 2013-02-14 18:18:36 +00:00
Angelo Salese
bc0e2f76e3 Fixed protection check in Tecmo World Cup '98, game is now playable (Tecmo logo & Title Screen still garbled) [Angelo Salese] 2013-02-14 17:17:35 +00:00
Fabio Priuli
737daef258 revert previous r21062. check must be put elsewhere... 2013-02-14 16:33:13 +00:00
Miodrag Milanovic
95a59291de some atari modernization (nw) 2013-02-14 15:31:04 +00:00
Oliver Stöneberg
17ba082e19 fixed uninitialized variable in src/emu/diserial.c (nw) 2013-02-14 14:26:02 +00:00
Miodrag Milanovic
b151f080ae fix compile (nw) 2013-02-14 13:36:32 +00:00
Miodrag Milanovic
c20b12eea3 some more cleanup (nw) 2013-02-14 13:34:16 +00:00
Miodrag Milanovic
3bdc0ee891 pacman protection modernization (nw) 2013-02-14 12:54:48 +00:00
Miodrag Milanovic
f12da35ce6 modernized chinagat (no whatsnew) 2013-02-14 12:41:40 +00:00
Fabio Priuli
bd15f41d0b emuopts.c: avoid slots without user configurable options to write their configs at exit. [Fabio Priuli] 2013-02-14 12:40:56 +00:00
Miodrag Milanovic
772ab4090a pgm modernization (nw) 2013-02-14 12:13:54 +00:00
Fabio Priuli
dd803a5427 (MESS) megadriv.c: this is what happens when you change the usage of a macro across the driver, but you still commit the older version of the macro itself!
previous macro was planned to be called through MD_ADDR(a<<1)/2 but was called through MD_ADDR(a) instead, so every kind of out of bound access was attempted...
clean build of megadrive components is required. no whatsnew.
2013-02-14 12:04:57 +00:00
Miodrag Milanovic
d76ec3b040 Modernization of drivers part 25 (no whatsnew) 2013-02-14 10:36:12 +00:00
Oliver Stöneberg
85a6b693d2 (MESS) fixed n64 regression (nw) 2013-02-14 10:27:14 +00:00
Robbbert
fad3311363 (MESS) fixed cdi regression 2013-02-14 10:13:50 +00:00
Fabio Priuli
e40b318239 (MESS) ibm5170.xml: Added 2 ipf cross-platform sets (they are compatible with both Amiga and PC) [Kaylee]
(MESS) ibm5150.xml: Added VisiCalc & StretchCalc [Kaylee]

+ a size fix to snes.xml
2013-02-14 06:30:33 +00:00
Oliver Stöneberg
63ab1e07f7 fixed memory leak in src\emu\sound\mos6581.c (nw) 2013-02-14 00:07:43 +00:00
Angelo Salese
a7dbfe5d91 Fixed regression with Shienryu 2013-02-13 23:51:22 +00:00
Angelo Salese
9e714747a7 vfkids trips this one, hook it up 2013-02-13 23:30:42 +00:00
Angelo Salese
d134bb39d4 Avoid logging if word reading from the IOGA 2013-02-13 23:20:21 +00:00
Angelo Salese
59a9815e1c Added a more sane ST-V SMPC Intback command emulation, based off Saturn version. Fixes inputs in Find Love [Angelo Salese]
New WORKING game
--------------------
Zenkoku Seifuku Bishoujo Grand Prix Find Love [Angelo Salese]
2013-02-13 23:12:19 +00:00
Ville Linde
18da9b0de2 video/jagblit.c: Implemented gouraud shading. 2013-02-13 22:53:43 +00:00
Wilbert Pol
87bd8632b5 Fix some compile errors (nw) 2013-02-13 21:58:54 +00:00
Angelo Salese
c914d4b785 Hooked up my theory for some other games, it's mostly right except it needs a decrypter expert (that isn't me ...) 2013-02-13 21:48:06 +00:00
Wilbert Pol
44db7e5624 [MT05141] Fixed intvkbd from crashing when trying to mount a software list entry. Also fixed a regression in intv crashing when attempting to mount a software list entry. [Wilbert Pol] 2013-02-13 21:10:44 +00:00
Wilbert Pol
f807712fa7 (MESS) msx.c: Reduce tagmap lookups (nw) 2013-02-13 20:50:54 +00:00
Angelo Salese
d96ff2ab99 Improved protection in Steep Slope Sliders [Angelo Salese] 2013-02-13 20:46:11 +00:00
Curt Coder
cb21b7721d (MESS) c64: Added serial terminal and nullmodem RS-232 devices to SwiftLink/Turbo232. (nw) 2013-02-13 20:21:32 +00:00
Curt Coder
8faae91188 Fixed late binding error. (nw) 2013-02-13 19:38:37 +00:00
Wilbert Pol
76cfdd026a (MESS) ng_aes: Reduce tagmap lookups (nw) 2013-02-13 19:35:57 +00:00
Wilbert Pol
12df1472ad (MESS) intv.c: Missed these (nw) 2013-02-13 19:24:58 +00:00
Wilbert Pol
8bcada6503 (MESS) apollo_kbd.c: Reduce tagmap lookups (nw) 2013-02-13 19:19:24 +00:00