Commit Graph

7976 Commits

Author SHA1 Message Date
Angelo Salese
72954ce864 hng64: documented some sprite findings [Angelo Salese] 2009-11-26 00:12:37 +00:00
Fabio Priuli
e021bc1c14 Added save states to equites.c, exedexes.c, exerion.c and exprraid.c 2009-11-25 21:07:22 +00:00
Angelo Salese
c8178c6b75 Implemented use of per tile colour lookup ROM in Portraits, colour decode is still wrong [David Haywood] 2009-11-25 20:29:10 +00:00
Fabio Priuli
8617017844 Added save states to the following drivers: dynadice.c, dwarfd.c, dunhuang.c, enigma2.c, epos.c, drgnmst.c and egghunt.c
Also, added driver data struct to embargo.c (which was already supporting saves)
2009-11-25 16:38:19 +00:00
Fabio Priuli
0b7a91267e converted the following drivers to use EEPROM device: deco156.c, eolith.c, eolith16.c, limenko.c, taito_f3.c, taito_z.c, taito_b.c, taitojc.c, toaplan2.c and kaneko16.c 2009-11-25 16:33:02 +00:00
Aaron Giles
409223e919 Switched from linear interpolation to antialiased point sampling
when upconverting low-frequency sound streams. This should
de-muffle low-frequency streams, treating them has having
hard edges at sample boundaries.
2009-11-25 14:41:09 +00:00
Angelo Salese
fe2987870a Fixed sprite flipping and sprite disabling (actually a bit that invertes the x offset value) 2009-11-25 14:21:55 +00:00
Curt Coder
f47855ec04 CDP1869 changes:
- converted page RAM functions to use devcb
- added pull interface for predisplay
2009-11-25 11:15:10 +00:00
smf-
8836834f08 added memory_install_write_port_handler & memory_install_readwrite_port_handler to be consistent with installing handlers. 2009-11-25 09:48:44 +00:00
Aaron Giles
f1f5ea0287 The one-line fix below fixes a problem where aviio.c writes out ridiculously
large lengths for the audio stream of an AVI file. The occurrence of the
bug depends on the way that audio buffers are filled by the calling code;
if there are never two or more chunk's worth of audio samples queued then
the bug will not occur. [CDiFan]
2009-11-25 06:41:07 +00:00
Scott Stone
bdc6c1cc6a Updated DIP LOCATIONS in Submarine for Lives and Coinage options. 2009-11-25 04:36:41 +00:00
R. Belmont
b7de2e3da0 New games marked as GAME_NOT_WORKING
------------------------------------
Airline Pilots (Rev. A) [f205v]
Sega Tetris [Guru]
2009-11-25 03:21:41 +00:00
Angelo Salese
31547688c3 Small comment adjustement before I forgot the existance of this HW ;-) 2009-11-25 02:21:40 +00:00
Angelo Salese
610d57597b new working game
----------------
Submarine [Volker Hann, Team Europe, David Haywood, Angelo Salese]

(Is it ok now?)
2009-11-25 02:18:24 +00:00
Fabio Priuli
9b5b396d06 ooops... forgot that I added driver data struct to cheekyms.c as well. here it is. 2009-11-25 01:14:45 +00:00
Fabio Priuli
c2d537c3dd Added save states to the following drivers: ddayjlc.c, ddealer.c, deniam.c, discoboy.c, diverboy.c, dorachan.c, dragrace.c, dreamwld.c, dribling.c, drmicro.c, drtomy.c 2009-11-25 01:13:14 +00:00
Fabio Priuli
3ac828ef36 Added driver data struct to the following drivers: docastle.c, dotrikun.c, cloud9.c and destroyr.c
Notice that save states do not work in destroyr.c due to timers issues, atm.
2009-11-25 01:01:14 +00:00
Fabio Priuli
59fdf8232b Updated a few more drivers to use EEPROM device: cps1, cps2, konamigq and zr107.
More to come in the next few days...
2009-11-25 00:50:46 +00:00
Fabio Priuli
5258619fcb Updated drivers using EEPROM devices (20pacgal.c, albazg.c & astrocorp.c) to use the new input_port_write handlers. No need to mention this in the whatsnew. 2009-11-25 00:47:07 +00:00
Angelo Salese
092b3ac559 new not working
---------------
Submarine [David Haywood, Angelo Salese]
2009-11-24 23:31:30 +00:00
Luca Elia
ddfa89f822 Added sprites list stop to igs017.c. Implemented joystick mode in mgdh and sdmg2 [Luca Elia] 2009-11-24 22:24:15 +00:00
Angelo Salese
ad1876757a hng64: Implemented x/y sprite global offsets, used by Samurai Shodown 64 1 ranking screen [David Haywood]
hng64: Hooked-up backup ram [Angelo Salese]
2009-11-24 21:30:12 +00:00
Angelo Salese
8307ee05d0 hng64: Implemented sprite clearance capability, fixes garbage gfxs as seen in Samurai Shodown 64 1 & 2 [Angelo Salese] 2009-11-24 17:08:48 +00:00
Angelo Salese
70c71abae8 Fixed video register comment layout, no credit please 2009-11-24 15:44:12 +00:00
Angelo Salese
a7a09f29d5 hng64: added 16x16 / 8x8 tilemap mode select, fixes one scene in Extreme Rally and transition layer in Fatal Fury WA (squares on title screen) [David Haywood]
hng64: Added alt layout for the roz, fixes Roads Edge graphics before the title screen [David Haywood]

