Commit Graph

1504 Commits

Author SHA1 Message Date
Brian Troha
4c4523ff28 New clones added
----------------
Ghox (set 2) [Tormod Tjaberg]
Demon's World / Horror Story (early edition) [Brian Troha]
2008-05-15 02:47:25 +00:00
Brian Troha
2c8a21b8c5 New clones added
----------------
Megatouch III (9255-20-06 RON) [Brian Troha]


Also added the date info from U38 in each set.
2008-05-14 17:42:37 +00:00
Brian Troha
730cc1bb66 New games/clones added to djmain.c
New games added or promoted from NOT_WORKING status
---------------------------------------------------
beatmania 7th MIX (ver JA-B) [Chizzy]


New games marked as GAME_NOT_WORKING
------------------------------------
beatmania THE FINAL (ver JA-A) [Chizzy]
2008-05-14 16:35:25 +00:00
Manuel Abadia
f864053246 fixed a priority bug only noticiable when crossing bridges with transparent areas (for example, the one on the last stage) and the car is near the bottom side. 2008-05-14 13:03:38 +00:00
Phil Stroffolino
1394652ab0 Bug fixes for NamcoNA Hardware:
- support for scanline effect (fixes invisible dolphin in Emeralda attract mode)
- ROZ implementation no longer breaks Numan Athletics pixmap layer
- blitter fixes; xday graphics are now correct
- identified extra communications RAM used by xday (probably to control printer)
2008-05-14 12:50:42 +00:00
davidhay
4bdc8dd7b5 just changes a default dipswitch on thoop, 1 life isn't a sensible default and makes the game look broken. 2008-05-14 06:54:55 +00:00
Laurent Desnogues
a97ec0a587 - revert commit 1566 2008-05-13 10:22:16 +00:00
Laurent Desnogues
45e055c624 - don't use $(LIBS) for linking where it's not needed (hope I did not break
Windows or cross builds)
2008-05-13 08:34:03 +00:00
Aaron Giles
3def9d1c7b Fix the guess. ;-) 2008-05-13 08:32:29 +00:00
Laurent Desnogues
f5797c1b20 - guess the sampleskip parameter added by commit 1562 2008-05-13 08:20:03 +00:00
Jonathan Gevaryahu
16942d210b Update TMS5200/5220 documentation and comments
Fix the chirp table implementation in both the 51xx and 52xx chips.
2008-05-13 04:56:47 +00:00
Aaron Giles
86dd599aa8 Added uncompressed AVI recording. Extended aviio to be able
to write RGB bitmaps. Unfortunately, the only option is fully
uncompressed, which means the resulting AVIs are *HUGE* and
may not play correctly in realtime due to high data rate. The
intention is that these uncompressed AVIs are post-processed
by other utilities to compress the video and produce a
realtime playable result.

Added new command-line option -aviwrite which works just like
-mngwrite, except it produces AVIs and streams sound to them.
Updated documentation accordingly.

Shift+F12 still produces MNGs for now, though this might change
in the future.

Modified fileio.c to retain the full pathname to the file so
that it can be queried while the file is open.
2008-05-13 03:02:11 +00:00
Roberto Fresca
5c918815e4 Funworld.c updates:
Found the proper algorithm to decrypt the blue TAB PCB.
Replaced the old decryption tables with the proper decryption scheme.
Updated technical notes.
2008-05-13 02:34:54 +00:00
Jonathan Gevaryahu
a01a97367c s14001a.c - updated comments and version 2008-05-13 01:27:43 +00:00
Brian Troha
b24763c20a added stephh note about how the power failure message shows. 2008-05-12 23:57:55 +00:00
davidhay
d90aa1feaa we should use the correct ROMs for each board.
also mentioned that set 3 is the US version (atari license)

