R. Belmont
0dec19ddfc
New games added as GAME_NOT_WORKING
...
-----------------------------------
Crackin' DJ Part 2 [ShouTime, The Dumping Union, R. Belmont]
2013-04-03 13:42:17 +00:00
Miodrag Milanovic
946e54d994
modernized aleck64 (nw)
2013-04-03 12:38:28 +00:00
Miodrag Milanovic
53c7405802
modernized photon and small cleanup (nw)
2013-04-03 12:29:48 +00:00
Miodrag Milanovic
76fc9a0f03
nes fix (nw)
2013-04-03 11:25:56 +00:00
smf-
39b3658f78
I don't think this test can be true any more (nw)
2013-04-03 10:58:59 +00:00
smf-
243728389d
Apply draw offset later to avoid the coordinates wrapping when truncated, which may fix recent polygon issues. (nw)
2013-04-03 10:43:26 +00:00
Fabio Priuli
efd92e28e8
minor change to make easier my work on the slot-ified pcbs/mappers. nw.
2013-04-03 09:46:32 +00:00
Miodrag Milanovic
cbdb2f858d
device callback handler cleanup (nw)
2013-04-03 07:29:07 +00:00
Andrew Gardner
1e83d998b7
Fix visual studio compile. (nw)
2013-04-03 04:26:18 +00:00
R. Belmont
d4acb382a9
i960: Add cvtilr needed by Zero Gunner. [Kale, R. Belmont]
2013-04-03 02:23:49 +00:00
Brian Troha
0e553d85f3
New Motocross Go clone
...
Like all the sets in namcos23.c, this one is not working.
New Clone Added
-----------------------------------
Motocross Go! (MG1 Ver. A) [Any, The Dumping Union]
2013-04-03 01:19:33 +00:00
Michaël Banaan Ananas
071adc71fe
fix labelnum usage in SLEEP
...
also removed a useless branch equivalent to: if(sleep!=1) { sleep=1; }
2013-04-02 22:18:38 +00:00
Angelo Salese
9316068d24
Storm Blade: Using perfect CPU with the half assed framework we have is especially bad when the other CPU just does a simple string check then goes into a tight loop, nw
2013-04-02 17:44:25 +00:00
Wilbert Pol
d1854d6930
315_5124.c: Small improvements to the palettes. [Enik Land]
2013-04-02 17:41:19 +00:00
Robbbert
4f0cf9a00b
cps1 - cleanup, notes. Fixed regression in sf2mdt.
2013-04-02 13:21:40 +00:00
Miodrag Milanovic
c0a6aac7f6
V9938 to use devcb2 (nw)
2013-04-02 12:53:12 +00:00
Miodrag Milanovic
0e7073c4ee
small cleanup (nw)
2013-04-02 11:38:06 +00:00
Miodrag Milanovic
1c813f4e2a
device callback handler cleanup (nw)
2013-04-02 09:53:25 +00:00
Miodrag Milanovic
c6533ad919
device callback handler cleanup (nw)
2013-04-02 08:51:12 +00:00
Andrew Gardner
de35bcf071
QT Debugger: The memory view chunk size radio now reports proper sizes.
...
Fixed "ignore" command reporting incorrect invalid CPUs.
Fixed crazy code responsible for opcodes' crc32s in the comments system
(what was I thinking back then?). [Andrew Gardner]
2013-04-02 03:33:43 +00:00
Brian Troha
8312271a56
usgames.c: Add a note about the v18.3 & 18.6 sets known to exist but not dumped. - NW
2013-04-02 01:58:09 +00:00
Brian Troha
a857e4df71
new Raiden Jet (Single Board) clone
...
New Clone Added
------------------------------------
Raiden Fighters Jet (Single Board, set 1) [Tormod, Smitdogg, The Dumping Union]
2013-04-02 01:30:42 +00:00
Michaël Banaan Ananas
7e91674d23
(update notes)
2013-04-01 14:42:56 +00:00
Miodrag Milanovic
c093affda1
little bit more (nw)
2013-04-01 14:29:39 +00:00
Miodrag Milanovic
a1cdc3d898
device callback handler cleanup (nw)
2013-04-01 13:42:49 +00:00
Robbbert
d37c28691d
dinopic - WIP
2013-04-01 11:39:04 +00:00
Miodrag Milanovic
0e089286c1
modernized pocketc driver (nw)
2013-04-01 09:18:07 +00:00
Miodrag Milanovic
72c391a1e9
make mcs51 callbacks used delegates (nw)
2013-04-01 07:44:46 +00:00
Robbbert
c7997dab4b
punipic - saving more WIP
2013-04-01 07:10:56 +00:00
mahlemiut
6ef18e79fe
(MESS) Added s3virgedx (no whatsnew)
2013-04-01 03:02:47 +00:00
smf-
3a5bdf4e5b
Treat x & y coordinates as 11 bit signed on dots, lines & rectangles. This fixes sprites in Zaynac X Zaynac (fc version) in MESS [smf]
2013-03-31 23:45:32 +00:00
mahlemiut
ba51060798
missed this file (no whatsnew)
2013-03-31 22:27:39 +00:00
smf-
785464dc99
tweak to the mesh display (nw)
2013-03-31 22:22:33 +00:00
mahlemiut
a6c60b425c
(MESS) Added skeleton S3 ViRGE video card. [Barry Rodewald]
2013-03-31 22:16:26 +00:00
Brian Troha
0ff930c1a1
taitojc.c: Added the sub title Evoluzione for the Japanese set of Side by Side 2. Correct the rom labels for it as well. - NW
...
This is supported by both eBay auctions, flyers and the game itself shows the sub title as well as speaks it during the initial title sequence.
2013-03-31 19:44:57 +00:00
Brian Troha
765641f333
taitojc.c: Show the use of the OSC clock with XTAL_xxx and state the speed of the CPU. No functional change. - NW
2013-03-31 19:18:39 +00:00
Brian Troha
191eeac36f
shangha3.c: Main CPU clock should be 16MHz not 12MHz - NW
2013-03-31 19:15:29 +00:00
Andrew Gardner
518043eb5b
QT Debugger: Fixes bug where commands don't refresh all windows.
2013-03-31 16:09:41 +00:00
Michaël Banaan Ananas
f5071f355f
(add notes)
2013-03-31 14:57:24 +00:00
Michaël Banaan Ananas
0bedfdf423
guru confirmed the id string is same on other games
2013-03-31 14:30:48 +00:00
Michaël Banaan Ananas
68e6a5a15d
added video parameters
2013-03-31 14:28:14 +00:00
Michaël Banaan Ananas
b566f6d17b
added id string from sidebs + some notes
2013-03-31 13:40:49 +00:00
Michaël Banaan Ananas
0731777bdf
update cpu clocks from guru's measurements
2013-03-31 13:25:06 +00:00
Michaël Banaan Ananas
73f2f7574b
guru updated sidebs readme
2013-03-31 13:04:45 +00:00
Michaël Banaan Ananas
f821ef8886
ok, removed baddump flag but kept notes in
2013-03-31 12:43:55 +00:00
Robbbert
351f425fb2
punipic - saving WIP
2013-03-31 11:41:51 +00:00
Olivier Galibert
b4e3528d54
(mess) upd7220: Add the internal rom [rfka01, balrog]
2013-03-31 10:55:36 +00:00
R. Belmont
5dff2f2620
(MESS) apple2gs: Checkpoint on ADB MCU emulation (nw)
2013-03-31 03:49:12 +00:00
R. Belmont
dffaa9c181
M740: Correct disassembly for seb x,A/clb x,A [R. Belmont]
2013-03-31 03:44:06 +00:00
Jonathan Gevaryahu
495816937e
tms5220.c: Added correct tms5200 chirp rom derived from decap; This is now used for 5200, 5220 and 5220c pending decaps of the latter two. [digshadow, Sarayan, Lord Nightmare]
...
(removed tms5220r.c which hasn't actually been compiled/used by speech code for around 2 years now, and fixed the makefile. no whatsnew)
2013-03-31 02:59:17 +00:00
Robbbert
fdfef9a04e
sf2amf - loaded the gfx roms correctly
2013-03-31 01:00:31 +00:00
R. Belmont
95327fc0a8
M740: correct disassembly of bbs/bbc on A register. [R. Belmont]
2013-03-30 20:48:43 +00:00
Brian Troha
37f9ac09ca
new Capcom Vs. SNK Millennium Fight 2000 clone added
...
New Clone Added
------------------------------------------
Capcom Vs. SNK Millennium Fight 2000 (JPN, USA, EXP, KOR, AUS) [Porchy, The Dumping Union]
2013-03-30 20:03:59 +00:00
Brian Troha
a9c07c3517
New side by side clone
...
New Clone Added
--------------------------------
Side by Side (Ver 2.7 J) [Guru]
2013-03-30 19:59:55 +00:00
Robbbert
87491f9d2f
sf2m1 - game is working apart from some very minor gfx glitches.
2013-03-30 13:43:47 +00:00
Nathan Woods
0deff571ba
mc6847 optimizations
2013-03-30 12:08:26 +00:00
smf-
30a47526e2
fixed a few comments (nw)
2013-03-30 11:01:01 +00:00
Olivier Galibert
fa4ec75c3f
upd765: Handle modes a little more, NeXT can boot from floppy again [O. Galibert]
2013-03-30 10:37:57 +00:00
Brian Troha
19883f9c83
new Gaplus clone added
...
gaplus.c: Corrected some issues between Galaga 3 & Gaplus sets. [Brian Troha]
New Clone Added
--------------------------------------
Gaplus (GP2) [Any, The Dumping Union]
2013-03-30 03:35:20 +00:00
mahlemiut
06bca110f9
s3: made ID registers read from member variables (no whatsnew)
2013-03-30 03:32:46 +00:00
smf-
3f3b7d4456
corrected lwr mem_mask (nw)
2013-03-30 03:10:40 +00:00
smf-
611ae96b39
(MESS) Makes sure the first instruction of cpe/psx/psf files will be executed. [smf]
2013-03-29 22:47:25 +00:00
cracyc
6b6d43ab92
(mess) psxcd: reset disk change timer when load comes before reset (nw)
2013-03-29 22:18:02 +00:00
smf-
d319be224f
Treat x & y coordinates as 11 bit signed, Ridge Racer Revolution loading game sets unused bits. [smf]
2013-03-29 17:48:03 +00:00
Miodrag Milanovic
624dfff24e
made some of sound devices use device callbacks instead of function callbacks part 3 (nw)
2013-03-29 13:23:17 +00:00
Miodrag Milanovic
46587ba913
made some of sound devices use device callbacks instead of function callbacks part 2 (nw)
2013-03-29 09:56:02 +00:00
Miodrag Milanovic
266a4643f5
did latch delegate for ppu also (nw)
2013-03-29 07:53:11 +00:00
R. Belmont
5e39fecad5
Embrace and extend (nw)
2013-03-29 02:13:48 +00:00
R. Belmont
26b138aa81
Fix GCC compile (nw)
2013-03-29 01:52:50 +00:00
Fabio Priuli
9cedace856
(MESS) megadriv.c: fixed SRAM detection from fullpath and
...
added more comprehensive loading log, including the internal
header. nw.
2013-03-28 20:46:39 +00:00
Curt Coder
0381f18605
(MESS) c64: Added Spanish C64C variant. [The Commodore Museum]
2013-03-28 19:30:03 +00:00
Miodrag Milanovic
c0cbb937bc
made some of sound devices use device callbacks instead of function callbacks part 1 (nw)
2013-03-28 15:15:11 +00:00
Robbbert
b3d063bcc3
Saving sf2m1 wip
2013-03-28 14:31:19 +00:00
Curt Coder
b27b6b5bcd
(MESS) Fixed regression. (nw)
2013-03-28 14:22:34 +00:00
Curt Coder
3ad939654b
(MESS) Added some most wanted Commodore ROMs. [Martin Hoffmann-Vetter]
2013-03-28 14:21:21 +00:00
Nathan Woods
c00f72eb4f
Minor schedule.c optimization
2013-03-28 12:45:22 +00:00
Miodrag Milanovic
4aaea7bcd9
fix invalid cast (nw)
2013-03-28 11:05:31 +00:00
Miodrag Milanovic
3624e85653
made ppu nmi also delegate and now inline config (nw)
2013-03-28 09:09:49 +00:00
Miodrag Milanovic
8b16204628
Made ppu use delegates instead of callbacks (nw)
2013-03-28 08:40:12 +00:00
Fabio Priuli
c3141323c1
(MESS) megadriv.c: fixed input-related crash in 32x and segacd, due to latest refactorizations. nw.
2013-03-28 08:11:37 +00:00
Brian Troha
3e16b29132
merit.c: After seeing an eBay auction for a full cab, corrected the name for Michigan Superstar Draw Poker. - NW
2013-03-28 03:40:16 +00:00
Brian Troha
fbc77796cc
shangha3.c: Minor English correction - NW
2013-03-28 03:32:50 +00:00
Brian Troha
5dd2d63036
shangha3.c: Corrected clock speed for Shanghai 3 and added misc documentation. [Brian Troha]
2013-03-28 03:29:13 +00:00
Brian Troha
8136920b9f
model2.c: fix errant cap "A" - NW
2013-03-28 02:31:37 +00:00
Brian Troha
e1f16b849b
new Daytona clones
...
New Clones Added
-------------------------------------
Daytona USA Special Edition (Japan, Revision A) [Ordyne]
Daytona USA (Japan, Turbo hack, set 2) [Any, The Dumping Union]
2013-03-28 02:23:54 +00:00
smf-
7977e8ffc3
MESS: stop psx cd timers when reset (nw)
2013-03-28 00:28:10 +00:00
smf-
c861adb9bb
MESS: stop psx crashing when reloading a state when cd access was in progress [smf]
2013-03-27 23:50:16 +00:00
Angelo Salese
9237e15a0e
Added SCREEN_RAW_PARAMS to SSV HW
2013-03-27 23:08:41 +00:00
smf-
40d2b618fc
Some changes to the psx mesh display for debugging. (nw)
2013-03-27 22:05:34 +00:00
Angelo Salese
85322f044a
05139: ryorioh: Wrong Colours
2013-03-27 21:51:33 +00:00
cracyc
411f5ee645
spu: don't overrun spu ram (nw)
2013-03-27 19:11:11 +00:00
Robbbert
aebfaf3bd0
sf2m3, sf2m8 - fixed remaining gfx issues, marked as WORKING. [Robbbert]
2013-03-27 14:00:47 +00:00
Miodrag Milanovic
dcc2387bae
let's add sourcefile name for devices since we have if set properly for all those having shortname (nw)
2013-03-27 12:20:59 +00:00
Michaël Banaan Ananas
72f651275e
hangon2 rom info
2013-03-26 22:31:26 +00:00
cracyc
66d87e851a
spu: doh (nw)
2013-03-26 22:30:39 +00:00
Angelo Salese
3301dbe369
Hooked up two extra inputs, specific to this version
2013-03-26 22:06:23 +00:00
cracyc
f7be9689a9
spu: add cdda interrupts [Carl]
...
(mess) psxcd: cdda muting (nw)
2013-03-26 21:25:48 +00:00
David Haywood
0c46d2cb67
new clones
...
-----------
Hang-On (older?) [cmonkey]
assuming this isn't some early april fools joke, the ROM labels need proper verification, the 4 main roms had the same labels as the parent set, and there is no mention of alt labels in the text provided (names of the sub roms were mentioned) that's not how Sega work, so unless our parent has bad names the ones included here must be wrong, so I've just used generic positions until that gets resolved.
2013-03-26 19:29:33 +00:00
Olivier Galibert
1b1d090f52
imd: Stop being so anal-retentive, it's counterproductive [O. Galibert]
2013-03-26 19:13:41 +00:00
Curt Coder
e61d508086
(MESS) ql: Added floppy softlist. [anonymous]
2013-03-26 16:01:23 +00:00