2014年11月30日 星期日

VGBA v4.7

GBA模擬器 VGBA 發布新版,更新如下 :


  • Fixed corrupted background in Golden Sun battles.
  • Fixed hangup and walk-then-roll in Legend Of Zelda: The Minish Cap.
  • Greatly improved sound quality, fixing audio in many games.
  • Resetting rotation when background priority changes, not size.
  • Added large ring buffer to account for audio jitter.
  • Added correct legacy noise channel emulation.
  • Added configurable random noise generator to EMULib.
  • Fixed restoring legacy sound chip state.
  • Fixed arithmetic bug in the EMULib audio mixing routine.
  • Moved GBA timers emulation into a separate function.
  • No longer muffling legacy noise channel (no more need).
  • Cleaned audio in Metroid Fusion and Metroid Zero Mission.
  • Fixed scratching sounds in Castlevania: Circle Of The Moon title.
  • Fixed distortions in Golden Sun and Golden Sun 2 intros.
  • Removed debug messages from the BIOS emulation, making things faster.

http://fms.komkon.org/VGBA/

2014年11月27日 星期四

MAME v0.156

MAME 發布新版,官方以後固定在每個月最後一星期的星期三發布新版,更新如下 :


0.156
-------


MAMETesters Bugs Fixed
----------------------
- 05646: [Crash/Freeze] (megatech.c) mt_soni2: Crash shortly after 
  start (David Haywood)
- 05306: [Crash/Freeze] (asteroid.c) llander, llander1: Changing the
  Language on the Dip Switch screen freezes/crashes the game (mariuszw)
- 05780: [Graphics] (raiden2.c) raiden2 and clones: Screen parameters/
  refresh rate (Angelo Salese)
- 00135: [Misc.] (dynax.c) quiztvqq: When you start the game it says 
  "BACKUP ERROR" on the version screen. (Osso)
- 05781: [Documentation] (cps2.c) hsf2, hsf2a, hsf2j: All sets except
  the Phoenix Edition incorrectly use Arabic numeral in the title 
  instead of Roman numerals (Alex Jackson)
- 05395: [Color/Palette] (tmnt.c) cuebrick: Wrong colors in service 
  mode "color check" (Alex Jackson)
- 04990: [Flip Screen/Cocktail] (tumbleb.c) fncywld, jumpkids, tumbleb, 
  tumbleb2: Game sprites not flipped when Flip Screen is ON (Osso)
- 03590: [Color/Palette] (rockrage.c) rockrage, rockragea, rockragej:
  Incorrectly coloured enemy sprites (Alex Jackson)
- 05760: [Cheat System] (funworld.c) rcdino4: [debug] Assert during initialization
- 05776: [Crash/Freeze] (tx1.c) buggyboy, buggyboyjr: Crashes after launch. (Robbbert)
- 02523: [Graphics] (twin16.c) vulcan, gradius2, gradius2a, gradius2b: 
  Sprite-background priority is wrong. (Alex Jackson)
- 04742: [Crash/Freeze] (neodrvr.c) kog: "Attempted to map non-existent port 
  'JUMPER' for read in space program of device ':maincpu'" when running 
  from softlist (David Haywood)
- 05769: [Gameplay] (taitogn.c) otenki: Fails to boot into the game. (smf)
- 05741: [DIP/Input] (centiped.c) centiped3: 2P start button missing (Tafoid)
- 05740: [DIP/Input] (vsnes.c) cstlevna: Dip switches 5 and 6 are unknown


Source Changes
--------------
Added SCREEN_RAW_PARAMS for Arkanoid and Astrocorp HWs [Angelo Salese]

Added SCREEN_RAW_PARAMS for Alpha 68k HW [Angelo Salese]

Added dump of the sync prom at L8 to Drag Race [Matt]

Skeleton driver for the PSE Desert Patrol, so to document the
  dumped PROMs [Dave Widel, gregf]

rspdrc: Optimized accumulator access in multiply instructions. [MooglyGuy]

lpc: skeleton acpi [O. Galibert]

pentium: More support of the magic 0x66 prefix [O. Galibert]

More sane values for dec0.c / dec8.c screen raw parameters.  [Angelo Salese]

i6300esb: Document more registers [O. Galibert]

steppers: move to emu/machine [Ramiro Polla]

steppers: add absolute position [Ramiro Polla]

pentium: This is the kind of problems you find when a bios uses
  xmm4 as call stack [O. Galibert]

pentium: Some stuff to make lindbergh go further [O. Galibert]

pci: Add grossly hacked smbus [O. Galibert]

Experiments in PCI land [O. Galibert]

Fixed an annoying inconsistency between memory_share and memory_region:
  the width() method of the former returned the width in bits (8, 16, 32 or 64)
  while the width() method of the latter returned the width in bytes
  (1, 2, 4 or 8). Now both classes have a bitwidth() method and a bytewidth()
  method. Updated all callers to use whichever one was more appropriate.
  Also removed the implicit-cast-to-any-integer-pointer of memory_regions,
  which was rather unsafe (if you weren't careful with your * operators and
  casts it was easy to accidentally get a pointer to the memory_region object
  itself instead of to the data, with no warning from the compiler... or at
  least I kept doing it) Updated all devices and drivers that were accessing
  regions that way to use a region_ptr_finder when possible, and otherwise to
  call base() explicitly. [Alex Jackson]

