MAMEWorld >> News
View all threads Index   Flat Mode Flat  

MASH
MASH
Reged: 09/26/03
Posts: 1775
Loc: Germany
Send PM
MAMEinfo 0.204GIT (21st Nov)
11/21/18 01:10 AM


MAMEINFO.DAT

* Updated to MAME 0.204GIT - http://git.redump.net/mame/log/

* Added Source/Listinfo changes

* Newest Bugs (20th Nov)

* Added/Fixed 'Recommended Games'

* Fixed Mameinfo.dat infos



Download at: http://mameinfo.mameworld.info/

MAME Testers at: https://mametesters.org/view_all_set.php?sort=last_updated&dir=DESC&type=2



0.204GIT

- New games: Bare Knuckle III (bootleg of Megadrive version)
- New Working games: Alpha One (Vision Electronics) and Abnormal Check
- New Non-Working games: Bingo Galaxy (main), Capitan Uncino (High Video, version 2), Top T. Cash and 'unknown Elsy game'
- New clones: Arizona 10 (v1.1), Bingo Galaxy (satellite), Centipede (bootleg, set 2), Dirt Devils (Germany?), Fighting Vipers 2, Hacha Mecha Fighter (Location Test Prototype, 19th Sep. 1991), The Lost World (older), Magic Colors (ver. 1.6), Sega Rally 2 (prototype, 8 Dec 1997), Sega Rally 2 (prototype, 29 Dec 1997), Shin Ib Sa Won - Seok Dol I, Smashing Drive (Spain, Portugal), Smashing Drive (World), Snow Bros. 2 - With New Elves / Otenki Paradise (bootleg, set 2), Star Wars Trilogy Arcade (location test, 16.09.98), Street Fighter II: The World Warrior (USA 910522, Rev. H), Street Fighter II: The World Warrior (World 910204), Touchmaster 4000 (v6.02 England), U.N. Defense Force: Earth Joker (US / Japan, set 2), Virtual On 2: Oratorio Tangram, X-Men: Children of the Atom (Asia 941219) and Xevious 3D/G (World, XV32/VER.A)
- New PinMAME games: Come Back and Sport 2000
- New devices: a2065, am7990, am79c90, dp835x_a, r2000a, r3000, r3000a, r3052e, rs232_mouse_hle_sgi, v50 and v5x_icu
- CPU
. AM9517A: Added 16 bit transfer support to v5x_dmau variant
. Intel I386
. Added virtual methods for cpuid and msr instructions
. Default implementations in class i386_device log an error message
. Derive Pentium MMX, Pentium II, Pentium III classes from pentium_pro_device. Pentium MMX class derives from pentium_device.
. Removed pentium_msr_* p6_msr_* piv_msr_* MSR_READ MSR_WRITE routines and call virtual methods instead
. The routine pentium_rdmsr modifies the registers only if the msr is valid
. Prepare to change hxx files into regular cpp files. Changed order of include files at top of i386.cpp. Moved some routines between i386.cpp and i386priv.h. Moved part of x87ops.hxx into new file x87priv.h. Now you only have to rename the hxx files to cpp and add the following at the top of each one: #include "emu.h", #include "i386.h", #include "i386priv.h", #include "x87priv.h", #include "cycles.h", #include "debugger.h", #include "debug/debugcpu.h" and #undef i386.
. Signal a privilege change to the debugger whenever protected mode is enabled or disabled or the CS descriptor flags are changed
. MIPS-I
. Modernized IDT R30xx core. Replaced memory accessors. Implemented tlb and address translation. Corrected exception vector logic. Improved cache isolation behaviour. Added comments/formatting. Adjusted memory map in policetr.cpp to match R3041 address mapping and to restore sound.
. Fixed overflow logic. Handle no cache.
. MIPS-III
. Added correct R5271 processor ID
. Various changes: Added an #ifdef to display DPRINTF calls from the SGI O2 PROM. Switched R4000BE/LE, R4400BE, R4600BE, and R5000BE to 64-bit data bus. Fixed a bug that caused a crash with 64-bit data bus and the DRC.
. Started laying the groundwork for cache support. Added logging of cache opcodes.
. Added secondary cache instruction decoding (mips\mips3dsm.cpp)
. Mitsubishi M37710S4: Added basic support for up-down count on timers in event counter mode
. Motorola MC68000
. Fixed ptest instruction (m68000\m68kdasm.cpp)
. Fixed rw bit in address error frame. Note: RW bit actually means 1 = read, 0 = write. It was also not shift in m68000_base_device::set_buserror_details().
. Show PMMU registers for 68020/030/040 in debugger
. MMU
. Handle RW bit in ATC cache properly. Added page table walk that result in BUSERROR to ATC. Fixed ptest instruction.
. Trap if PLOAD is called with MMU disabled on MC68851. Don't skip descriptor status update for page descriptors.
. Set address in ptest to last descriptor address. Added function code page table lookup. Fixed ptest level report in MMU SR.
. Fixed TT register matching (test RW bit, fix masking of bits). Decode fc field for pload instruction. Fixed decoding of pload instruction.
. Fixed compare of SUPERVISOR_ONLY bit in 8 byte descriptors. Don't change Page table/ATC state during translations caused by debugger.
. Set B bit in ATC on buserror. Store last logical address for bus error handler.
. Support flushing ATC by FC/EA
. NEC Vxx: Force bits 12..15 of flag word to 1 in POPF, to match Intel 8086. Avoids runtime error 200 in Turbo Pascal 7 runtime (cpu\nec\necinstr.hxx).
. NEC V25: Added address space for internal data area and SFRs
. NEC V53
. Added the NEC V50 to the existing V53/V53A devices
. Overhauled for DEVCB3, and made some required changes to the peripherals. Use templates and other general cleanup.
. Zilog Z8681 CPU / Z8: Use DEVCB3 instead of MCFG_ macros
- SOUND
. Discrete Sound: Eliminated unnecessary address space argument from handlers
. Hudson Soft HuC6280 PSG: Fixed LFO scale bit
. K054321 Maincpu-Soundcpu interface: Remember initial speaker input gains, this fixes volume balance in X-Men (ID 06607).
. K054539 ADPCM: Swapped left/right K054539 channels in gijoe.cpp, lethal.cpp, moo.cpp, mystwarr.cpp, rungun.cpp, xexex.cpp and xmen.cpp, also removed setting REVERSE_STEREO (H054539 doesn't implement it at all, maybe it did ages ago).
. Sound Interface: Added getters for input/output gain (emu\disound.cpp)
. YM2149 SSG: Replaced AY-3-8910 sound with YM2149 in 40love.cpp, adp.cpp, big10.cpp, dominob.cpp, fcombat.cpp, halleys.cpp and vroulet.cpp
- DEVICE
. 3dfx Voodoo Graphics: Mark frame buffer as changed after direct LFB write (video\voodoo.cpp). Fixes missing text during NBA Showtime Gold power on tests.
. CD-ROM: Added various legacy SCSI and new-SCSI CD-ROM devices which support 512-byte blocks by default
. DECO 55 / 56 / 74 / 141 Tilemap Generator: Added support for gfxdecode device pointer (video\deco16ic.h)
. DP8350 CRTC: Added customized CRTC (DP835X) for (MESS) Univac; configure CTC using verified input frequencies.
. Floppy: Avoid to use uninitialized booleans (formats\dsk_dsk.cpp). Fixes (MESS) Amstrad CPC6128 DSK images reading (ID 07134). Thanks to Klez for testing.
. Intel 8251 USART: Implemented send break command. Minor tidy on v5x_scu variant.
. Intel 8259 PIC: NEC V5x ICU is always in x86 mode
. M48Txx Timekeeper: Fixed watchdog delay setting (machine\timekpr.cpp)
. MB87078 Volume Controller: Refactor and correct data_w/r. Only update channel latch when dsel is low.
. Namco C123 (Tilemaps): Reduced unnecessary handlers and code duplication. Added Namco System 1 implementation. Fixed naming for 16 bit handlers. Cleanup palette changing behavior.
. Namco C355 (Sprites): Fixed inconsistency, deprecation and duplication.
. SAA5050 Teletext Character Generator: Replaced dump of SAA5050 internal character generator ROM with verified copy from decap. This also matches the Signetics and Mullard SAA5050 datasheet pixel listings.
. Serial Flash: Support address for when overall size is more/less than 0x8400000 bytes, or Flash page size is more/less than 2048+64. Fixed block erase command and overflow. Added notes.
. Signetics SCN2674 AVDC: Added BREQ output; get a bit smarter about screen reconfiguration.
. Western Digital WD33C93 SCSI: Style cleanup and improved logging. Silence logging by default.
. Z80 CTC: Allow a fixed-rate clock input to be configured for each channel. This improves performance by alleviating the need to drive the CLK/TRG inputs with high-frequency timers.
. Z80 DART: Stop resetting receiver whenever WR5 changes
- acesp.cpp: Dummy out ace_sp_portmap, this not so useful bit.
- backfire.cpp: Minor cleanups. Reduced code duplication. Converted arrays into std::unique_ptr. Added notes. Fixed metadata related to regional warning screen (both dumped sets are Japan release).
- blmbycar.cpp: Cleanup ACCESSING_BITS. Reduced code duplication and runtime tag map lookups. Fixed memory map and sound output (both chip and PCB can't support stereo output).
- bmcpokr.cpp: Correct sound output channel. Cleanup ACCESSING_BITS. Reduced code duplication. Removed MCFGs and register_postload. Correct value types.
- chihiro.cpp: Some cleaning (machine\xbox_pci.cpp)
- dec0.cpp: buffered_spriteram16_device for sprite RAM. Cleanup some naming and spacing.
- deco32.cpp: Cleanups. Moved tilegen configurations into video_start and removed VIDEO_START_MEMBER. Cleanup duplicates in gfxdecode. Reduced unnecessary address_space arguments and unnecessary arrays. Fixed tattass* metadata related to date in ROM/RAM check screen. Fixed spacing and namings. Fixed Tattoo Assassins EEPROM logging.
- f1gp.cpp: Various cleanups. Reduced code duplication. Splitted f1gp2 specific functions into driver state. Moved GFX swap into rom load. Added shared_ptr for GFX RAM.
- fantland.cpp: Cleanup ACCESSING_BITs. Reduced code duplication and runtime tag map lookups. Fixed some namings and spacings. Removed unnecessary MACHINE_START_CALL_MEMBER and MACHINE_RESET_CALL_MEMBER. Splitted borntofi state related to ADPCM and input. Reduced/correct ROM region usage and some trampoline.
- gaelco.cpp: Cleanup gfxdecode and naming. Reduced code duplication and runtime tag lookup.
- galaxian.cpp and galaxold.cpp: Moved audio\galaxian configuration to driver files
- gottlieb.cpp: Cleanup driver and gfxdecode. Reduced unnecessary arguments. Fixed namings. Reduced unnecessary arguments of handlers (audio\gottlieb.cpp).
- highvdeo.cpp: VBLANK modernization
- hng64.cpp: Updated to match V53 changes
- hyprduel.cpp and metro.cpp
. hyprduel.cpp: Cleanup ACCESSING_BITS
. metro.cpp: Cleanup ACCESSING_BITS. Reduced code duplication and unnecessary address_space arguments. Fixed namings. Fixed sprite lag in Blazing Tornado and Grand Striker 2 and metadata (Japanese title) for karatourj.
. Imagetek I4100/4220/4300: Added supported for buffered sprites. Cleanup sprite drawing routine. Internalized gfxdecode (all driver shared same gfxdecodes). Cleanup and removed MCFGs.
- igs011.cpp: Removed unnecessary palette handler. Converted memory_region into region_ptr.
- karnov.cpp: Cleanup. Converted background tilemap into generic MAME tilemap system. Cleanup handlers. Reduced code duplication, address_space arguments and region sizes.
- lordgun.cpp
. Cleanup naming and unnecessary handlers. Reduced code duplication.
. Fixed Alien Challenge YMF278B clock (https://www.youtube.com/watch?v=_RaCpHwyS78).
- m52.cpp
. Use multiple palettes and regions instead of kludging into one
. Fixed sprite colours, looks like mpatrol could potentially support 3bpp anyway and the existing kludigng of the sprite clut prom was to save memory.
. Alpha One (Vision Electronics): Improvements. Splitted game into different class etc. Promoted to working.
- m72.cpp: Miscellaneous cruft removal
- magic10.cpp: Updated game list with hardware setup. More detailed hardware setup description. Fixed a few ROMs names as per real labels. Updated boot instructions for all games.
- namcos1.cpp: Added Namco C123 device (Tilemaps). Reduced code duplication. Correct device types, XTAL'd YM2151 clock and namings.
- namcos2.cpp: Fixed Namco C123 video RAM mirroring issue
- namcos22.cpp
. Get rid of ioport tag lookups, tweak SS22 analog limits. Small driver update.
. Added basic support for up-down count on timers in event counter mode to M37710S4 CPU. Improved Prop Cycle/Armadillo Racing controls.
. Added SS22 volume control
. Fixed bug with priority over textlayer (video\namcos22.cpp), fixes Cyber Commando arrows (black part) should be below textlayer when a messagebox pops up.
- naomi.cpp: Fixed M1 security keys endian (machine\naomim1.cpp)
- segasp.cpp: Added SystemSP Network Board firmware ver 1.23 and alternate network board 1.23 firmware, dumped and documented one more Bingo Galaxy satellite PCB [Darksoft].
- stadhero.cpp: Minor cleanups. Removed some MCFGs. Fixed some namings. Cleanup gfxdecode. Reduced unnecessary handlers. Added notes.
- supbtime.cpp: Restored tilemap offset to tumblep and chinatwn that were lost when driver was merged with supbtime (verified with hardware videos)
- tecmo.cpp: Converted scroll array into shared_ptr. Reduced code duplication and runtime tag map lookups. Removed unnecessary handler installs. Fixed spacing and naming
- thoop2.cpp: Cleanup naming. Reduced code duplication and runtime tag lookup
- toaplan2.cpp
. Removed unused and register_postload. Cleanup naming.
. Cleanup/Fixed naming. Reduced unnecessary handler (video\gp9001.cpp).
- tourvis.cpp: Added game IDs as a "feature" (hash\pce_tourvision.xml). Game IDs are relevant to the emulation, and should be on the XML, not on comments. Also updated the comments on missing games and missing IDs.
- wrally.cpp: Cleanup gfxdecode and ACCESSING_BITS. Reduced runtime tag lookups and code duplication
- Abnormal Check: Redumped graphics roms (Game now playable)
- American Poker II
. Simplified decryption of clone Rabbit Poker (Arizona Poker v1.1?)
. Clone Piccolo Poker 100: Protection understood, documented and completelly simulated. Removed the ugly patch/hack in the driver_init that formerly allows to boot. Some clean-ups. Added technical notes.
- Break Thru: Marked roms 6 and 7 of clone Break Thru (Tecfri license) also as BAD_DUMP. The PCB owner redumped the ROMs, getting variable results on ROMs 6, 7 and 8, and constant reads on all other ROMs. He also recorded a video of the game running: https://www.youtube.com/watch?v=eBbToDz0YQw.
- Hang-On: Dumped ck2605 device
- Happy Jackie: Small cleanups
- Hot Blocks: Added PALETTE_FORMAT for palette. Cleanup video update routine. Converted VRAM array into std::unique_ptr. Confirmed XTAL (PCB has only a 24 MHz XTAL).
- Kick Goal: Decap + hook up PIC. It's possible the banking is wrong on the OKI still as the game really doesn't attempt to use the majority of the sounds in the rom, there are only a few screens where music even plays.
- Mouse Trap: Verified one of Mouse Trap's original PROMs matches the corresponding one dumped from a bootleg. The other 2 PROMs couldn't be read. Correct PROM PCB locations.
- Parent Jack: Fixed volume. Game uses FM channel of YM2203 for jingle/musics.
- Pinball Action
. Hooked up Tecfri external pinball display on Pinball Action (working but missing some comms)
. Pinball Action (Tecfri license). Added documentation. Added 74HCT259 latch. Removed some MCFG. Clean up names.
- PinMAME: Corrected audiocpu rom dump for Clown (Inder) and Top Pin
- Prehistoric Isle in 1930: Dumped correct char rom for clone (Korea), fixes introductory text not displayed properly (ID 05613).
- Royal Ascot
. Added satellite roms
. Make 68K/Z80 communications work instead of patching it out
- Smash T.V.: Added SL1 revision sound ROM to clone Smash T.V. (rev 3.01)
- Tetris: Decapped Intel P8749H from Tetris (bootleg set 3). Matches already existing dump.
- U.N. Defense Force: Earth Joker
. Paremt romset appears to be a bad dump, mark it as such. The new set 2 is very close to the parent (71 differences in each ROM) but there are enough intentional changes (including a small block of 00/ff right before the data ends) that it can't be considered a direct replacement for the bad set; these aren't all single bit changes that could be attibuted to the bitrot.
. Lowered sound levels so that they don't clip badly due to the MSM
- Video 21: Use deal/stand for blackjack control buttons now that we're not using deal for vblank. First 4 buttons on cabinet are: bet/einsatz, start, card/karte and stop.
- Dipswitch fixes in namcos22.cpp
- Fixed rom names in exidy.cpp, magic10.cpp, midtunit.cpp, namcond1.cpp, segas16b.cpp, williams.cpp and xevi3dg
- Description changes of Backfire! (Japan, set 1), Backfire! (Japan, set 2), Blomby Car (Version 1P0), Blomby Car (Version 1P0, not encrypted), Capitan Uncino (Nazionale Elettronica, Ver 1.2), Centipede (bootleg, set 1), Chatan Yarakuu Shanku - The Karate Tournament (Japan), Fighting Vipers 2 (Revision A), Judge Dredd (rev TA1 7/12/92, location test), L.A. Machineguns, The Lost World (Revision A), Magic's 10 2 (ver. 1.1), Music Sort (ver. 2.02), Pinball Action (Tecfri license), Pinball Action (set 2, encrypted), Pinball Action (set 3, encrypted), Pinball Action (set 4, encrypted), Sega Bass Fishing, Sega Bass Fishing Deluxe, Ski Champ, Snow Bros. 2 - With New Elves / Otenki Paradise (bootleg, set 1), Street Fighter II: The World Warrior (World 910204, conversion), Super Gran Safari (ver. 3.11), Tattoo Assassins (Asia prototype, Mar 14 1995), Tattoo Assassins (US prototype, Mar 14 1995), Trivial Pursuit (Spanish, Maibesa license), U.N. Defense Force: Earth Joker (US / Japan, set 1), Virtua Striker 2 '99 (Export, USA), Virtua Striker 2 '99 (Export, USA, Revision A), Virtua Striker 2 '99 (Japan, Revision B), Virtua Striker 2 '99 (Step 1.5, Export, USA), Virtua Striker 2 '99.1 (Export, USA, Revision B), Virtua Striker 2 (Step 1.5, Export, USA), Virtua Striker 2 (Step 1.5, Japan), Virtua Striker 2 (Step 2.0, Export, USA) and Xevious 3D/G (World, XV32/VER.B)
- Renamed (pbaction2) to (pbactiont), (pbaction3) to (pbaction2), (pbaction4) to (pbaction3), (pbaction5) to (pbaction4), (smashdrv) to (smashdrvb) and (xmcotaar1) to (xmcotaar2)
- MAME
. VIDEO RENDERING SYSTEM: Added a DEVCB for easier hooking of the scanline timer (emu\screen.cpp)
. DEVICE
. Removed MCFG usage in AY8910/2/4, M37702S1, MC6845, MSC1937, S16LF01, YM2151, cpu\pps4\pps4.h, machine\gen_latch.h, pic8259.h, pit8253.h, pxa255.h, r10696.h, ra17xx.h, roc10937.h, rp5h01.h, rtc4543.h, rtc65271.h, rtc9701.h, s2636.h, s3520cf.h, s3c2410.h, s3c2440.h and bus\isa\isa.h
. Removed MACHINE_CONFIG_START/_END for zerozone.cpp, zr107.cpp and zwackery.cpp
. LUA engine
. Added description comments for emu.item()
. Make render.targets table a property to match the doc
. Added background color for draw_text
. Added pixel(x,y) and pixels() functions (Get pixel at x, y as packed RGB in a u32 and get whole screen bitmap as string)
. Added as_hz() to emu\attotime.h. Replaced ATTOSECONDS_TO_HZ with as_hz where appropriate. On 0hz "attotime::from_ticks" return "attotime::never" instead of crashing.
. PLUGINS: Fixed XML writer (plugins\cheatfind\init.lua)
. hiscore.dat update (plugins\hiscore\hiscore.dat)
. Device Network Interface: Avoid crashing (emu\dinetwork.cpp)
- SDLMAME: Added force feedback (haptic) device (input\input_sdl.cpp)
- Compiling
. Put #include emu.h as the first preprocessor directive in various files to support precompiled headers in Visual Studio (sound\dac.cpp, video\cgapal.cpp, video/rgbgen.cpp, rgbsse.cpp and rgbvmx.cpp)
. Added ini/examples to dist.mak
. Renmead flipendian_int16/32/64(mem_mask) to swapendian_int16/32/64(mem_mask) (osd\osdcomm.h, cpu\uml.cpp, util\unicode.cpp, emu\save.cpp...)
- Debugger
. Added 'gp' command. gp 'go privilege' starts execution until the privilege mode changes. This can be used to break on task switches. I.e on m68k, one could do: gp { ~sr & 0x2000 && crp_aptr == 0x1234567 }. Which would execute until the privilege mode changes to user mode and the CPU root pointer is 0x1234567. For cpu code, all that is needed to make this work is calling debugger_privilege_hook() when the execution level changes.
. Added %c to logerror. This is useful for catching putchar() like functions and printing the written value to error.log. On hp9k_3xx, i'm using this with the HP 300 test software, to log test error messages that get printed on screen to error.log, so i have the message directly after the debug messages from my driver. Example: wpset 0xfffe36be,80,w,1,{ logerror "%c", wpdata; g }.




"Theory is when you know everthing but nothing works. Practice is when everything works but no one knows why.
In our lab, theory and practice are combined: nothing works and no one knows why."









Entire thread
Subject Posted by Posted on
* MAMEinfo 0.203 :) MASH 10/31/18 11:18 PM
. * MAMEinfo 0.204GIT (21st Nov) MASH  11/21/18 01:10 AM
. * Re: MAMEinfo 0.203 :) hap  11/09/18 08:59 PM
. * Re: MAMEinfo 0.203 :) MASH  11/09/18 09:29 PM

Extra information Permissions
Moderator:  John IV, Robbbert, Tafoid 
0 registered and 531 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 882