summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bump.mame0128u1 Aaron Giles2008-10-2322-504/+504
|
* Added correct timing PROM for Cloak & Dagger. Aaron Giles2008-10-231-8/+8
|
* From: tbellm@arcor.de [mailto:tbellm@arcor.de] Aaron Giles2008-10-231-2/+194
| | | | | | | | | | | | | | | | | | | | | | | | | Sent: Sunday, October 19, 2008 9:01 AM To: submit@mamedev.org Subject: Sound Support for Cosmic Alien Hello, I own a cosmic alien PCB and so I thought it would be a good idea to add sound support to this game by changing the corresponding driver ("drivers\cosmic.c"). I also have recorded the different sound effects as wave - files. I have attached two files to this mail. The file "cosmica.zip" contains the samples (so it can be simply copied to the "samples" folder) and the other one "cosmica_diff.zip" contain the "diff" file taken against the 0128 sources. So you can check it and maybe you want to implement the changes in a further release? best regards T.Bellm
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-10-231-2/+2
| | | | | | | | | | | | Sent: Mon 10/20/2008 9:45 AM To: submit@mamedev.org Subject: fix for mt 2577 the wrong tags were used for maketrax when indexed inputs were converted to tagged ones (0.125u7): input 2 was 'dsw1' but 'in1' was used. probably a mistake I made. sorry. regards Fabio
* From: Phill Harvey-Smith [mailto:afra@aurigae.demon.co.uk] Aaron Giles2008-10-232-1/+10
| | | | | | | | | | | | | | | | | Sent: Fri 10/17/2008 11:45 AM To: submit@mamedev.org Subject: 65c02 core bugfix Hi, This patch fixes a subtle bug in the 65c02 emulation where the result of the BIT instruction differs on the 65c02 (from the 6502), when executed in immediate mode. Cheers, Phill.
* From: abcd efgh [mailto:cix_999@yahoo.it] Aaron Giles2008-10-231-12/+48
| | | | | | | | | | | Sent: Sunday, October 12, 2008 1:15 PM To: submit@mamedev.org Subject: dakkochn gfx improve Improve dakkochn gfx, the priority are ok but there are various offset so i marked also the game as "inperfect gfx". Bye Sonikos
* 01722: sokonuke: Game hangs after you choose stage Aaron Giles2008-10-231-2/+4
|
* Silenced an annoying log message. Aaron Giles2008-10-231-1/+13
|
* Quick bug fix for Mirage. Angelo Salese2008-10-221-1/+1
|
* more megadriv.c stuff moving towards 32x support for MESS / HazeMD davidhay2008-10-221-7/+96
|
* Fixed controls and added preliminary sound (missing rom banking) to Mirage ↵ Angelo Salese2008-10-221-68/+78
| | | | | | | | | Youjuu Mahjongden Game is now working New games added or promoted from NOT_WORKING status --------------------------------------------------- Mirage Youjuu Mahjongden [Angelo Salese]
* update for Super Mega Touch IV: Brian Troha2008-10-221-1/+4
| | | | | | | Created default EEPROM which is required to get it going. New games added or promoted from NOT_WORKING status --------------------------------------------------- Super Megatouch IV (9255-41-07 ROG, New Jersey version) [Mariusz Wojcieszek]
* still working on MD stuff davidhay2008-10-221-1/+87
|
* Completed protection vectors,fixed video emulation and added coin setting ↵ Angelo Salese2008-10-221-151/+243
| | | | | | | | | | simulation in the Double Dealer driver. Game is now playable New games added or promoted from NOT_WORKING status --------------------------------------------------- Double Dealer [Angelo Salese,David Haywood]
* Added crystal value. Curt Coder2008-10-221-0/+1
|
* still rearranging things in here davidhay2008-10-221-29/+89
|
* some reorganization in megadriv.c, porting over some code to attempt to get ↵ davidhay2008-10-221-129/+183
| | | | it working again, bit by bit.
* I think umk3 and breakrev are different enough from their parent sets to be ↵ davidhay2008-10-222-4/+4
| | | | considered unique games, not clones. This kills the relationship between them.
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-10-222-30/+213
| | | | * Implemented tst, or, jsr, rti, tst2, and 2 new movec ops. * Added opbase handler to plygonet.c
* Fix MT 00436: 'kyukaidk: Some of the sound effects are wrong' Phil Bennett2008-10-211-3/+13
| | | (You must delete kyukaidk.cfg and kyukaido.cfg)
* Added flip screen / cocktail support,completed DIP-Switches (manual-wise) ↵ Angelo Salese2008-10-211-15/+37
| | | | and made better comments on the Yumefuda driver
* Remove comment (the game is playable). Phil Bennett2008-10-211-1/+0
|
* Fix MT 01702: 'cloak + clones: Can't pick up items' Phil Bennett2008-10-212-2/+26
| | | Added (undumped) vertical timing PROM ROMdef
* Fix MT 02140: "cube quest crashes mame when saving state" Phil Bennett2008-10-211-6/+6
|
* Fixed recently regressed raster interrupt issues Phil Bennett2008-10-212-24/+10
|
* Revoke accidental commit Couriersud2008-10-201-1/+4
| | | * added comment about possible fix gseeker "black continue screen"
* More mcs51 updates Couriersud2008-10-2016-72/+261
| | | | | | | | * Remaining games checked and adapted to changes in cpu core * Cardline still broken. I need the exact and complete cpu name. * Added more variants 803X, 80CXX, AT89C4051 * Fix segas18.c (segaic16.c) mcu maps. * Fix sslam.c * Fix limenko.c videopkr.c : Issue with core allocation of ram (duplicate savestate)
* minor correction for the Grudge Match PCB info... changed to show groms 0 ↵ Brian Troha2008-10-201-1/+1
| | | | through 6 :-)
* marked magictg smt roms as BAD as per Guru's recommendation. davidhay2008-10-201-18/+20
|
* segas18.c: use 8751 io map Couriersud2008-10-201-9/+4
|
* mcs51/i8051 - please credit Jim Stolis as well Couriersud2008-10-201-7/+12
| | | | | * fix timer 2 interrupts * implement serial mode 2/3 rx and tx clock handling
* [MC6845] Hsync should be pulsed even when vsync is active. Curt Coder2008-10-201-4/+0
|
* New games added: Grudge Match (Yankee Game Technology) Aaron Giles2008-10-205-43/+334
| | | | | | | | Yet another 8-bit Incredible Technologies board. Different in several significant ways from previous models: * YM2608B for audio, replacing YM3812+OKI6295 * TMS34070 for palettes instead of PC RAMDAC * Different video memory layout
* Added sound and corrected wrong DIP-SW in the Double Dealer driver Angelo Salese2008-10-201-42/+54
|
* clone davidhay2008-10-202-1/+40
| | | Seibu Cup Soccer (set 2) [Chris Hardy] (NOT WORKING)
* More data to io map for mcs51 Couriersud2008-10-193-12/+7
|
* replace monkelf prom with one from the bootleg board davidhay2008-10-191-1/+3
|
* Magic the Gathering: Armageddon (Skeleton driver) davidhay2008-10-194-0/+226
| | | I'm not going to be working on this, but this documents it in the source at least.
* MCS51/I8051 overhaul, micro3d improvements and full m72 protection emulation ↵ Couriersud2008-10-1911-2649/+2273
| | | | | | | | | | | | | | | | | | | | | | | | | | | for lohtb2 * improved serial port timing (f15se (micro3d.c) sound board now works) * better infrastructure for adding more variants like DS5002 * Fixed port reading * Rewrote Macros for better readibility * Fixed and rewrote Interrupt handling * Now returns INTERNAL_DIVIDER, adjusted cycle counts * Remove unnecessary and duplicated code * Remove unnecessary functions * Rewrite to have sfr-registers stored in int_ram. * Debugger may now watch sfr-registers as well. * implemented interrupt callbacks (HOLD_LINE now supported) * Runtime switch for processor type - remove ifdefs * internal memory maps for internal rom versions (internal ram now displayed in debugger) * more timer cleanups from manual micro3d: * serial port communication between main cpu and sound board works * sound board now works m72 - lohtb2: * full emulation of protection device * Samples are now piped through the mcu
* Updated tnzs.c driver : readded wrongly deleted player 1 BUTTON1 for 'jpopnics'. stephh2008-10-191-0/+1
|
* Updated tnzs.c driver : minor clean-up. stephh2008-10-191-14/+3
|
* NOT WORKING | P's Attack [Guru] davidhay2008-10-194-1/+217
|
* adds the 2 new fireshark sets [Guru] davidhay2008-10-192-69/+131
| | | | | | | clones ------ Fire Shark (Korea, set 1, easier) [Guru] Fire Shark (Korea, set 2, harder) [Guru]
* fix bnstars1 screens, looks like this didn't get properly tested after some ↵ davidhay2008-10-191-2/+4
| | | | mass change, was checking for screen == 0, which doesn't work anymore.
* new clones added: Brian Troha2008-10-195-41/+129
| | | | | | | | New clones added ---------------- Police Trainer (v1.3B Newer) [Brian Troha] Egg Venture (Release 8) [Brian Troha] Kick for the Goal [Brian Troha] (Not Working)
* Rewrite of the Motorola DSP56k CPU core. (Andrew Gardner) Andrew Gardner2008-10-193-126/+403
| | | | | | | * Added additional branch, move and bitfield ops. * Plygonet now passes its memory test and uploads a new program. [[Next step is to install an opbase handler and let the dsp56k run further into its new proggie.]]
* Fixed input ports in Yumefuda and added Dip-Switches. Angelo Salese2008-10-191-152/+75
| | | | | | | Game is now playable New games added or promoted from NOT_WORKING status --------------------------------------------------- (Medal) Yumefuda [Bet] [Angelo Salese]
* AICA: fix sample addressing for the full 8 MB [kingshriek]. R. Belmont2008-10-191-1/+1
|
* Small cleanups to the ST-V driver Angelo Salese2008-10-191-57/+80
| | | Make some work for magzun,still not working.
* Updated tnzs.c driver : stephh2008-10-192-401/+689
| | | | | | | | | | | - renamed sets : * 'tnzsjn' -> 'tnzsj' * 'tnzsj' -> 'tnzsjo' * 'kagekia' -> 'kagekih' - fixed Dip Switches for all games (2 remaining unknown Dips in 'plumppop' and 'jpopnics' though) - added many notes