The tilemap system now respects gfx_element::total_colors(). Fixed various
  drivers and devices that were using incorrect total_colors for gfx elements
  used in tilemaps [Alex Jackson]

Added language rom for Lunar Lander [Mariusz Wojcieszek]

rsp: Made the RSP interpreter core functional again. [MooglyGuy]

Long-overdue documentation about how to use priority-masked drawing
  (aka pdrawgfx); add some useful constants. [Alex Jackson]

Added preliminary layout for Alien Invaders based on screenshot [Tafoid]

Use of security PIC's readouts for Naomi-M4 decryption [Andreas Naive]

Ferrari F355 (original no-link deluxe) USA BIOS added [Andy Geezer]

Improve template file family properties, added readme and licensed as 
  BSD-3-Clause [Angelo Salese]

Add correct xtal for Kaneko Fly Boy/Fast Freddie hardware based on PCB
  pictures, correct clocks in driver. [Lord Nightmare, albolo]

Golgo13: fix for service mode toggle mode.  [Angelo Salese]

naomi.c, chihiro.c, triforce.c:  [f205v, Metallic]
- Revised data while adding new information along with some cosmetic changes.

i82875p: Host bridge fun [O. Galibert]

pci: generic mapping [O. Galibert]

i6300esb: More mapping verbosity [O. Galibert]

tmaster.c: reverse-engineered the keys for all protected TouchMaster games;
  removed the protection hacks.  [Peter Ferrie]

cbombers: fix TC0480SCP text layer colors [Alex Jackson]

pci: Add remapping notifiers [O. Galibert]

upd7810.c:  [Ramiro Polla]
- Small ADC improvements.
- Clean up interrupt handler and make it edge triggered.
- Set extended timer/event counter interrupts.
- Fix and export extended timer/event counter output.
 
mario.c: fix Monitor switch so it correctly affects both tiles and sprites
  [Alex Jackson]

Added command-line option -[no]drc_log_uml to control DRC UML 
  disassembly logging. This allows logging of DRC UML disassembly without re-compiling
  [Oliver Stoneberg]

Added command-line option -[no]drc_log_native to control DRC 
  native diassembly logging.  This allows logging of DRC native disassembly without
  re-compiling [Oliver Stoneberg]

calomega.c: Improve color emulation by analogy with tugboat.c (which
  is actually a heavily modified Cal Omega board) [Alex Jackson]

SEGA YBoard: Mapping the port bits used to provide motor movement feedback
  [Felipe Sanches]

naomi.c: redumped F355 [Andy Geezer]

pci: A little more, reaches an unemulated pslldq at fd228 [O. Galibert]

Converted the various Hard Drivin' board types to be devices, allowing the side screens
  to be hooked up on Race Drivin' Panorama, which is now close to working (the side
  screens fail when selecting one of the car types)
  [David Haywood]

rspdrc: Added undocumented ops VADDB, VACCB, VSUBB, and VSUCB. [MooglyGuy]

rspdrc: Fix crash on Linux when recompiling BREAK opcode. [MooglyGuy, Firewave]

mips3: Fixed left-shift-of-signed-value issues. [MooglyGuy]

rsp: Fixed left-shift-of-signed-value issues. [MooglyGuy]

correct patches for drgw2hk [iq_132]

OS/2 build fixes [KO Myung-Hun]

upd7220: Bresenham line drawing [Carl]

n64: Fix up how negative values are handled in VRSQL/VRCPL [MooglyGuy]

rsp: Add VNOP, VNULL, and VRSQ instructions. [MooglyGuy]

n64: Abort MIPS timeslice when unhalting RSP. Fixes many RSP tests. [MooglyGuy]

segas18.c: Fill in the dipswitches for Hammer Away. [Brian Troha]

rdp: Do LOD calculation even in 1-cycle mode. Fixes many tests. [MooglyGuy]

mips3drc: Generate -0.0 for NEG.S/D of 0.0 as FNEG does not on x86 [MooglyGuy]

mips3drc: Sign-extend ROUND.L, TRUNC.L, CEIL.L and FLOOR.L [MooglyGuy]

rspdrc: Add destination address support to the BREAK opcode. [MooglyGuy]

naomi.c:  samba2k, ringout - correct maskrom size and labels [Arzeno Fabrice, MetalliC]

Power Drift: Portbits for Limit & Safety switches

G-LOC: Mapping portbits related to the moving cabinet limit switches.

Galaxy Force II: Adding gforce_output_cb1 (the values written there seem
  to select the meaning of some of the PORTC bits related to motor control)

Galaxy Force II: Mapping the port bits used to provide motor movement
  feedback signals such as Up/Down/Left/Right limit switches.

i386: call with expand down stack [Carl]

i386: GP fault with softint in v86 mode when iopl < 3 [Carl]