-----Messaggio originale-----
Da: David Haywood [mailto:neohaze@nildram.co.uk]
Inviato: martedì 24 novembre 2009 16.04
A: Angelo Salese
Oggetto: Hyper 64 alt layout

here..
apply over previous
alt layout for the roz.

From David Haywood (thru IM channels):

 ...and added 8x8 and 16x16 tilemaps for each mode.

corrects one scene in Xrally intro, and also transition layer in fatfurwa (see squares when you press start on title screen)

 (doesn't fix road edge alt tilemap mode yet)

 note: includes/hng64.h added, 3d disabled in driving games.
2009-11-24 15:28:16 +00:00
smf-
2877513af1 Hooked up eepromdev.c using PORT_READ_LINE_DEVICE/PORT_WRITE_LINE_DEVICE in groundfx.c.
Output ports are now affected by IP_ACTIVE_HIGH/IP_ACTIVE_LOW (eepromdev.c has active low cs).
The previous value for callbacks in inptport.c is now tracked per field. This saves recalculating it for PORT_CHANGED & conditional fields wouldn't always get updated correctly.
Tidied up eepromdev.c interface.
2009-11-24 12:05:35 +00:00
Angelo Salese
c09db0e234 hng64: Fixed sprite wrap-around [David Haywood]
hng64: Implemented irq 11, used by the racing games for network check, currently crashes due to an invalid parameter inside the 3d packets [Angelo Salese]

-----Messaggio originale-----
Da: David Haywood [mailto:neohaze@nildram.co.uk] 
Inviato: martedì 24 novembre 2009 0.23
A: Angelo Salese
Oggetto: Sprite Wrap

Samurai Shodown 64 / 2 character select seems to indicate that the 
sprite sign bit is 0x200, not 0x8000 as it sets sprites to 0x3ff 
co-ordinate range when they move off the top of the screen (used for the 
pictures which are meant to zoom when you select them)
2009-11-24 00:42:22 +00:00
Ryan Holtz
603ebf6ac7 (from MESS) Added support for SCSI command 0x2a (Write w/ 32-bit LBA), upped input buffer size in WD33C93 controller [Harmony] 2009-11-23 23:29:56 +00:00
Angelo Salese
40e2a10729 hng64: Implemented V-Blank register, fixes palette uploading in Samurai Shodown 1 & 2 [Angelo Salese] 2009-11-23 21:31:03 +00:00
Angelo Salese
0aa359902d hng64: hooked up global bpp switch for sprites, HW doesn't seem capable of doing per-sprite bpp switch, fixes coin credit text in Buriki One [Angelo Salese] 2009-11-23 20:56:42 +00:00
Angelo Salese
93768e08fd hng64: fixed scrolling text in Buriki One attract mode [Angelo Salese] 2009-11-23 19:26:09 +00:00
Angelo Salese
7eafbc7326 hng64: Corrected sprite end boundary, fixes credit messages in Buriki One [Angelo Salese] 2009-11-23 18:03:05 +00:00
R. Belmont
c28a73c485 New games marked as GAME_NOT_WORKING
------------------------------------
Dragon Chronicles (DC001 Ver. A) [Guru]
Netchuu Pro Yakyuu 2002 (NPY1 Ver. A) [Guru]
Soul Calibur II (SC23 Ver. A) [Guru]
Soul Calibur II (SC21 Ver. A) [Guru]
Tekken 4 (TEF3 Ver. C) [Guru]
Tekken 4 (TEF2 Ver. A) [Guru]
Tekken 4 (TEF1 Ver. A) [Guru]
Mobile Suit Z-Gundam: A.E.U.G. vs Titans (ZGA1 Ver. A) [Guru]
Capcom Fighting Jam (JAM1 Ver. A) [Guru]
Quiz and Veriety Suku Suku Inufuku 2 (IN2 Ver. A) [Guru]
Mobile Suit Z-Gundam: A.E.U.G. vs Titans DX (ZDX1 Ver. A) [Guru]
Soul Calibur III (SC31001-NA-A) [Guru]
Kinnikuman Muscle Grand Prix (KN1 Ver. A) [Guru]
Taiko No Tatsujin 9 (TK91001-NA-A) [Guru]
Tekken 5.1 (TE51 Ver. B) [Guru]


This covers the BIOSes and memory card keys.  DVDs will be added later.  Please credit only Guru for these games.
2009-11-23 17:50:55 +00:00
R. Belmont
c80aaff52c Fixed GCC compile error in SC/MP.
I assumed the as-edited line was the intent of the code, if not Micko will need to fix it :)
2009-11-23 17:44:36 +00:00
R. Belmont
e76480c990 Fixed 64-bit GCC build. 2009-11-23 17:28:24 +00:00
Angelo Salese
c8093c4a52 hng64: implemented "simple" scroll register layout [David Haywood]
hng64: implemented "complex" scroll register layout [David Haywood]
2009-11-23 14:53:03 +00:00
Fabio Priuli
0502582bfe Added save states to astrocorp.c. Also updated the driver to use EEPROM device.
Converted groundfx.c to use EEPROM device.

