Commit Graph

666 Commits

Author SHA1 Message Date
davidhay
5e90bf71fc (from Corrado Tomaselli)
adds Toy Fighter to Naomi driver -- all roms pass checks (non-working obviously)
2008-02-18 00:52:50 +00:00
Zsolt Vasvari
89b4614fff Restores previous position of the background gfx.
This may or may not be correct but, for now, fixes the black-on-black stage indicator letter
2008-02-18 00:24:17 +00:00
Zsolt Vasvari
4fea206b3a Color table removal 2008-02-18 00:13:06 +00:00
R. Belmont
964f7a8429 [ARM7] Fixed unaligned 32-bit reads. 2008-02-17 21:57:27 +00:00
Aaron Giles
19b1a10219 Cleanups to make MSVC happy. 2008-02-17 21:28:33 +00:00
stephh
5735206f1a Fixed Dip Switches (especially coinage) and inputs for '10yard' (and its clones).
Tried to "unified" the driver with m52 and m57 drivers (I still think that some things can be merged).

Don't forget to check SVN revisions 695 and 696 !
2008-02-17 18:50:28 +00:00
R. Belmont
8877f5321b [NAOMI] Added and hooked up AICA (sound chip). Naomi boot sounds now play.
Since it's an SCSPx2 with ADPCM instead of FM it's already feature-complete except filter envelopes.