twin16.c: Rewrite video mixing based on PAL equations. Fixes sprite-bg
  priority in Devil World intro, and in Vulcan Venture later stages
  and ending [Alex Jackson]

pic8259: priority and sfnm [Carl}

segaufo update: added better layouts + made ufo800 work + added upd
  sound to ufo21 + misc fixes  [hap]

Man pages (*nix): Fixed some typos and bumped version to 0.155

Fixed Mametesters 05769 by reducing ATA flash card seek time to zero. [smf]

naomi.c:  kingrt66 use real MaskROM cart layout and labels instead of flashcart
[Arzeno Fabrice]

Handcrafted CPS-1 PALs for Area 88 and Strider PCBs.  [Palindrome]

i386: fix segment present check for calls to a TSS

i386: mark tss busy [Carl]

Convert PSX sio to use devcb. [smf]

calchase: map Trident memory clock, video clock and LUTDAC registers

Added Solar War as playable, but with issues.  Layout needs work and coins
  do not operate in game.  Therefore, game is set to Free Play by default.  
  Also, renamed Solar Warrior (xain.c) from solarwar -> solrwarr to allow this
  original game to use the setname "solarwar".  Added diplocations to both games.
  [Tafoid]

added command-line option -[no]snapbilinear to control binlinear filtering 
  for snapshots (enabled by default).  This is mainly for making testruns and
  debugging faster - could also be used to speed up -aviwrite usage though.
  [Oliver Stoneberg]

upd7220: slanted chars [Carl]

sonson.c: Correct Audio CPU clock for Son Son as measured on PCB. [Corrado Tomaselli]

psychic5.c: Correct Audio CPU clock for Psychic 5 as measured on PCB. [Corrado Tomaselli]

Verified clocks/vsync for Super Ranger and Air Buster.  [Corrado Tomaselli]

peplus.c: Add the CAPX2172 color prom to the Ace$ Bonus sets correcting color in those sets. [BrianT]

Added -listnetwork option to list available network adapters

winpcap: add WinPCap headers to the project;

windows.mak: include WinPCap headers during Windows build; suppress MSVC debug build warning

Altered FIRQ and NMI handling to improve Maygay M1 operation.

Add remaining PAL from 'jumping' sets [Porchy]

naomi.c:  [Arzeno Fabrice]
- HOTD2 Proto BIOS added
- Label correction for Club Kart Prize

SDL: SDL2 is now the default except for OS/2 builds. [R. Belmont]

USE_NETWORK Ethernet emulation is now enabled by default as per the roadmap. [R. Belmont]

upd7220: better output for the compis and dmv [Carl]

gts3.c : Added switches. After setting up, the games are playable.
gts3.c : split into AN and DMD displays
gts80b.c : Display is working. [Robbbert]

model3: More rendering improvements [Ville Linde]
- Draw transparent triangles in a separate pass
- Implemented viewport priority

calomega.c: Fill in some unknown dipswitches. [Brian Troha]

amiga.c: use Aaron's memory_array class for bytewidth-agnostic access to chip
  RAM, instead of a driver-specific implementation. Also store the custom chip
  registers in an array instead of a memory share [Alex Jackson]

calchase.c:  [Peter Ferrie]
- Implemented missing DIP switch for Eggs Playing Chicken, promote to working. 
  Press "S" to skip the CMOS error, "S" or wait to skip the emm386.exe error
  (not an emulation issue), use "Coin 2" to coin-up and start the game, and 
  "1 Player Start" to brake.

calchase.c, gamecstl.c, midqslvr.c, queen.c, savquest.c, taitowlf.c,
voyager.c, xtom3d.c:  [Peter Ferrie]
- Intel component is not MXTC, it's MTXC.

intelfsh.c:  [Jon Sturm]
- Added support for AMD 29F400T, AMD 29F800T and FUJITSU 29F160T.


darius.c: Add dipswitch locations to the Darius sets 
  & give the newly added US set the correction coinage. [Brian Troha]

Correct sound rom for 'tturf' (Tough Turf (set 2, Japan, 8751 317-0104)) [ShouTime]

Added region_ptr_finder, which works like shared_ptr_finder except it
  finds a ROM region instead of a memory share. Unlike the already
  existing memory_region_finder, these can be accessed without
  any overhead (since it's a pointer directly to the data and not
  to the memory_region object), can be whatever data type you want
  with no casting needed, and are strictly type-checked--if you have
  a required_region_ptr<UINT32> the region has to be a ROM_REGION32
  (or an implicitly 32-bit region due to belonging to a device with
  a 32-bit bus) or the finder won't find it and will tell you why.
  Basically, region_ptr_finders are strictly better than
  memory_region_finders and all drivers using the latter should be
  converted over [Alex Jackson]

Converted many sound devices to use a required_region_ptr to find their
  sample ROMs instead of looking up the region manually in device_start().
  Note that this means that you can no longer get away with having e.g. an
  OKIM6376 without a ROM (as several slot machine skeleton drivers did);
  MAME will now complain at startup about the missing region, instead of
  just crashing the first time the chip tries to play a sound like it did
  before [Alex Jackson]