The latter was mainly a test for the eepromdev_bit_r PORT_CUSTOM introduced in svn7301. It seems to works perfectly fine.
2009-11-23 13:27:34 +00:00
Miodrag Milanovic
7b1aa92c4d INS 8060 SC/MP II support (using clock divider 2), main model renamed to INS 8050 SC/MP 2009-11-23 11:19:15 +00:00
Miodrag Milanovic
d98fa09e1f Added Intel 8008 and National Semiconductor SC/MP CPU cores 2009-11-23 08:19:29 +00:00
Aaron Giles
65250dc49c Oops, forgot to add these. 2009-11-23 06:42:47 +00:00
Aaron Giles
9072c7f911 Added new module tagmap which is a simple hashed string map.
Updated device and input port lists to use the tagmap for
tag searches. Also removed the whole "quark" thing from the
validity checker in favor of using the tagmaps.
2009-11-23 04:55:26 +00:00
Brian Troha
41be698d6e adds information about the "Sand Scorpion" Chinese title screen with alt hardware revision set. 2009-11-23 04:26:50 +00:00
Fabio Priuli
7ce018db1d Added save states to the following drivers: compgolf.c, champbas.c, copsnrob.c, cop01.c, cosmic.c, cntsteer.c, dacholer.c and dec8.c
Also, removed a memory_set_bankptr I forgot in cultures.c
2009-11-23 01:01:03 +00:00
Fabio Priuli
2cac12df6b Added driver data struct to decocass.c.
For some reason video is not correctly restored after state loading, hence I haven't added the SUPPORTS_SAVE flag, yet. Not sure about the reason.
2009-11-23 00:02:30 +00:00
Fabio Priuli
8c0bcf5093 Added driver data struct to crgolf.c and clayshoo.c 2009-11-22 23:57:31 +00:00
Brian Troha
81c34417d0 minor documentation update for volfied.c driver 2009-11-22 19:03:46 +00:00
Brian Troha
725b5ebc84 designate Puzzle Bang Bang (vamphalf.c) as Korean version. For this set the title and language cannot be change. 2009-11-22 18:47:19 +00:00
R. Belmont
8bd282b8c4 Galaxian3 update [Naibo Zhang]
- Fleshed out skeleton driver.  Each CPU board passes many self-tests
- Master and slave CPU comms hooked up
2009-11-22 16:45:54 +00:00
R. Belmont
336139104b System 23 update [Naibo Zhang]
-Corrected memory mapping of palette RAM and handling of palette data.  Power-On Self Test now shows correct colors.
-Changed Panic Park from SS23 to S23 game.


New games marked as GAME_NOT_WORKING
------------------------------------
Final Furlong (FF2 Ver. A) [Guru]
2009-11-22 16:40:46 +00:00
R. Belmont
7f40f5fdb7 New games marked as GAME_NOT_WORKING
------------------------------------
The King of Fighters Neowave (Japan) [Cah4e3]


This is just the EPROM - he said he'll send the cart to Guru to get the mask
ROMs done.  The AX number on the EPROM matches the current (world?) set but
the contents are different (same encryption key works though).
2009-11-22 16:00:39 +00:00