Ivan Vangelista
54c3e62516
namcos2 and namcos21: moved most remaining functions into classes (nw).
2014-09-30 14:57:36 +00:00
David Haywood
bc00aadc06
new clones
...
Zero Hour (Inder) [Basilio García]
2014-09-30 10:40:12 +00:00
Fabio Priuli
5f77979a2c
(MESS) converted scv and vboy to use slot devices for
...
their carts. nw.
2014-09-30 06:05:07 +00:00
Ville Linde
bf5d2bcf28
model3.c: fixed missing textures in magtruck (nw)
2014-09-29 20:06:44 +00:00
Fabio Priuli
80acf89723
ATTN Kale: ddsom fails to enter ingame with this code you added
...
in rev. 25747. could you please take another look, when you have
time? or point me to a game which needs this code, so that I can
search for a solution which makes both happy? thanks. nw.
2014-09-29 18:22:30 +00:00
Fabio Priuli
5ab798d2c3
old apple gcc complains about 'floppy' possibly used uninitialized (switch
...
statements always confuse this compiler :( ). nw.
2014-09-29 18:15:13 +00:00
Fabio Priuli
c7379ba4b8
(MESS) saturn: made RAM / Backup RAM expansion internal
...
slot options. you now mount these with the -cart media switch,
i.e. for instance
mess.exe saturn -cdrm ddsom -cart ram32
or
mess.exe saturn -cdrm draculax -cart bram16
and not anymore using the -exp option. [Fabio Priuli]
out of whatsnew: this prevents users from passing conflicting setups like
"-exp ram32 -cart kof95", etc. these would have lead to unpredictable effects,
depending on the order of the option (and whether they were set at command
line or inside ini files)
2014-09-29 18:08:35 +00:00
Fabio Priuli
b304fbb985
(MESS) gbcolor: added some new Li Cheng dumps, courtesy of taizou.
...
among these, there is a clone of the long awaited (and still undumped in
its original form) Zook Hero Z by Vast Fame. nw.
2014-09-29 18:02:49 +00:00
David Haywood
229be45fb1
debug notes only (nw)
2014-09-29 18:01:37 +00:00
Fabio Priuli
c3e67737f8
(MESS) consolidation + cleanup, part2. nw.
2014-09-29 18:01:24 +00:00
Ivan Vangelista
116cfaedb3
Moved misc functions into driver classes and small cleanups(nw)
2014-09-29 17:03:32 +00:00
Michaël Banaan Ananas
cdc6d197ed
note
2014-09-29 16:56:44 +00:00
David Haywood
78927034b6
refactor (nw)
2014-09-29 15:03:08 +00:00
David Haywood
2aad5308c6
use common collision logic that appears to work for all games using the same commands, tested r2 etc. and 2nd boss still works, so I think we're good (nw)
2014-09-29 12:40:21 +00:00
R. Belmont
c49a3bbdc1
WebUI: clean up and fixed HTML compliance. [Firehawke]
2014-09-29 03:31:14 +00:00
R. Belmont
61e367ad21
(MESS) concept: Add 5.25" DSDD raw image support and preliminary pseudo-DMA to buffered controller. [R. Belmont]
2014-09-29 03:07:47 +00:00
R. Belmont
2df79a01a5
(MESS) concept: Misc fixes/cleanup, CCOS boots now from 8" floppies. [R. Belmont]
2014-09-29 03:04:32 +00:00
Scott Stone
b52a88cc03
Changing #includes for headers that are part of toolchain and not part of any source/external library. Removal of references to messvers.rc as it does not appear to be used anymore. (nw)
2014-09-29 02:00:23 +00:00
Scott Stone
fdf187ba4d
If #includes are not in source, code should not exist in source. (nw)
2014-09-28 21:18:51 +00:00
Ville Linde
3dcbe67e1b
model3.c: make magtruck boot (nw)
2014-09-28 20:54:51 +00:00
Michaël Banaan Ananas
3ca7d7f554
note
2014-09-28 18:34:23 +00:00
Ville Linde
1fe9458bb0
powerpc: Fixed wrong condition register in stwcx. (nw)
2014-09-28 18:11:55 +00:00
Wilbert Pol
253a641a63
315_5124.c: Refactored sprite handling, fixes status bar on Tarzan for gaemgear. Removed m_collission_buffer member variable. Tweaked game gear timing to fix glitches in status bar of Chicago Syndicate for gamegear. [Enik Land]
2014-09-28 15:30:55 +00:00
Fabio Priuli
ca3deae576
(MESS) consolidation + cleanup, part1. nw.
2014-09-28 15:28:57 +00:00
Robbbert
108544f677
s7.c : cleanup
2014-09-28 10:54:18 +00:00
Fabio Priuli
1818aa6f74
(MESS) floppy.c: fixed disks not being launched if loaded
...
from softlist through File Manager. [Fabio Priuli]
out of whatsnew: until we support writing changes to diff, it is
also safer to treat disks in softlists as read-only :)
2014-09-28 08:25:23 +00:00
smf-
d880fe4e81
(MESS) portfolio: only trigger interrupts when the 8250 asserts the line, not when it clears it. [smf]
2014-09-28 08:17:30 +00:00
smf-
edc1d120d0
initialize ier register to stop interrupts randomly being generated before reset, fixes portfolio booting (nw)
2014-09-28 08:15:16 +00:00
R. Belmont
efc6dd85c1
snesb: Set up dip switches for Gundam Wing. [stephh]
2014-09-28 02:07:10 +00:00
R. Belmont
ac27a598aa
fix Clang compile (nw)
2014-09-28 01:52:06 +00:00
R. Belmont
8155c6cc77
(MESS) concept: Preliminary implementations of the original and buffered floppy disk controllers. [R. Belmont]
2014-09-28 01:43:38 +00:00
cracyc
c5e24175a1
(mess) pc9801: make sasi partially work (nw)
...
scsi: sync rest of lines with input buffer (nw)
---
The 9801f will read the hdd but appears to not like disks without 256 byte sectors.
The ux and rs don't even attempt to access the sasi controller and seem to have no driver in their firmwares, are they supposed to have an external rom?
2014-09-28 01:21:43 +00:00
Brian Troha
41d627253c
peplus.c: Forgot to make one a clone - nw
2014-09-27 23:01:38 +00:00
Brian Troha
a5de24b3c3
peplus.c: Minor update - NW
...
Set the French 32K IP0xxx poker games to the nonplus init. Explain in the header of the source file under Initialization : Method 3 about the secondary door that needs to be closed to play. Also made Joker Poker sets clones of the lowest numbered Joker Poker and did the same for the Standard Draw sets.
2014-09-27 22:54:13 +00:00
Robbbert
25a975d4c1
s6a.c : fixed sound. Algar and Alien Poker marked as working.
2014-09-27 21:05:42 +00:00
Robbbert
40700753be
s6.c : Gorgar Speaks!
...
Gorgar, Blackout marked as working.
2014-09-27 21:00:01 +00:00
David Haywood
376eac16c9
before I forget (nw)
2014-09-27 16:43:42 +00:00
David Haywood
b6a292adc7
more debug notes (nw)
2014-09-27 13:07:24 +00:00
Robbbert
ade03df30c
s6.c : sound improved, 2 games marked as working (Scorpion, Laser Ball)
2014-09-27 10:19:23 +00:00
Fabio Priuli
69324093a2
(MESS) gba.c: fixed Top Gun - Combat Zones cart type, making the
...
game playable. [Reznor007]
2014-09-27 09:45:08 +00:00
Fabio Priuli
5842c87144
(MESS) timex.c: added software list for DOCK carts. [Fabio Priuli]
2014-09-27 09:21:00 +00:00
Fabio Priuli
f8ef333fb4
(MESS) misc generic cartslot conversions. while at it, I have added
...
experimental eprom writing to the beta.c driver (pending more accurate
tests). nw.
2014-09-27 08:45:17 +00:00
Fabio Priuli
540b2f00c2
(MESS) a7800.xml: added earlier revision of Winter Games, with
...
thanks to Trebor for pointing me to this 3 years old dump :) nw
2014-09-27 08:35:57 +00:00
Ivan Vangelista
4646f96634
Added default initialized nvram to foodf.c (nw)
2014-09-27 06:29:21 +00:00
Ivan Vangelista
44f36ffb0b
pc98.xml validation fix (nw)
2014-09-27 06:19:45 +00:00
Robbbert
c534a284f9
s4.c : fixed sound, 4 games marked as working (Flash,Stellar Wars,TriZone,TimeWarp)
2014-09-27 05:38:59 +00:00
Robbbert
61e6dd0f52
s3.c : More improvements to the sound.
2014-09-27 04:45:49 +00:00
Michaël Banaan Ananas
c6dca189a3
machine/maniach.c filename different from driver name was confusing. decided to move code to the driver file instead of renaming the file, only 120 lines anyway
2014-09-27 04:09:15 +00:00
R. Belmont
714cc64490
New games added or promoted from NOT_WORKING status
...
---------------------------------------------------
Gundam Wing: Endless Duel (SNES bootleg) [Peter Ferrie, iq_132, stephh]
2014-09-27 03:50:04 +00:00
R. Belmont
9c8e4a9675
snesb.c: Add coin/DSW inputs to Gundam Wing, game is now playable. [stephh]
2014-09-27 02:51:55 +00:00