EmuCR Feeds
Email Us

Mameinfo.dat v0.169 is released. detailed mame game information (including version added, number of players, game status, cpu/audio chips, display info and maws hall of fame ratings). Provides Recommended Games for GameEx.

Mameinfo.dat v0.169(r43208) Changelog:
- New games: Wing Force (Japan, prototype)
- New Working games: Ninja Kazan and Snow Board Championship
- New Non-Working games: Game King (Set Chips), Game King (v4.x), Super Cherry, unknown San Remo / Elsy Multigame and Unknown Tab Austria Poker
- New Tourvision games: 1943 Kai (Tourvision PCE bootleg), After Burner (Tourvision PCE bootleg), Armed-F (Tourvision PCE bootleg), Ballistix (Tourvision PCE bootleg), Be Ball (Tourvision PCE bootleg), Bomberman (Tourvision PCE bootleg), Ch\xc5\x8dzetsurinjin Beraboh Man (Tourvision PCE bootleg), Chuka Taisen (Tourvision PCE bootleg), Coryoon (Tourvision PCE bootleg), Daisenpu (Tourvision PCE bootleg), Dead Moon (Tourvision PCE bootleg), Devil Crash (Tourvision PCE bootleg), Dodge Ball (Tourvision PCE bootleg), Dragon Spirit (Tourvision PCE bootleg), Final Blaster (Tourvision PCE bootleg), Final Match Tennis (Tourvision PCE bootleg), Gunhed (Tourvision PCE bootleg), Hana Taka Daka (Tourvision PCE bootleg), Jinmu Densho (Tourvision PCE bootleg), Kiki Kaikai (Tourvision PCE bootleg), Legend of Hero Tonma (Tourvision PCE bootleg), Mizubaku Daibouken Liquid Kids (Tourvision PCE bootleg), Mr Heli (Tourvision PCE bootleg), Ninja Ryukenden (Tourvision PCE bootleg), Operation Wolf (Tourvision PCE bootleg), Override (Tourvision PCE bootleg), Pac-Land (Tourvision PCE bootleg), PC Genjin Punkic Cyborg (Tourvision PCE bootleg), Power Drift (Tourvision PCE bootleg), Pro Yakyuu World Stadium '91 (Tourvision PCE bootleg), Psycho Chaser (Tourvision PCE bootleg), Puzzle Boy (Tourvision PCE bootleg), R-Type II (Tourvision PCE bootleg), Raiden (Tourvision PCE bootleg), Saiga No Nindou - Ninja Spirit (Tourvision PCE bootleg), Salamander (Tourvision PCE bootleg), Shinobi (Tourvision PCE bootleg), Side Arms (Tourvision PCE bootleg), Skweek (Tourvision PCE bootleg), Son Son II (Tourvision PCE bootleg), Super Volley ball (Tourvision PCE bootleg), Tatsujin (Tourvision PCE bootleg), Terra Cresta II (Tourvision PCE bootleg), Toy Shop Boys (Tourvision PCE bootleg), Veigues (Tourvision PCE bootleg), W-Ring (Tourvision PCE bootleg), Winning Shot (Tourvision PCE bootleg) and Xevious (Tourvision PCE bootleg)
- New clones: Game King (EZ Pay, v4.0, MS), Game King (Triple-Five Play), Game King (v4.3), Game King (v4.3, NJ), Game King (v4.x, MS), Laser Ghost (Japan) (FD1094 317-0164), Nova 2001 (Japan, hack?), Power Shovel ni Norou!! - Power Shovel Simulator (v2.07J, alt), Raizin Ping Pong (V2.01J), Rambo 3 (bootleg of Ikari, Joystick hack), Royal Card (stealth with MSX multigame), Royal Card (stealth with NES multigame) and Strider (USA, B-Board 90629B-3, Street Fighter II conversion)
- New drivers: gkigt.cpp and sanremmg.cpp
- New devices: meters
- New Compile Tools: MSYS2 (POSIX/Unix compatability layer) (http://mamedev.org/tools/)
- New Cheat.dat: http://cheat.retrogames.com/
- i960kb CPU: More potential workouts for the I960 CPU. Added IGT Game King games (gkigt.cpp).
- TMP95C063 CPU: Added analog inputs
- TMS32051 CPU
. More bug fixes (32051ops.inc, dis32051.cpp and tms32051.cpp/h)
. Fixed accumulator conditions (32051ops.inc)
- DISCRETE sound: Getting rid of global_alloc_array_clear at least, clearing is essential to objects in vector_t so that is why previous attempt did not work (sound\discrete.h)
- YM2608 sound: Null pointer bad (YM2608 YM_DELTAT_ADPCM_Reset; sound\fm.cpp)
- 6821 PIA: Stop PIA from spamming debug console by default
- Taito Custom: Swapped TC0780FPA (Polygon Renderer) buffers on command 0
- dkong.cpp: Rewroted TMS6100 command handling
- AGEMAME: Initial device-ification of machine\meters.cpp (Electro mechanical meters). This fixed MAME crashed when switching games (ID 06117)
- California Speed: Added official updater roms to clone (Version 1.0r8 Mar 10 1998, GUTS Mar 10 1998 / MAIN Mar 10 1998) so that you can update the hdd / game revision if you so please.
- Fast Invaders: Make Fast Invaders show something, although as we have schems we should probably just use them. Start adding devices.
- Laser Ghost: Added documentation of a Laser Ghost test PCB
- Mr. Driller 2: Fixed game crashed during init (ID 06090)
- Ninja Kazan: Make game playable again. This fixes slow graphic rendering and missing graphics (ID 02640)
- Operation Tiger: Converted taitopjc driver to tilemaps
- Raiden II: Added jj4b01 PAL from Sarayan
- Snow Board Championship: Added 8GB decrypt table (Game now playable)
- Street Fighter II': Champion Edition: Fixed inputs (sf2->sf2hack) in clone Street Fighter II': Champion Edition (M10, bootleg) (ID 06114)
- Super Free Kick: Filled in missing dipswitches and added DIP locations
- Dipswitch fixes in sfkick.cpp
- Description changes of Bygone (prototype), Chimera Beast (Japan, prototype), Mad Motor (prototype), Power Shovel ni Norou!! - Power Shovel Simulator (v2.07J) and Raizin Ping Pong (V2.01O)
- MAME
. Added realloc implementation as required by the C standard (util\corealloc.cpp)
. Fixed errors from faulty merge (emu\validity.cpp)
- SDLMAME: Get .ini file default path makefile variable back (osd\sdl_cfg.lua)
- MESS:
. MC6847 video: Fixed (MESS) Goldstar FC-100 and Sanyo PHC-25 crash at start and Samsung SPC-1000 crash when a letter key is pressed.
. Rewroted TMS6100 command handling, (MESS) Mr. Challenger sound is now correct.
. uPD7220 video: Corrected lr in graphics mode
- MAC OS X: Don't link metal pre El Capitan (scripts\src\osd\sdl.lua)
- Compiling
. Added pre-compiled headers support to build system
. Make linking of winpthreads static for posix mingw build (scripts\genie.lua). Make compiler detection works under posix windows environments (makefile).
. 3rdparty
. Finish making it python3-compatible (scripts\build\makedep.py)
. Synced with latest GENie
. Removed FILTER_DEPS, not stable and not functional (scripts\depfilter.awk).
. Some cleanup in build scripts, GNU C99 for 3rdparty C files.
. Added latest BX and BGFX
. Added LUA console support back in
. Fixed solutionVersion for VS2015 and ToolsVersion for all VS201x. This fixes IncrediBuild under VS2015.
. Common OSD path environment var expansion
- Debugger
. Update debugcon.h: Increased MAX_COMMAND PARAMS and MAX_COMMAND_LENGTH to quadruple their previous size. The previous values did not have the capacity to allow trace logging of all registers at the same time in some CPUS. Setting the maximum to 128 should allow for capturing of systems with large symbolic lists (such as Playstation) if needed. For example, the following command would throw an error when trace logging a 68000 CPU because the maximum parameters (16) would be reached when attempting to capture all registers: trace 68K.log,0,{tracelog "A0=%08X, A1=%08X, A2=%08X, A3=%08X, A4=%08X, A5=%08X, A6=%08X, A7=%08X, D0=%08X, D1=%08X, D2=%08X, D3=%08X, D4=%08X, D5=%08X, D6=%08X, D7=%08X ",a0,a1,a2,a3,a4,a5,a6,a7,d0,d1,d2,d3,d4,d5,d6,d7}. [Con Huevos Guey].
. Fixed vertical scrollbar on large windows (such as the program space of an i386)
. Added various keyboard shortcuts and pass keypresses to the debug view with input focus
. Prevent keypresses from passing through to internal debugger windows while the windows are hidden
. Fixed input regression in internal debugger window editors

Download: Mameinfo + MAMEUI-inifiles-0169
Download: MAME32 v0.169 Category-, Version and Alltime inifiles
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!