(I don't require credit)
2008-05-12 23:39:55 +00:00
Manuel Abadia
2573b418df fixed gfx rom and sound loading for wrallyb 2008-05-12 23:19:29 +00:00
R. Belmont
3fbca2dbba Fixed unused function and uninitialized variable errors. 2008-05-12 17:00:26 +00:00
Curt Coder
0376d5359f [CDP1852] Minor fixes. 2008-05-12 16:17:54 +00:00
Manuel Abadia
2ed6f56c36 added cocktail mode support to world rally 2008-05-12 16:15:04 +00:00
Curt Coder
2528b956f5 Added CDP1852 I/O buffer chip, and used it in Altair/Draco. 2008-05-12 16:10:28 +00:00
Laurent Desnogues
5d02da3db2 - define isnan as _isnan for MSC_VER 2008-05-12 14:51:45 +00:00
Aaron Giles
7bb9e27f80 Fix incorrect assertion. 2008-05-12 14:51:45 +00:00
Manuel Abadia
d3f00ee3e7 Attract mode sound dip was reversed as pointed out by ElSemi 2008-05-12 13:36:38 +00:00
Nathan Woods
dbbf66bb0b MESS specific: Fixed performance problems with -triplebuffer (bug #1539) [Justin
Kerk]
2008-05-12 10:23:15 +00:00
Manuel Abadia
8690d5cdcd Change the credit for the info to GAELCO SA as Javier wanted it to be that way 2008-05-12 09:05:03 +00:00
Manuel Abadia
8034359e0e Fully working World Rally driver 2008-05-12 09:04:04 +00:00
Manuel Abadia
90f263f8a3 DS5002FP core 2008-05-12 09:03:33 +00:00
Aaron Giles
e23b3c3776 Potential fix for Linux crashes. 2008-05-12 05:35:13 +00:00
R. Belmont
2e363855ba Fixed a bunch of compiler errors w/64-bit GCC. Result does not run. 2008-05-12 02:29:07 +00:00
Aaron Giles
b735b4be6c New universal dynamic recompiler system. The central module
is drcuml.c, which defines a universal machine language
syntax that can be generated by a frontend recompiler and
then retargeted via a generic backend interface to any of
a number of different architectures. A disassembler for the
UML is also included to allow examination of the generated
UML code.

Currently supported backend architectures include 32-bit x86,
64-bit x86, and a platform-neutral interpreted C backend that
can be used as a fallback for platforms without native 
support. The C backend also performs additional validation
to ensure assumptions are met.

Along with the new architecture is a new MIPS III/IV 
recompiler frontend. This frontend has been rewritten from 
the old x64-specific recompiler to generate UML opcodes
instead. This means that the single recompiler can be used
to target multiple backend architectures and should in
theory produce identical results across all of them.

The old 32-bit and 64-bit MIPS recompilers are now officially
retired. The new system provides similar performance (within
5% generally) to the old system and has similar compatibility.
The only currently known issues are some problems with the
two Gauntlet 3D games.
2008-05-11 22:15:13 +00:00
Roberto Fresca
9b3d9ea3cd New driver for old Game-A-Tron gambling games hardware.
- Properly decoded graphics.
 - Proper memory map.
 - Added NVRAM support.
 - Proper Inputs through 8255 PPI I/O chip.
 - Both games are working.
 - Added technical & game notes.


New games added or promoted from NOT_WORKING status
---------------------------------------------------
Card Games? [Roberto Fresca]
Slots Game? [Roberto Fresca]
2008-05-11 21:21:07 +00:00
Andrew Gardner
b59bf0ccfb Memory map merge for drivers, tagteam,tail2nos, tankbatt, tankbust, taotaido, targeth, and taxidrvr. 2008-05-11 21:07:19 +00:00
mariuszw1
e68cfa644c From: Luigi30 [mailto:luigi30@gmail.com]
Subject: More tmaster.c fixes

Coin inputs fixed, validator input added, notes on inputs added
2008-05-11 20:41:19 +00:00
Nicola Salmoria
42d9b223e9 small changes to notes/rom names 2008-05-11 09:57:48 +00:00
Brian Troha
aeafb78ce2 New clones added
----------------
The Legend of Kage [Stefan Lindberg]
2008-05-10 23:44:31 +00:00
Brian Troha
eaf037e890 Corrected PCB info of Paparazzi 2008-05-10 22:01:21 +00:00
mariuszw1
0f63b4a301 From: Luigi30 [mailto:luigi30@gmail.com]
Subject: Bug 1795 fix

Fixes typo in tmaster.c causing weekday to be incorrect
(or, without a 'typo': Fixed weekday calculation in rtc emulation in tmaster.c.
)
2008-05-10 20:58:06 +00:00
Nicola Salmoria
384388cf6f Rewrote the Gaelco video ram encryption, which finally makes sense.
The key observation was that when decryptiong the second word, both encrypted and decrypted bits of the first word are used.
Many thanks to Javier Valero for the detailed information that made this possible.
2008-05-10 18:09:15 +00:00
Brian Troha
c5511b65fb consolidates and slight reorganization of info
minor white space clean up
2008-05-10 16:56:46 +00:00
Curt Coder
1a32caa7e0 [CDP1802] Appease compiler. 2008-05-10 09:54:48 +00:00
Curt Coder
0999af40c5 [CDP1802] Added memory address parameter to DMA callbacks, and added a macro for the CPU interface. 2008-05-09 18:49:52 +00:00
Phil Stroffolino
a64c404f36 This update fixes the ROZ effect in Namco NA1 driver.
ROZ tilemap is actually an additional tilemap.  The prior implementation conditionally applied ROZ effects to one of the existing tilemap planes.
The ROZ layer tilemap contains 32x32 tiles, and immediately following videoram for the other 4 tilemaps.

This fixes a bug where a "roz enable" test was causing a normal layer to be rendered with ROZ effects in-game.
There is no roz enable register - it's always available for mixing with other tilemaps and sprites

This also adds a missing NAMCO logo zoom/spin effect in Emeralda's attract mode.

Also added to this driver (but not enabled) are notes regarding a missing scanline IRQ effect, that is the root cause of a bad priority effect in Emeralda attract mode, where a dolphin sprite is incorrectly invisible.
2008-05-09 14:09:36 +00:00
Jonathan Gevaryahu
fa1f62727c Marked the sound roms on Q*Bert's Qubes as bad and changed the flag to imperfect sound. The current sound cpu roms are the same as on a normal Q*Bert board, which is incorrect. At least three sound effects are present in the real qq-snd roms but not the Q*Bert qb-snd ones. 2008-05-09 01:03:06 +00:00
Roberto Fresca
3aa66693fe Fixed Mantis bug ID 01790.
Added the Region DIP switch to zerowng2.
USA - Europe.
2008-05-08 03:50:16 +00:00
Phil Bennett
948dd778b0 Hooked up cbombers steering wheel input.
Changed ES5505 clock rate to 30476100/2.
Unified cbombers memory maps and tidied up some code.
Removed the undrfire speedup hack.

New games added or promoted from NOT_WORKING status
---------------------------------------------------
Chase Bombers [Phil Bennett]
2008-05-07 23:52:42 +00:00
Roberto Fresca
351f215b12 Added XTAL_30MHz to the list. This one is used by Impera Magic Card. 2008-05-07 19:32:54 +00:00
Roberto Fresca
a96b22d4f3 Fixed Mantis bug ID 01738.
Just a typo. Changed game description from "Mahjong Neruton Haikujirada" to "Mahjong Neruton Haikujiradan".
But the game clearly show the legend "Hai Kujira Dan" (with spaces).
2008-05-07 09:09:46 +00:00
Roberto Zandona
f14541031b another fix typo 2008-05-07 07:18:37 +00:00
Roberto Zandona
1dfeb3ba53 fyx typo 2008-05-07 07:10:50 +00:00