Commit Graph

4937 Commits

Author SHA1 Message Date
Curt Coder
1fe15a7764 Added Guru-readme. 2009-03-19 16:25:37 +00:00
Aaron Giles
bbcad98b5a Last-minute fix. 2009-03-19 07:44:48 +00:00
Aaron Giles
3b302a8bae Cleanups and version bump. 2009-03-19 07:28:58 +00:00
Aaron Giles
cf9d3c888d New games not working: Thunderbirds [AGEMAME]
From: AGEMAME Development [agemame@gmail.com]
Sent: Monday, March 16, 2009 12:33 PM
To: submit@mamedev.org
Subject: JPM Impact

Added skeletal support for JPM Impact AWP - this is the last 
of the AGEMAME drivers that is worth commiting to the MAME 
codebase.


Please note, this is the first patch made using my rebuilt 
toolchain, so let me know ASAP if something went wrong.
2009-03-19 06:59:03 +00:00
Aaron Giles
c8585dd236 In addition to this change I added inline functions to define the
various cheat types and a table at the top to hopefully alleviate
confusion.


From: Pugsy [mailto:pugsy@gmx.net] 
Sent: Sunday, March 15, 2009 11:01 AM
To: submit@mamedev.org
Subject: Cheat.c changes

I've been having a look at cheat.c, the issue with one-shot 
list and one-shot select value cheats being indisguishable 
from perm cheats. I decided to have a look to see if I get 
it closer to the old way. I think I've managed it. I've 
attached a diff file..

It changes the One-Shot List or Selectable value cheats to display 
"Set" instead of "Off"
It stops the cheat options being activated in order when you are 
going through the possibilities These cheats are now activated by 
pressing ENTER after you have chosen an option This also pops up 
a message (examples):

		Activated
	Select Starting Stage  = 16 (0x10)

or
			Activated
	Select Temp. Current Shape PL1 = Yellow

Some simple examples to look at:
theroes "Select Starting Stage"
and
tetrist "Select Temp. Current Shape PL1"



Martin 'Pugsy' Pugh
2009-03-19 06:54:44 +00:00
Aaron Giles
52a8ab6014 From: Robert [mailto:pac0446@bigpond.net.au]
Sent: Sunday, March 15, 2009 5:23 AM
To: Mamedev submit
Subject: Fx to z80pio

When outputting from a port to the hardware in pio mode 3, only those bits defined 
by the mask should be output. Mame currently outputs everything.

New source code (z80pio.c) attached.

Regards,
Robbbert
2009-03-19 06:16:34 +00:00
Aaron Giles
58d832602b Having decided to look at the MAME source again, I have a fairly minor patch:
* Fix build of ldplayer on OS X.  Since the CUSTOM sound module no longer exists, I 
arbitrarily changed it to WAVE, as ar gets upset if it has no input files.  I also 
removed the -all_load flag for ldplayer from the main makefile as it upsets the linker 
on OS X.

* Fix build for PPC64 Linux.  (This slightly messes up static branch prediction hints 
on OS X and AIX, but OS X for PPC64 is dead, and no- one builds MAME for AIX, and 
it will still build, anyway.)

* Paramaterise the arguments to check for NULL in the ATTR_NONNULL macro rather than 
just checking the first argument.  This requires compiler support for C99 variadic 
macros (MSVC2005 and GCC4 have this AFAIK).

Vas
2009-03-19 06:15:14 +00:00
Aaron Giles
5caef9210c From: Pugsy [pugsy@gmx.net]
Sent: Friday, March 13, 2009 8:59 AM
To: submit@mamedev.org
Subject: Fix for Mametesters Bug 2981

Hi

Some minor fixes (in attached diff file):-

1. Fixes this http://mametesters.org/mantis/view.php?id=2981 bug, Note I've NOT touched "#define MAX_ARGUMENTS                  32" - that
change is not required I've changed the cheat for the next beta xml cheat file release.

2. Minor typo in cidelsa.h, TAG starts with cpd rather than cdp, perhaps this should be maincpu though?

-#define CDP1802_TAG    "cpd1802"
+#define CDP1802_TAG    "cdp1802"




All the Best

Martin 'Pugsy' Pugh
2009-03-19 05:59:17 +00:00
Aaron Giles
7d5e308e2c From: Robert [mailto:pac0446@bigpond.net.au]
Sent: Friday, March 13, 2009 4:26 AM
To: Aaron Giles
Subject: Submission for mame

This change adds inputs for galaxia and astrowar.
Galaxia is semi-playable.
Note: After inserting a coin, it can take a few seconds to respond.