twin16: Convert the scrolling layers to tilemaps (the fixed text
  layer was already one). Miscellaneous cleanups/modernizations [Alex Jackson]

Don't execute a timeslice before loading a savestate from the command line
  [Alex Jackson]

supduck.c: Fill in Lives, Demo Sounds and Game Sound dipswitches as well as add
  dipswitch locations. [Brian Troha]

Capcom updates: [any]
- Fixed some incorrect info about the SF2 bootlegs and got them running better.
- Dumped 8571 MCU from a bootleg Top Secret/Bionic Commando PCB. 

k054156: save state register all video RAM, including the optional "external
  linescroll RAM"; fixes Lethal Enforcers save states [Alex Jackson]

more devfind: [Alex Jackson]

i386: move initialisation of m_lock to i386_common_init(), so that it
 is always initialised.

i6300esb: More more more [O. Galibert]


New clones added
-------------------
Super Breakout (Canyon and Vertical Breakout, prototype) [Mariusz Wojcieszek]
Cadash (Japan, version 2) [ShouTime, The Dumping Union]
Cadash (Japan, oldest version) [ShouTime, The Dumping Union]
Billiard Academy Real Break (Europe, older) [system11, The Dumping Union]
Sauro (Recreativos Real S.A. license) [Edcross & Rockman (from Aumap)]
Dunk Shot (Rev C, FD1089A 317-0022) [ShinobiZ & COY]
Atari Tetris (bootleg set 3) [Guru]
Fire Trap (US, set 2) [Corrado Tomaselli]
Play Girls 2 (bootleg) [system11, The Dumping Union]
Ave Fenix (Recreativos Franco) [Enricnes]
Oriental Legend 2 (V101, China) [bytestorm] (not working)
Knights of Valour 2 New Legend (V300, Taiwan) [bytestorm] (not working)
Magic Bubble (Adult version, YS-0211 PCB) [caius, The Dumping Union]
Battle Bakraid - Unlimited Version (China) (Tue Jun 8 1999) [Bill D, The Dumping Union]
Vigilante (World, Rev E) [system11, The Dumping Union]
Dragon World II (ver. 100H, Hong Kong [Hokg Kong]) [rtw] (not working)
Player's Edge Plus (X002173P+XP000038) Ace$ Bonus Poker [BrianT]
Player's Edge Plus (PP0040) Standard Draw Poker (International) [BrianT, Ken R]
Player's Edge Plus (PP0042) 10's or Better [BrianT, Ken R]
Player's Edge Plus (PP0043) 10's or Better (International, set 2) [BrianT, Ken R]
Player's Edge Plus (PP0060) Standard Draw Poker (set 3) [BrianT, Ken R]
Player's Edge Plus (PP0429) Joker Poker (Aces or Better, set 2) [BrianT, Ken R]
Player's Edge Plus (IVC006) Clear EEPROM Chip [BrianT]
Player's Edge Plus (Set004) Set Chip [BrianT]
Player's Edge Plus (KE0017) Keno [BrianT] (not working)
Player's Choice (MG0252) Multi-Game [BrianT] (not working)
JT-104 [Unknown]
Arkanoid Returns (Ver 2.02A 1997/02/10) [Bill D, The Dumping Union]
Donkey Kong (Spanish Crazy Kong bootleg) [Marcos75 (from AUMAP)]
Galaxy Monsters (Laguna S.A. Spanish bootleg of Space Invaders) [Arcade Vintage ( http://arcadevintageshop.blogspot.com.es/ ), Ricky2001]
Botanic (English / Spanish) [Arcade Vintage ((http://arcadevintageshop.blogspot.com.es/ ), Ricky2001]
Club Kart (Rev C)  [Arzeno , The Dumping Union] (not working)
Windjammer (021216) [MetalliC]
Tron (Germany) [MikeMcBike]
S.V.G. - Spectral vs Generation (M68k label V101TW) (ARM label V101TW, ROM 06/20/05 S.V.G V100) [ShouTime] (not working)
Darius (US) [Andrew Welburn]
Raiden 2 (Switzerland) [rtw, Smitdogg, Kranser, Mucci, Dullaron, B2K24, The Dumping Union]

New Game Added
--------------
Pit Boss Megatouch (9234-20-01) [Brian Troha, Mariusz Wojcieszek, The Dumping Union]
Alien Invaders [Seth Soffer, David Haywood, Mariusz Wojcieszek]
Hammer Away (prototype) [( Atro - from Neo-geo.com aka Rui Baptista )
 ( _rm_ - from Neo-geo.com aka Ricardo Marques)  
 ( 1up - from Neo-geo.com aka Daniel "casebres" )]
Solar War (Anonymous)
Pop'n Music 1 (ver AA-A) [smf]
Super Duck [system11, David Haywood]


New NOT WORKING game added
--------------
Western Dream (Yasuhiro, hap)
Club Pacman [Roberto Fresca, ytsejam] (dual inputs not mapped)
Sonic 2 (bootleg of Megadrive version) [caius, The Dumping Union]
Cute Fighters [system11]


New games/clones promoted from NOT_WORKING
----------------------------------------------
Teenage Mutant Hero Turtles (UK 4 Players, set 3) [caius, The Dumping Union]

http://www.mamedev.org/

2014年11月24日 星期一

Yabause v0.9.14

Nissan Presents Over Drivin' GT-R Wachenroder

SEGA SATURN 模擬器 Yabause 發布新版,更新如下:

general:
- Fixed crash when bin is not found in a bin/cue.
- Added Traditional Chinese translation.
- Added Japanese translation.
- Added Russian translation.
- Updated German translation.
- Added inline SH2 assembler function to main emulation code.
- Fixed miscellaneous memory leak/uninitialized variables.
- Added Stunner/Virtua Gun emulation
- Added USB Dev cartridge emulation
- Added SDL2 support

android port:
- Added screenshot feature to Android port

emulated bios:
- Work around fix for games trying to change scu mask from slave sh2 when using hle bios. Fixes Astal.

gtk port:
- Added extra checks to resolution setting to avoid potential leaks or crashing.

macos port:
- A few fixes to the Xcode projects for OS X
- Fixed fullscreen mode when compiled with a newer OS X SDK

qt port:
- Fixed an issue where coff/elf files weren't selectable when using memory transfer function.
- Fixed a bug where qt volume slider wasn't showing the saved value on startup.
- Mouse will now optionally auto-hide with no movement
- Added gui for inline assembler.
- Revised Mouse emulation handling, added sensitivity setting.
- Other fixes

dreamcast port:
- Fixed compilation

video:
- Fixed a bug where coordinate y increment wasn't being initialized under a specific set of circumstances. Should fix hang in Radiant Silvergun using OpenGL rendering.
- Fixed Special Color Calculation mode 2

http://yabause.org/

2014年11月23日 星期日

iNES v4.2

[Screenshot]
FC模擬器 iNES 發布新版,更新如下:

  • Improved 6502 clock precision.
  • Added support for 100+ undocumented 6502 instructions.
  • Increased VBlank interrupt delay from 4 to 5 cycles (Kart Fighter).
  • Now rendering sound in 1ms increments. Percussion effects became much better.
  • Now accurately emulating APU random noise generator.
  • Fixed sound channels defaulting to melodic sound after reinitializing sound.
  • Fixed APU register $400F emulation.
  • Optimized APU volume computation.
  • Added light gun emulation (Duck Hunt, etc).
  • Added support for Japanese Arkanoid paddle.
  • Added support for PowerPad.
  • Paddle fire button now returns 1 when pressed.
  • iNES will now automatically load GameGenie cheats from *.CHT files.
  • iNES will now automatically load patches from *.IPS files.
  • iNES will now automatically load palettes from *.PAL files.
  • Added support for Pro Action Replay cheats.
  • Added the Cheat Hunter tool to find your own cheats.
  • Added functions for load and save GameGenie cheats.
  • Added support for "wrapped" DiskSystem files that come with a 16-byte FDS header.
  • Now resetting DiskSystem to floppy side A on startup.
  • Added mapper #12 (Dragon Ball Z 5).
  • Fixed mapper #19 (more Namcot games).
  • Added mapper #26 (Konami VRC6 with A0/A1 bits flipped).
  • Added mapper #36 (TXE/MicroGenius).
  • Added mapper #37 (Super Mario Bros. + Tetris + Nintendo World Cup multicart).
  • Added mapper #38 (Crime Busters).
  • Added mapper #41 (Six-in-One multicart).
  • Added mapper #42 (hacked FDS games).
  • Added mapper #44 (7-in-1 multicart).
  • Added mapper #46 (Rumblestation 15-in-1 multicart).
  • Added mapper #47 (Super Spike V'Ball + Nintendo World Cup multicart).
  • Added mapper #70, used by Bandai and Taito's Arkanoid 2.
  • Fixed mapper #71 (more CodeMasters games).
  • Added mapper #72 (Jaleco JF-17 chip).
  • Added mapper #73 (Konami VRC3 used in Salamander).
  • Added mapper #75 (Konami VRC1).
  • Added mapper #87, used in Japanese Goonies version.
  • Added mapper #88 (Quinty, Namcot Mahjong 3, Dragon Spirit).
  • Added mapper #89 (Sunsoft-2 chip in Tenka no Goikenban: Mito Koumon).
  • Added mapper #92 (Moero!! Pro Soccer, etc).
  • Added mapper #93 (Sunsoft-2 chip in Japanese Shanghai, etc).
  • Added mapper #97 (Kaiketsu Yanchamaru).
  • Added mapper #99 (VS System games).
  • Added mapper #101 (Urusei Yatsura - Lum no Wedding Bell).
  • Added mapper #107 (Magic Dragon).
  • Added mapper #112 (stripped down MMC3 used by Tengen and Namco).
  • Added mapper #113 (American Video Entertainment Nina-03/06 boards).
  • Added mapper #140 (Jaleco JF-11/JF-14 boards).
  • Added mapper #144 (Death Race).
  • Added mapper #152 (Taito's Arkanoid 2).
  • Added mapper #163 (Final Fantasy VII, Pokemon Yellow).
  • Added mapper #164 (Final Fantasy V).
  • Added mapper #193 (TC-112 chip in Fighting Hero, War in the Gulf).
  • Added mapper #206 (Tengen MIMIC-01, Namcot 118).
  • Added mapper #210 (Family Circuit '91, Dream Master, other Namcot games).
  • Added mapper #225 (52 Games, 58-in-1, 64-in-1 multicarts).
  • Added mapper #226 (Super 42-in-1, 76-in-1 multicarts).
  • Added mapper #228 (Action 52, Cheetamen II).
  • Added mapper #232 (Quattro Adventure, Arcade, Sports by CodeMasters).
  • Added mapper #240 (Jing Ke Xin Zhuan and Sheng Huo Lie Zhuan).
  • Added mapper #241 (Fan Kong Jing Ying).
  • Added mapper #242 (Wai Xing Zhan Shi).
  • Added mapper #243 (Honey Peach and Poker III).
  • Added mapper #246 (Fong Shen Bang - Zhu Lu Zhi Zhan).
  • Partially implemented mapper #227 (1200-in-1).

  • http://fms.komkon.org/iNES/

    BizHawk v1.9.0

    多機種模擬器 BizHawk 發布新版,更新如下:

    Upcoming release, will be released by November 23rd
    as of revision 8231
    • New core: LynxHawk
      • The Handy emulator, ported from mednafen
    • N64Hawk
      • Savestate speed improvements
      • Fix Issue #292 - Bizhawk still emulating N64 after "Exit" hotkey had been pressed
    • GBAHawk
      • All inputs are no longer delayed by one frame. Existing movies will need one blank frame inserted at the beginning to resync.
    • Quicknes
      • Support ability to unplug controllers
      • Fallback to NesHawk for any known PAL ROMs (as determined by the bootgod database)
      • Virtual Pad will now properly reflect the number of controllers connected
    • NesHawk
      • Datach support, including barcode reader (not movie recordable)
    • BSNES
      • Force Mega Man X2 and X3 to use the Compatibility Core due to the Performance Core being unable to run the games properly. This does not change the user's default preference.
    • Dual GB
      • Option to mute each gameboy instance individually
    • WonderHawk
      • Merge with mednafen 0.9.36.5, includes sound and sram changes
        • Note: Possible sync compatibatility loss
      • Added game database of known good ROMs
    • ColecoHawk
      • Corrected ColecoHawk from adding .Col to the title of EmuHawk
      • Corrected ColecoHawk from setting the extension of ColecoVision movies to .col It is now .bk2 which is the proper extension.
    • EmuHawk
      • Movies
        • Fix bug where loading a state not in the movie in playback mode would report an error but send the movie into record mode
        • Fix bug where rerecord counter was incremented when playing a movie
        • When loading a movie that specified quicknes or neshawk don't permanently override the user's core preference
        • When importing snes movies, set the movie sync settings to Compatibility profile
        • Add framebuffer in movie anchor states
        • Fix bug where movie was being saved when loaded (generally harmless other than make loading a bit slower)
        • Edit Subtitles - Added rows now have default values
      • Lua
        • Add a duplicate script menu and toolbar item, functions similarly to new script except it starts with the text from the highlighted script
        • Restore ability for many lua functions to report errors to the console window
        • LoadState through Lua isn't counted for movie RerecordCount
        • Added movie.setrerecordcount and movie.getrerecordcount
        • Add client.borderheight(), client.borderwidth(), client.bufferwidth(), client.bufferheight(), client.transformPointX(), client.transformPointY()
      • VirtualPad
        • Unsticky analog controls when right-clicking the circle visualizer
        • Fix bug that made virtualpad permanently override actual physical analog control
      • Firmware manager
        • Tracks filesizes, and filesizes of known firmwares are used to restrict scope of scanning, fixing issues when the firmware folder is set to a folder with large files or a lot of files
        • Add firmware import option (copies firmwares into firmware directory through toolbar or drag & drop)
      • TAStudio
        • Now in Beta
      • Improvements to remembering window positioning
      • Don't malfunction when compiling retro shaders on systems with bad opengl support, fixes some system's ability to run BizHawk
      • Don't give an ugly error message when attempting to load an unknown ROM and not selecting a core to run the ROM file
      • Fix Trace logger crash, seemingly a race condition between a create, a flush, and a subsequent open for tracing (for issue #299)
      • Ram Watch - fix issues during rom loads for other platforms, fixes issue #285.
      • Hoktey/Controlller config - make input binding limitless (instead of limited to 4), at the same time, fix bugs caused by index accounting related to the limit.
      • Volume up/down - much bigger dynamic contrast in volume range
      • Sound will be turned off if volume is set to zero Fixes issue #310
      • EmuHawk will no long keep the (X,Y) on the title bar when resizing is complete

    http://code.google.com/p/bizhawk/

    Raine v0.63.15

    Raine Logo

    多機種街機模擬器 Raine 發布新版,更新如下:

    Sorry some bugs to fix in this one again, there was a last bug with the very badly supported format where audio tracks are merged with the data track for neocd (only for games having a lot of files in their iso, like ssrpg), and a bug in sound associations which deleted them before saving them !
    Except that I added what I wanted to add in the previous version, the ability to save inputs to some user configuration, and then load them either from one of these configurations or to get them from another game. For that to work, I had to change the way inputs are saved, which means that if you had some custom inputs saved, they will be reseted to the default inputs for this version. The good news is that it will be much faster to change them now if you have a few games to change.

    Also I removed all the data files from the binary package to keep it small, so if you want to use hiscore.dat, history.dat, or command.dat, you can find them either in the Extras section, or from another site on the internet.

    I just uploaded the debian package, the news is that the data files are now separate, I have put them in the "Recommands" section of raine, but most package managers just silently ignore recommended packages, so you can install manually history-raine, hiscore-raine, and command-raine (and m68kdis if you interested about 680x0 disassembling in the console !). The idea is to install these packages only once, they shouldn't be updated often at all.

    http://rainemu.swishparty.co.uk/

    2014年11月13日 星期四

    ePSXe Cheats Pack Numbers-Z v.3.0

    PS模擬器 ePSXe 金手指整合包 ePSXe Cheats Pack Numbers-Z 更新至3.0,啥都不必多說,更新就對了 !!

    ePSXe Cheats Pack v.3.0
    - Some fixes to old cheat files, games like Castlevania Symphony of the Night (PAL) now works in the emulator with the codes.
    - Lots of new cheats added to old cheats files.
    - New game codes added:
    30-July-2014
    #Creatures Raised in Space#SLUS-01553
    16-September-2014
    #Crash Bandicoot Carnival#SCPS-10140#SCPS-91319
    #True Love Story F - Fan Disc#SLPS-02404
    #Sister Princess#SLPS-03154#SLPS-03155#SLPS-03156#SLPS-03157
    17-September-2014
    #Boys Be...2nd season#SLPS-01705
    #Granu-shima! Daibouken#SLPS-01624
    #Mahjong Toriadama Kikou#SLPS-02611
    #Sanyo Pachinko Paradise 4#SLPS-02988
    #Spider-Man (SuperLite 1500)#SLPM-87163
    #Uchi Ni Pochi Ga Yattekita - In My Pocket#SLPM-86190
    18-September-2014
    #Abe'99#SLPS-02095@SLPS-02086
    #Cyberia#SLPS-00218
    #Konami Antiques MSX Collection Vol.2#SLPM-86062
    #Total Eclipse Turbo#SLPS-00105

    20-September-2014
    #Arc the Lad Monster Game with Casino Game#SCPS-10040-1
    #Guilty Gear (Rerelease)#SLPS-02273
    #Kaettekita Pachiokun Dream Collection#SLPS-01384
    #L No Kisetsu - A Piece of Memories#SLPS-02204

    21-September-2014
    #Angelique Duet#SLPS-01336#SLPS-01337
    #Ayakashi Ninden Kunoichiban#SLPS-00946#SLPS-00947
    #J.League Winning Eleven 2000#SLPM-86538
    #Jikkyou Pawafuru Puroyakyu '99 Ketteiban#SLPM-86433
    22-September-2014
    #Bakuten Shoot Beyblade#SLPM-86980
    #Blam! Machinehead#SLPS-00798
    #Carnage Heart#SLPS-00151
    #Crash Bandicoot Racing#SCPS-10118
    #Digcro - Digital Number Crossword#SLPS-00549
    #Final Fantasy I#SLPS-03430
    #Tokimeki No Houkago - Ne Quiz Siyo [Konami The Best]#SLPM-86347
    23-September-2014
    #Formula 1 '97#SIPS-60023
    #Heiwa Parlor! PRO Lupin the Third Special#SLPS-02541
    #Lucky Luke#SLPS-01674
    #Nainai No Mei-Tantei#SLPS-02500
    #Nobunaga no Yabou - Zengokuban#SLPS-01210
    #Super Live Stadium#SLPM-86019
    #The King of Fighters '98 - Dream Match Never Ends [SNK Best Collection]#SLPM-86435
    25-September-2014
    #World Stadium 2#SLPS-01335
    27-September-2014
    #Armored Core - Project Phantasma [PSOne Books]#SLPS-91424
    #Doom#SLPS-00308
    #Front Mission 2 (Front Mission History Disc 2)#SLPM-87331
    28-September-2014
    #Forsaken#SLPM-86307
    29-September-2014
    #Lup Salad - Lupupu Cube#SLPS-00416
    #Nanotek Warrior#SLPS-00835

    01-October-2014
    #Castlevania Chronicle - Akumajou Dracula#SLPM-86754
    #Sangokushi VII#SLPM-86728
    02-October-2014
    #Final Doom#SLPS-00727
    #Karan Koron Gakuen - Byuarabu Hen#SLPM-86474
    #Karan Koron Gakuen - Doki Doki Hen#SLPM-86414
    #Karan Koron Gakuen - Munekyun Hen#SLPM-86468
    03-October-2014
    #Driver#SLPS-02613
    #Mobile Suit Gundam#SLPS-00035
    #X-Com - Michinaru Shinryakusha#SLPS-00257
    04-October-2014
    #Break Volley#SLPS-02375
    #Dare Devil Derby 3D#SLPS-01025
    #Magic Carpet#SLPS-00587
    #Super Football Champ#SLPS-00569
    #Tom Clancy's Rainbow Six [World Greatest Hits]#SLPM-87084
    05-October-2014
    #3D Baseball - The Majors#SLPS-00693
    #Macross Digital Mission VF-X [PlayStation the Best]#SLPS-91058
    #Nobunaga no Yabou - Bushou Fuunroku [Koei Teiban Series]#SLPM-86604
    #Nobunaga no Yabou - Shouseiroku#SLPS-01115
    #OverBlood - 3D Active Adventure [Major Wave Series]#SLPM-86641
    06-October-2014
    #Daikoukai Jidai Gaiden [Koei the Best]#SLPM-86309
    07-October-2014
    #Battle Master#SLPS-01064
    #Cool Boarders 2 - Killing Session#SLPS-00967
    #Meitantei Conan - Trick Trick Vol.1#SLPS-03548
    12-October-2014
    #Sister Princess 2#SLPS-03521#SLPS-03522#SLPS-03523#SLPS-03524
    #Slime Shiyo#SLPS-00504
    13-October-2014
    #Dokomademo Aoku...#SLPS-03393
    14-October-2014
    #Hard Edge [Value 1500]#SLPS-03270
    #Nukumori no Nakade in the Warmth#SLPM-86880
    15-October-2014
    #Pinocchia No Miru Yume (The Best Takaramono)#SLPS-01587
    16-October-2014
    #Hoshi de Hakken!! Tamagotchi#SLPS-01250
    #Monster Farm Jump#SLPS-03160
    18-October-2014
    #Genso Suikoden (Playstation the Best)#SLPM-86017
    codes by Davin the Raven
    #Beatmania#SLES-02096
    #Bratz#SLUS-01508
    #Broken Helix#SLPM-86065
    #Dance Dance Revolution- Best Hits#SLPM-86693
    #Deron Dero Dero #SLPS-00180
    #Die Hard Trilogy#SLPS-00585
    #Duke Nukem - Total Meltdown#SLPS-01557
    #Gekisou Tomarunner#SCPS-10087
    #Harry Potter to Himitsu no Heya#SLPS-03492
    #Hellnight#SLES-01562
    #Jet Moto#SIPS-60020
    #Kotobuki Grand Prix#SLES-04007
    #Kuri Skunk [Reprint]#SLPS-02464
    #Mary-Kate & Ashley - Magical Mystery Mall#SLUS-01121
    #Monkey Magic#SLPS-02583
    #MTV'S Celebrity Deathmatch#SLUS-01453
    #Ore no Ryouri #SCPS-10099
    #Puchi Carat#SLES-02070
    #Puyo Puyo 2 - Tsu Ketteiban#SLPS-00530
    #Puyo Puyo 4 - Car-Kun to Issho#SLPS-02412
    #Puyo Puyo Box#SLPS-03114
    #Puyo Puyo Sun Ketteiban#SLPS-01080
    #Puzzle Arena To Shin Den#SLPS-00879
    #Rittai Ninja Katsugeki Tenchu - Shinobi Haykusen#SLPS-02400
    #Rockman Dash - Hagane No Boukenshi#SLPS-01141
    #Rockman Dash 2 - Ooinaru Ishan#SLPS-02711
    #Rox#SLES-04069
    #Saru! Get You! [Playstation the Best]#SCPS-91196
    #Silent Hill (Konami the Best)#SLPM-86498
    #Simple 1500 Series vol.075 - The Double Shooting - Raystorm & Raycrisis#SLPM-86912
    #Superstars Dance Club - 1 Hits#SLUS-01493
    #Tail Concerto#SLES-01390
    #The Tetris [Superlite 1500 Series]#SLPM-86581
    #Tokimeki Memorial - Taisen Puzzle-Dama#SLPM-86005
    #Tomb Raider IV - The Last Revelation#SLPS-02803
    #Tomb Raider Chronicles#SLPM-86779
    #X-Men - Children Of The Atom#SLES-00198
    - New game codes created:
    14-July-2014
    #Jissen Pachi-Slot Hisshouhou! 5#SLPS-00794
    27-July-2014
    #Shuukan Gallop#SLPS-02401
    30-July-2014
    #Rugrats - Totally Angelica#SLES-03544
    31-July-2014
    #Planet Of The Apes#SLES-03844
    #Planet of the Apes#SLUS-01468
    01- August-2014
    #Tintin - Destination Adventure#SLES-03459
    04- August-2014
    #Xena - Warrior Princess (Spanish)#SLES-02268
    05- August-2014
    #Legacy Of Kain - Soul Reaver (Spanish)#SLES-02026
    28-October-2014
    #Winning Post 4 - Program 2000#SLPM-86445

    http://ks23364.kimsufi.com/psxdata/databasepsx/downloads.html