A bug in the ARM7 core causes incorrect pan/level values to be computed in e.g. the Naomi SOUND TEST menu (I've also been seeing this in DSF playback).  This is not a defect in the AICA.

Please credit ElSemi, Deunan Knute, kingshriek, and myself.
2008-02-17 18:28:36 +00:00
davidhay
b469de6db7 changed IREM cpu decryption to be 'real-time' (it's a feature of the CPU)
moved decryption table setup to 'config' struct for the CPU.

added latest tables from robiza, making Risky Challenge playable, promoted it to working

told CPU core to not decrypt code after brkn instruction, enabling it again on iret, allowing me to remove several 'don't decrypt range' hacks in robiza's code.

updated all drivers accordingly.

currently the disassembly is a bit weird now, this will need looking at.
2008-02-17 16:05:10 +00:00
Laurent Desnogues
c552f36c5b cosmetics 2008-02-17 15:57:47 +00:00
stephh
1ede3b08f7 Fixed a small difference I introduced in revision 695. Sorry about that ... 2008-02-17 13:48:46 +00:00
stephh
015e47c058 Fixed Dip Switches (especially coinage) and inputs for 'mpatrol' and 'troangl' (and their clones).
Tried to "unified" the drivers (I still think that some things can be merged).
Added src/includes/iremipt.h source file (same purpose as src/includes/taitoipt.h).

Fixed Dip Switches and inputs for 'alpha1v'. The game is now more playable to me but I left the GAME_NOT_WORKING flag as I think there are still some things to look at).
2008-02-17 13:35:28 +00:00
Zsolt Vasvari
2eb626efdd - Added colortable_palette_get_size()
- Added some more asserts
2008-02-17 08:45:19 +00:00
Zsolt Vasvari
01dac00ae0 Color table removal 2008-02-17 07:16:47 +00:00
Zsolt Vasvari
997c60ab84 Couple of lines forgot to change back... 2008-02-17 03:24:26 +00:00
Zsolt Vasvari
bccaf3156b - Color table removal
- Converted SNES (except debug code) to RGB32 as it was a serious abuser of the palette system
2008-02-17 03:19:01 +00:00
Zsolt Vasvari
76f9761667 Comment changes from Guru 2008-02-17 02:02:59 +00:00
Zsolt Vasvari
9ee40057d9 Color table removal 2008-02-16 23:52:22 +00:00
Zsolt Vasvari
87265897e1 Fixes copy/paste error in comment 2008-02-16 23:51:58 +00:00
Laurent Desnogues
4839044063 cosmetics 2008-02-16 16:35:07 +00:00
Zsolt Vasvari
e921749bc1 Credit Derek Ledbetter
- Fixes Xenophobe sprite aligment
2008-02-15 21:21:15 +00:00
Nathan Woods
0d5c41af1d Added missing #include 2008-02-15 13:30:01 +00:00
Aaron Giles
85345b2210 Cleaned up silly comments 2008-02-15 07:04:25 +00:00
Zsolt Vasvari
8715109eb4 - Color table removal
- Reorganization/minor clean-up of Mad Alien driver
2008-02-15 05:43:05 +00:00
R. Belmont
aad7c9abf4 Fix build with external zlib. 2008-02-15 03:56:17 +00:00
Yasuhiro Ogawa
f4ba65cc8a Redumped MBL-03.10A(mirage)
Dumped and added Fighting Soccer (Japan) (fsoccerj)
2008-02-14 21:28:31 +00:00
stephh
f1be2aaf0e Changed comments for 'progear' BUTTON3.
Bugs fixed :
  - progear0123u1gra (MAME Testers)
2008-02-14 21:27:05 +00:00
Aaron Giles
082619dbae Cleanups on the doc files.
Fixed high-ASCII characters in newvideo.txt which was breaking its view on the mamedev.org source browser.
2008-02-13 16:55:14 +00:00
Mirko Buffoni
7d85f8b99d Added original Champion Poker (V220)
Added DIPLOCATION macros to all Dip Switches. All DSW are verified through test mode.
Fixed custom_io_r which is used for protection but also for keyboard input.
2008-02-13 16:45:05 +00:00
Yasuhiro Ogawa
7f9e52699c added comment on HD46505 2008-02-13 15:09:46 +00:00
Aaron Giles
072b71602b Cleanups and version bump for 0.123u1. 2008-02-13 08:54:29 +00:00
Aaron Giles
63576c78f0 Several more risky challenge opcodes. [robiza] 2008-02-13 08:50:58 +00:00
Aaron Giles
ac9b10d935 From: Atari Ace [mailto:atari_ace@verizon.net]
Subject: [patch] Fix maxaflex problems

Hi mamedev,

The maxaflex, mf_bdash and mf_achas drivers fatalerror on startup as
reported on MAMETesters.  This should fix it.
2008-02-13 08:35:36 +00:00
Aaron Giles
accc7d1761 From: mellery [mailto:mellery@gmail.com]
Subject: diff for police trainer

Attached is a diff adding diplocations and marks some as unused based on manual and schematics. based on 0.123

Mike
2008-02-13 08:34:24 +00:00
Aaron Giles
a21ca37e6c From: Atari Ace [mailto:atari_ace@verizon.net]
Subject: [patch] Add nmk112 initialization

Here's a small patch to add initialization to machine/nmk112.c.  This
resolves a multi-session audio problem reported for donpachi by
Iaspis.

--

From: Atari Ace [mailto:atari_ace@verizon.net]
Subject: [patch] Fix n64 multi-session problems

This patch adds some variable initialization to machine/n64.c to fix
running starsldr multi-session (reported by Firewave/subb).  The fix
is a strict improvment on the current situation, but there are likely
still some remaining multi-session/reset issues with the driver.
2008-02-13 08:30:58 +00:00
Aaron Giles
de12af7f87 From: RansAckeR [mailto:RansAckeR@pandora.be]
Subject: 8080bw.c DIP locations, coin2 fixes

Added DIP locations for sitv, sicv, invadpt2, lrescue, invasion.

Fixed coin2 for superinv & invasion.
2008-02-13 08:29:20 +00:00
Aaron Giles
bba8baef1a From: abcd efgh [mailto:cix_999@yahoo.it]
Subject: fixed pwrinst2_0122u8gra

Hi, i've fixed the mametester bug pwrinst2_0122u8gra caused by me in the last clean made  (sorry, sorry, sorry .......), 
and in according what is wrote in the drive of taplan2 about sstriker and kingdmgp "update the above two look like genuine 
Korean release boards, Raizing probably just missed a few things" i have swapped this world set as the original one (only 
if you're agree of course).
2008-02-13 08:26:19 +00:00
Aaron Giles
74015ed586 Changed VERINFO to build always. All tools in build should build for all platforms.
Fixed dependency problem in windows.mak due to the VERINFO move. Windows builds now work the first time.
2008-02-13 07:40:12 +00:00
Zsolt Vasvari
42ddf4508b Color table removal 2008-02-13 02:45:16 +00:00
Zsolt Vasvari
72fa930e78 Color table removal 2008-02-13 00:53:16 +00:00
Zsolt Vasvari
9e974e6ac1 Added equivalency note about the Synertek SY6545-1 version 2008-02-12 22:15:57 +00:00
smf-
6bbf6e1ce3 changed ZN2 clock speed to 100MHZ to match board notes. It uses the same cpu as namco system 12. 2008-02-12 21:28:38 +00:00
Zsolt Vasvari
f9631a0a46 - Fixes Pooyan transparency
- Uses resnet code
2008-02-12 21:26:29 +00:00
Zsolt Vasvari
404a61653d Using this interesting document as a reference:
http://www.6502.org/users/andre/hwinfo/crtc/diffs.html

- allows reading registers 12 and 13
- reading write-only registers return 0
- updated comments in header
- added copyright since there was none
2008-02-12 20:58:40 +00:00
Zsolt Vasvari
a35f6aba82 Renames M6845 to MC6845 2008-02-12 20:31:55 +00:00
stephh
e2cdf5e9f7 Fixed 'mario' and 'masao' memory maps to match the Dip Switches port name. 2008-02-12 18:45:33 +00:00
Zsolt Vasvari
d3cc7e0dd4 Renames CRTC6845 to M6845 2008-02-12 12:48:58 +00:00
Zsolt Vasvari
e12664a5ae - Changed the crtc6845 to be handle based -- adjusted all drivers
- Changed qix.c to RGB32 mode and made its videoram_w do the partial updating instead of a per scanline timer
2008-02-12 12:33:10 +00:00
Zsolt Vasvari
1b1f5abc16 Color table removal 2008-02-12 12:30:42 +00:00
smf-
5cf71ad8e1 vblank hacks were not being called, fixes zn.c0122u8yel, . 2008-02-11 22:22:06 +00:00
Zsolt Vasvari
79d36244b3 Color table removal 2008-02-11 04:48:11 +00:00