- Robbbert
2009-03-19 05:58:04 +00:00
R. Belmont
5c8f9fb570 MIPS III: Update RA before executing the delay slot. 2009-03-19 02:34:15 +00:00
Angelo Salese
c774eab305 Got to actual game ROM reading in Street Games II 2009-03-19 01:22:48 +00:00
Phil Bennett
b677460da3 03017: bmfinal: crash after cutting edge logo [Phil Bennett] 2009-03-19 01:02:42 +00:00
Couriersud
6733cec11f AY-3-8910:
* Fixed Gyruss audio regression
* Measured RU and RD on AY-3-8910
* Modelled ZX Spectrum audio circuit in SwitcherCAD and derived resistor values for AY-3-8910
2009-03-19 00:59:05 +00:00
Couriersud
1dfa8866e7 Adjusted Volume and removed dc component from sound 2009-03-19 00:56:47 +00:00
Couriersud
42bc84bd05 Adjusted volume 2009-03-19 00:55:56 +00:00
Couriersud
3a81676507 Burger Time
* Added resistor values measured on real pcb [Anoid]
2009-03-19 00:51:47 +00:00
Angelo Salese
073c96665c Some really basic California Chase framebuffer emulation. 2009-03-19 00:40:04 +00:00
Phil Bennett
2b093656cf Fixed regression in djmain games. 2009-03-19 00:00:43 +00:00
Angelo Salese
da5486e086 fixed left-over bug 2009-03-18 22:29:31 +00:00
Angelo Salese
5342871f83 New games marked as GAME_NOT_WORKING
------------------------------------
Street Games [Smitdogg, Angelo Salese]
Bonanza [Smitdogg, Angelo Salese]
2009-03-18 22:23:19 +00:00
Angelo Salese
c67011a342 New games marked as GAME_NOT_WORKING
------------------------------------
Street Games II [Guru, Angelo Salese]

==========================================================

Basic driver, will add the other romsets soonish.
2009-03-18 21:03:27 +00:00
Angelo Salese
c8f07aac97 fixed mamedriv.c. 2009-03-18 16:51:15 +00:00
Yasuhiro Ogawa
5873695121 update region description (Japan only) 2009-03-18 13:48:56 +00:00
Yasuhiro Ogawa
b32c3b57e9 Namco 2009-03-18 02:45:49 +00:00
Yasuhiro Ogawa
fa42befa81 some more 2009-03-18 01:19:23 +00:00
davidhay
3090d71b15 added skipping for the other guilty gear sets. these seem to be special cases, probably because they're mostly 2d. 2009-03-17 23:35:23 +00:00
Angelo Salese
c2e6888fa8 Fixed a small AICA sound routing bug. 2009-03-17 23:09:14 +00:00
Phil Bennett
0b8d371b0b Minor hack to fix start countdown sound bug in the Buggy Boys [Phil Bennett] 2009-03-17 22:39:03 +00:00
davidhay
086f341040 idle skipping guilty gear xx slash makes it run at 150% ingame... a recompiler would be a big win here I think. 2009-03-17 22:36:30 +00:00
Angelo Salese
bf98d6a743 Another step for California Chase... 2009-03-17 22:34:19 +00:00
davidhay
29102134cb idle skipped naomigd bios... 2009-03-17 22:17:05 +00:00
Angelo Salese
95d3dee7ce Added basic device hook-up for California Chase. 2009-03-17 21:22:53 +00:00
davidhay
e153cac16d latest naomi sets 2009-03-17 21:18:38 +00:00
Angelo Salese
f706da3eb7 New games marked as GAME_NOT_WORKING
------------------------------------
California Chase [Angelo Salese]

==========================================================

Basic skelly, will improve it soonish.
2009-03-17 19:35:43 +00:00
Angelo Salese
f710d96046 Added basic memory boundaries to the Queen driver, not worth mentioning. 2009-03-17 16:07:12 +00:00
Yasuhiro Ogawa
9ff347a555 Taito G-net 2009-03-17 14:25:38 +00:00
Yasuhiro Ogawa
dde144812a updated Atomiswave game list 2009-03-17 09:42:06 +00:00
davidhay
3f637f632e adds guilty gear xx slash set. 2009-03-17 09:02:02 +00:00
Yasuhiro Ogawa
a56e7f01ab more descriptions 2009-03-17 08:58:48 +00:00
Yasuhiro Ogawa
235862c904 fixed typo 2009-03-17 08:46:05 +00:00
Yasuhiro Ogawa
46b2cefdb5 some more descriptions 2009-03-17 08:45:00 +00:00
Yasuhiro Ogawa
fae422b14b added descriptions to Sega hardware games 2009-03-17 05:23:02 +00:00
davidhay
559414158c and the other 2 naomi gds
trizeal / under defeat

neither boot as they need vertical orientation.  you can set this in the system menu, but it doesn't get save to eeprom properly (eeprom writing seems to be busted, despite looking correct) so even in vertical mode, the system thinks it's running in horizontal mode, and reports an error.
2009-03-16 23:50:58 +00:00
davidhay
555e656629 and the other 2 new ones, again nothing to write home about. 2009-03-16 22:32:39 +00:00
Angelo Salese
4abca98553 Further Super Crowns Golf fixes. 2009-03-16 22:27:01 +00:00
Brian Troha
43b70c13ec Corrects a rom name for Merit Mega Touch 6 2009-03-16 22:09:26 +00:00
davidhay
6b04d04931 2 more naomi sets
Pysvariar 2
Puyo Puyo Fever

neither do anything interesting.
2009-03-16 21:40:26 +00:00
davidhay
1290aed94d started adding the new gdroms + keys.
lupin typing (crashes with mask read/write width on registers)
border down (hangs, black screen)
2009-03-16 21:17:11 +00:00
Angelo Salese
38cc508aa4 Silenced out heavy accesses to Sound RAM expansion area for Stress Busters [Angelo Salese] 2009-03-16 18:44:55 +00:00
Aaron Giles
15ecfc3d29 Fixed bug where chdman -extract would not truncate to the logical size. 2009-03-16 16:12:10 +00:00