Starting check on Mon 19/10/2015 at 9:59:04.27
Zip test
Code:
Zip:
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Processing archive: C:\MAME\ALLexes\inp\MARP\dingo.zip
Testing dingo.inp
Testing dingo.wlf
Everything is Ok
Files: 2
Size: 6397666
Compressed: 39157
RAR:
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Error:
there is no such archive
Zip list
Code:
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Listing archive: C:\MAME\ALLexes\inp\MARP\dingo.zip
--
Path = C:\MAME\ALLexes\inp\MARP\dingo.zip
Type = zip
Physical Size = 39157
----------
Path = dingo.inp
Folder = -
Size = 6397068
Packed Size = 38746
Modified = 2015-10-17 11:53:14
Created =
Accessed =
Attributes = ....A
Encrypted = -
Comment =
CRC = 023B7F2C
Method = Deflate
Host OS = FAT
Version = 20
Path = dingo.wlf
Folder = -
Size = 598
Packed Size = 201
Modified = 2015-10-17 11:53:14
Created =
Accessed =
Attributes = ....A
Encrypted = -
Comment =
CRC = 52231854
Method = Deflate
Host OS = FAT
Version = 20
7-Zip [64] 9.20 Copyright (c) 1999-2010 Igor Pavlov 2010-11-18
Error:
there is no such archive
MAME Major Version 106
What MAME thinks:
Code:
Recorded in WolfMAME 0.106
Recorded system's speed = ~1996MHz (AMD)
This recording was made with the C 68k core enabled
Start date of recording: Sun Oct 18 02:39:01 2015
Checks out OK. [97d5]
Playing back previously recorded game dingo (Dingo) [press return]
loading 003.e7
loading 004.h7
loading 005.j7
loading 6.7l
loading 001.h1
loading 002.k1
loading 18s030.l6
What wlfview thinks:
Code:
WLFVIEW 0.3 - Apr 5 2006
Info loaded. WLF rev 9
Recorded for the game 'dingo'
MAME version string: 0.106 (May 16 2006)
-- CPU info --
Vendor: AMD
Processor Family: 15 Processor Model: 0
Approximate clock speed: 1996355116Hz
-- OS info --
Operating System: Windows NT 6.2
-- INP info --
Number of frames: 51589
Average record speed: 100.005214%
System time at start of emulation: Sun Oct 18 02:39:01 2015
Sound: 44100Hz Samples: Enabled
GUI: 0 Artwork: 0
68000 CPU Core: C
NVRAM Usage: Disabled
BIOS used (0=default): default
-- Validity --
Check 1: INP header: OK
Check 2: INP file: OK
Check 3: WLF file: OK
Source driver:
dingo src/drivers/galaxian.c
DIP Info from source:
Code:
# MAME 0.106 source snippet.
GAME( 1983, dingo, 0, checkmaj, dingo, dingo, ROT90, "Ashby Computers and Graphics LTD. (Jaleco license)", "Dingo", GAME_SUPPORTS_SAVE )
INPUT_PORTS_START( dingo )
PORT_START_TAG("IN0")
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_COIN1 )
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_COIN2 )
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_JOYSTICK_LEFT )
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT )
PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_JOYSTICK_UP )
PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_COCKTAIL /* 1st Button 1 */
PORT_BIT( 0x40, IP_ACTIVE_HIGH, IPT_JOYSTICK_DOWN ) PORT_COCKTAIL
PORT_BIT( 0x80, IP_ACTIVE_HIGH, IPT_JOYSTICK_DOWN )
PORT_START_TAG("IN1")
PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_START1 )
PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_START2 )
PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_JOYSTICK_LEFT ) PORT_COCKTAIL
PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) PORT_COCKTAIL
PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_JOYSTICK_UP ) PORT_COCKTAIL
PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_COCKTAIL /* 2nd Button 1 */
PORT_DIPNAME( 0x40, 0x00, DEF_STR( Cabinet ) )
PORT_DIPSETTING( 0x00, DEF_STR( Upright ) )
PORT_DIPSETTING( 0x40, DEF_STR( Cocktail ) )
PORT_DIPNAME( 0x80, 0x80, DEF_STR( Coinage ) )
PORT_DIPSETTING( 0x80, "A 1C/1C B 1C/5C" )
PORT_DIPSETTING( 0x00, "A 2C/1C B 1C/3C" )
PORT_START_TAG("DSW")
PORT_DIPNAME( 0x03, 0x01, DEF_STR( Difficulty ) )
PORT_DIPSETTING( 0x00, DEF_STR( Easiest ) )
PORT_DIPSETTING( 0x01, DEF_STR( Easy ) )
PORT_DIPSETTING( 0x02, DEF_STR( Hard ) )
PORT_DIPSETTING( 0x03, DEF_STR( Hardest ) )
PORT_DIPNAME( 0x04, 0x00, DEF_STR( Lives ) )
PORT_DIPSETTING( 0x00, "3" )
PORT_DIPSETTING( 0x04, "4" )
PORT_DIPNAME( 0x08, 0x00, DEF_STR( Bonus_Life ) )
PORT_DIPSETTING( 0x00, "20000" )
PORT_DIPSETTING( 0x08, "40000" )
PORT_BIT( 0x10, IP_ACTIVE_HIGH, IPT_BUTTON1 ) /* Yes, the game reads both of these */
PORT_BIT( 0x20, IP_ACTIVE_HIGH, IPT_BUTTON1 ) /* Check code at 0x22e1 */
INPUT_PORTS_END
Resolution: 256 x 224 @ 60.606060 Hz
Rules: https://www.twingalaxies.com/scores.php?scores=10064
ROMSet: Dingo
Cabinet: Upright
Difficulty: Hard
Lives: 3
Bonus life: 20000
Sample correct TG:
IN1: offset 0x27, repeat every 0x7C, typical value 0x80
- IN1: 0x40 (Cabinet): 0x00 (Upright)
- IN1: 0x80 (Coinage): [not relevant]
DSW: offset 0x2B, repeat every 0x7C, typical value 0x02
- DSW: 0x03 (Difficulty): 0x02 (Hard) /* Note: NON-DEFAULT */
- DSW: 0x04 (Lives): 0x00 (3)
- DSW: 0x08 (Bonus_Life): 0x00 (20000)
20: 00 00 00 00 00 00 00 80 00 00 00 02 00 00 00 00
A0: 00 00 00 80 00 00 00 02 00 00 00 00 00 00 00 00
110: 00 00 00 00 3E 82 43 E1 00 00 00 00 00 00 00 80
120: 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00
Generic Info for game:
Code:
ROM Changes: none
0.106-0.166: dingo - "Dingo"
Resolution, 0.106-0.113: 256 x 224 @ 60.606060 Hz
Resolution, 0.114-0.123: 256 x 224 @ 60.606061 Hz
Resolution, 0.125-0.166: 768 x 224 @ 60.606061 Hz
Rules: https://www.twingalaxies.com/scores.php?scores=10064
INP Header:
Code:
10: 2C F6 FD 76 00 00 00 00 95 6B 22 56 E9 6E D5 97 | ,öýv.....k"VénÕ.
20: 00 00 00 00 00 00 00 80 00 00 00 02 00 00 00 00 | ................
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
90: 00 00 00 00 00 00 00 00 3E 82 43 E1 00 00 00 00 | ........>.Cá....
A0: 00 00 00 80 00 00 00 02 00 00 00 00 00 00 00 00 | ................
B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
110: 00 00 00 00 3E 82 43 E1 00 00 00 00 00 00 00 80 | ....>.Cá........
120: 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 | ................
130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
INP Mid-section:
Code:
30CDA0: 00 00 00 80 00 00 00 02 00 00 00 00 00 00 00 00 | ................
30CDB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CDC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CDD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CDE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CDF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CE00: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CE10: 00 00 00 00 A3 82 43 E1 00 00 00 80 00 00 00 80 | ....£.Cá........
30CE20: 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CE30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CE40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CE50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CE60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CE70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CE80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CE90: A3 82 43 E1 00 00 00 80 00 00 00 80 00 00 00 02 | £.Cá............
30CEA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CEB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CEC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
30CED0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
INP Tail-end:
Code:
619B50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619B60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619B70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619B80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619B90: A2 82 43 E1 00 00 00 00 00 00 00 80 00 00 00 02 | ¢.Cá............
619BA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619BB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619BC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619BD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619BE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619BF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619C00: 00 00 00 00 00 00 00 00 00 00 00 00 A2 82 43 E1 | ............¢.Cá
619C10: 00 00 00 00 00 00 00 80 00 00 00 02 00 00 00 00 | ................
619C20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619C30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619C40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619C50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619C60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619C70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | ................
619C80: 00 00 00 00 00 00 00 00 A2 82 43 E1 | ........¢.Cá
MAME Info
MAMEInfo.dat entries: dingo and galaxian.c
Code:
MAMEInfo.dat entries for:
dingo
galaxian.c
----
0.61 [MASH]
TODO:
* Redump rom unk.3b in clone Dingo (encrypted) (both halves were identical)
WIP:
- 0.150: Added 'Galaxian Custom' sound to clone Dingo (encrypted).
- 0.134: Couriersud fixed messed up sound Dingo. Removed Discrete sound.
- 0.133u2: Replaced Samples sound with Discrete.
- 0.129u6: Phil Bennett fixed no audio in Dingo.
- 0.124u1: Changed Dingo (encrypted) (dingoe) to a clone of Dingo. Added Samples sound. Changed visible area to 224x768 and palettesize to 32 colors.
- 0.82u2: MASH added clone Dingo (encrypted). Doesn't work, rom unk.3b is bad (both halves identical).
- 23rd May 2004: MASH submitted an addition of a new Dingo rom set.
- 0.61: MASH added Dingo (Ashby Computers and Graphics LTD. (Jaleco license) 1983).
- 16th June 2002: MASH added Dingo, and Zsolt Vasvari cleaned it up.
- 26th July 2001: Dumped Dingo by Jaleco 1983 (Original board).
- 29th December 1998: Dumped Dingo (encrypted).
Other Emulators:
* FB Alpha
* VAntAGE
Recommended Games (Maze):
Amazing Maze
The Hand
Lady Bug
Lock'n'Chase
Lock'n'Chase (DECO Cassette)
Mouse Trap
Oli-Boo-Chu
Round-Up
Check Man
Dorodon
Hard Hat
Dingo
Eggor
Joinem
Mr. TNT
Merlins Money Maze
Klad / Labyrinth
Touche Me
Twin Brats
Romset: 19 kb / 7 files / 10.5 zip
----
0.124u1 [Aaron Giles, Stephane Humbert, Nicola Salmoria, Robert Anschuetz, Alan J. Mccormick]
0.06 [Nicola Salmoria, Robert Anschuetz, Alan J. Mccormick]
0.05 [Nicola Salmoria, Robert Anschuetz]
Bugs:
- All sets in galdrvr.c: Sprite cut-off isn't correct for player 2 (cocktail mode). Robbbert (ID 02077)
WIP:
- 0.153: Small cleanup [Osso].
- 0.152: Updated some commented code [Osso].
- 0.150: Merged galaxian.inc with galaxian.c driver. Modernized galaxian sound device [Osso]. Moved galaxian.inc contents (inputs, romdefs and gamelist) to galaxian.c [hap].
- 0.149u1: Changed galdrvr.c driver to galaxian.inc [Miodrag Milanovic].
- 0.147u4: Clarify some titles [hap].
- 0.147u2: Some manufacturer were wronly set to Nichibutsu [hap].
- 0.147: Move sx+1 up (sprites_draw), fixes stray sprite line at screen edge [hap].
- 0.146: Updated Galaxian driver to use modern I8255 implementation instead of the legacy one [Fabio Priuli]. hap fixed mistakes with MCFG_SOUND_ROUTE in MCFG_SOUND_MODIFY, causing double routing (louder volume + soundchip showing up twice in the sliders menu).
- 0.142u5: Aaron Giles fixed game resets right after loading auto saved state (galaxian, frogger and many others).
- 0.142u1: Atari Ace converted Galaxian driver to driver_device.
- 0.141u4: Added audio\galaxian.h. hap fixed sprite X offset in the Galaxian driver. Further decoupled some driver files to help driver_device conversions [Atari Ace]: Galaxian audio code get his own includes.
- 0.140u1: Derrick Renaud optimized speed of DISCRETE_DAC_R1.
- 0.133u3: Discrete sound update [Couriersud]: Removed global variable discrete_current_context. Discrete_info is now passed instead of device, we may get device by using disc_info->device. Added DISCRETE_IMPORT(*block): Imports another discrete block. Added DISCRETE_REMOVE(node1, node2): Removes a range of nodes. Added DISCRETE_REPLACE: Next node replaces existing node, thus preserving run order. Added DISCRETE_NOP(node): Does nothing, to be replaced. Added a prescanning stage to build final block list after execution of the above. The additions provide an easy way to document subtle difference between boards. Please see audio\galaxian.c for an example. DSS_COUNTER updates [Couriersud]: Clock_node no longer needs to be static for DISC_CLK_IS_FREQ. Rewrote inc/dec logic to avoid loop. Added DISCRETE_BIT(S)_DECODE [Couriersud]: Decodes individual bits from input values. Updated drivers which had macro DISCRETE_BITSET (which was a bit misleading). This should be slightly faster than using DISCRETE_TRANSROM. Discrete sound enhancements [Couriersud]: Put some life into RCDISC5 enable mode. This now acts as a switch between R and C. Capacitor voltage will be preserved if disabled. Made galaxian use the above. Saved 2 nodes and increased accuracy. Added DISC_LFSR_FLAG_OUTPUT_SR_SN1 flag to shift register noise generator. This will output the value of the shift register to sub-node 1. This is needed for future bzone discrete sound emulation. BTW: RCDISC5 will be used as well. Left a note on RCDISC3 on what is needed to be implemented for bzone. Optimized the LFSR a bit. LFSRs running at high frequency (> sample_freq) should benefit. Galaxian sound updates [Couriersud]: Moon Cresta and Galaxian now have their respective schematics emulated, i.e. Moon Cresta has a slightly different mixing stage. Cleaned up driver, added some section titles and comments, removed old code. Removed emu_timer, this was causing a stream of stream_updates only updating 3 samples. Replaced with discrete timer module DSS_TIMER now. Use DISCRETE_NOTE for pitch generation; it is more accurate (within the one ms where the pitch changes) and saves a node. Use DISCRETE_BITS_DECODE and save 2 nodes.
- 0.133u2: Created discrete sound emulation for galaxian [Couriersud]: Changed all audio related AM_WRITE to AM_DEV_WRITE. Moved discrete sound related pieces such as initialization into audio\galaxian.h. Split some memory maps into sound related and not sound related parts. Added possibility in discrete.h to select hardware (galaxian/moon cresta) at compile time. This leads to slightly different volume levels. Hit sound (explosion) has been hacked to increase volume. Currently, we can not accurately model the switch/opamp filter circuit. Rewrote timer code so that the pitch timer is only used when it produces audible results. Replaced Samples sound with Discrete.
- 0.133u1: hap switched Galaxian LFO sound to use the long-disabled NEW_LFO. It's not entirely fixed, but it's closer.
- 0.131u4: Brian Troha added documentation about the Galaxian bootleg hardware (redufo and pacmanbl) known as Artic Multi-System.
- 0.130u1: Couriersud adjusted volume in the Galaxian driver.
- 0.129u4: Aaron Giles fixed the Galaxian-derived games driver, which crashes with DEVCB dialog.
- 0.127u6: 8255 PPI interface cleanup [Aaron Giles]: Added MDRV_PPI8255_ADD, MDRV_PPI8255_RECONFIG and MDRV_PPI8255_REMOVE macros; updated all drivers to use them. Changed callbacks to device read/write handlers intead of machine read/write handlers; updated all drivers accordingly. Normalized function and variable names to be lower_under. Removed a number of redundant interfaces from the galaxian/scramble line of games.
- 0.126u1: Couriersud fixed cocktail sprite position in video\galaxian.c driver. Fixes that the frog disappears for player 2 if moved backwards.
- 0.125u5: Moved calipso, spdcoin, superbon, moonwar and moonwara to galaxian.c [Couriersud].
- 0.124u4: Couriersud fixed discrete sound and konami filter addressing in Galaxian driver. Also changed addressing of AY-3-8910 to be in line with schematics.
- 0.124u1: Splitted driver into galdrvr.c, galaxold.c and galaxian.c. Merged amidar.c and frogger.c with galdrvr.c driver. Added the Scramble driver games scramble, scrambls, explorer, strfbomb, atlantis, atlants2, theend, theends, froggers, frogf, amidars, sfx, skelagon, monsterz, scorpion, scrpiona and scrpionb to the galdrvr.c driver. Added the Super Cobra (scobra.c) games scobra, scobras, scobrase, scobrab, armorcar, armorca2, tazmania, anteater, losttomb and losttmbh to the galdrvr.c driver. Moved the Galaxian games scramblb, scramb2, 4in1, bagmanmc, dkongjrm, rockclim, ozon1, ladybugg, vpool, drivfrcg, drivfrcb, bongo, hunchbkg, harem, tazzmang, racknrol, hexpool, hexpoola, trvchlng, ckongg, kkgalax and porter to the galaxold.c driver. Galaxian rewrite. Ultimately will combine the existing drivers for galaxian, scramble, frogger, scobra, amidar and dambustr. For the moment, only a subset of games are implemented in the new system; the remainder are running on the old code. Main features are accurate video timing, correct stars implementation, better organization, simplified input ports and many other smaller fixes [Aaron Giles, Stephane Humbert]. Couriersud added discrete filtering and mixing to galaxian.c games using konami_sound. Aaron Giles fixed sprites are cut off on the top row in 4in1, gmgalax and pacmanbl and fixed the background is shifted to the right and cut off on the right side in pacmanbl and batman2. Changed visible area to 224x768 and palettesize to 32 colors.
- 0.118u1: Galaxian driver updates [Stephane Humbert]: Fixed Space Dragon (Moon Cresta bootleg, set 2) gfx rom loading. 100% verified dipswitches for all sets. Added long notes for all sets.
- 0.114u3: Couriersud fixed explosion sound cut off.
- 0.113u2: Changed VSync to 60.606061 Hz.
- 0.110u2: Added machine\galaxian.c. Galaxian/Scramble driver reorganization [Atari Ace]: machine\scramble.c is broken up into two files: machine\galaxian.c and machine\scramble.c, drivers\amidar.c, drivers\frogger.c, drivers\scobra.c get copies of some of the data structures they shared from other drivers. galaxian_base is made static and uses outside of the main driver were rewritten. cclimber_decode code from drivers\cclimber.c was separated into its own machine\cclimber.c file to allow mshuttle to share it without taking on other dependencies.
- 0.101: Aaron Giles added save state support to the Galaxian driver and all the associated drivers. Marked all games in galaxian.c, scramble.c, scobra.c, frogger.c and amidar.c as GAME_SUPPORTS_SAVE.
- 0.96u4: Aaron Giles fixed game reset in Galaxian due to running out of timers (set range to 0x7fff).
- 0.94: Aaron Giles removed SAMPLES support from sndhrdw\galaxian.c (shot- and death.wav).
- 0.93: Changed Custom sound to Samples. Added shot and death.wav samples.
- 0.85u1: Aaron Giles fixed input port definition errors in Galaxian driver.
- 0.78u5: smf added -state to the Windows version. The code was already in the core to handle it, all this patch does is allows you to set options.savegame. Not sure how reliable it is, it worked for galaxian.
- 0.63: Added includes\galaxian.h.
- 19th March 2002: Stephane Humbert fixed a small bug in the Galaxian driver.
- 9th February 2002: Stephane Humbert fixed the dipswitches, inputs and a few other problems in the Galaxian driver, and re-added the Scorpion bootleg running on the Galaxian hardware.
- 27th October 2001: Stephane Humbert added cocktail mode in several games in the Galaxian driver.
- 0.53: Changed palettesize from 99 to 98 colors.
- 12th July 2001: Zsolt Vasvari sent in an update for the Galaxian hardware drivers, fixing a lot of issues.
- 0.37b16: Removed vidhrdw\amidar.c, vidhrdw\frogger.c and sndhrdw\frogger.c. Zsolt Vasvari have rewritten the Galaxian PCB drivers. Changed palettesize from 97 to 99 colors.
- 0.37b4: void schedule_full_refresh(void). This just sets full_refresh to true for the next screenrefresh. See vidhrdw\galaxian.c for examples on this and set_vh_global_attribute [Zsolt Vasvari].
- 1st June 2001: Zsolt Vasvari fixed the Galaxian / Scramble starfield graphics emulation.
- 27th May 2001: Zsolt Vasvari rewrote the drivers based on Galaxian PCB, with many improvements.
- 2nd May 2001: Zsolt Vasvari updated the Amidar driver with many bugfixes and cleanups.
- 11th April 2001: Zsolt Vasvari added two bootleg clones to the Galaxian driver.
- 26th February 2000: Michael Soderstrom fixed some Galaxian memory handling bugs.
- 0.36b16: Merged mooncrst.c with galaxian.c driver. Added sndhrdw\galaxian.c. Changed VSync to 60.606060 Hz.
- 0.36b11: Improved emulation of the Galaxians sound subsystem. Samples are no longer used [Juergen Buchmueller, Tatsuyuki Satoh].
- 27th March 1999: Nicola fixed the Galaxian starfield.
- 0.35b9: Merged jumpbug.c with galaxian.c driver. Nicola Salmoria fixed the Galaxian-style starfield. Believe it or not, it had been broken since day 1.
- 0.35b2: Changed palettesize from 96 to 97 colors.
- 0.33b5: Attempt at making the main Galaxian / Moon Cresta sound channel more accurate [Nicola Salmoria].
- 0.31: Merged moonqsr.c with galaxian.c driver. Removed sndhrdw\jumpbug.c.
- 0.30: Removed sndhrdw\amidar.c. Some tweaks to dipswitches to Super Cobra, Lost Tomb, etc [James R. Twine].
- 0.28: Removed vidhrdw\mooncrst.c and vidhrdw\moonqsr.c. Added vidhrdw\galaxian.c.
- 0.25: Added vidhrdw\jumpbug.c.
- 0.18: Added sndhrdw\jumpbug.c.
- 0.16: Added sndhrdw\amidar.c and sndhrdw\generic.c/h.
- 0.15: Added sndhrdw\frogger.c.
- 0.12: Added jumpbug.c driver and vidhrdw\generic.c/h.
- 0.08: Added moonqsr.c driver and vidhrdw\moonqsr.c.
- 0.06: Added amidar.c and frogger.c drivers, vidhrdw\amidar.c and vidhrdw\frogger.c. Star background in Galaxians & co [Nicola Salmoria]. The way I calculate it is probably not correct, anyway it looks reasonable.
- 0.05: Added galaxian.c and mooncrst.c driver, vidhrdw\mooncrst.c and sndhrdw\mooncrst.c.
----
Human interpretation:
Achievement accomplished: 214700
WolfMAME used: WolfMAME 0.106
Recorded speed: 100.005214%
DIP-switches: OK
Time calc: 02:39:01 + (51589 frames ÷ 60.606060Hz @ 100.005214% [14:11.17]) ~= 2:53:12 vs zip mod 11:53:14 OK, assuming TZ offset
Dates: OK, assuming TZ offset
Autofire used?: No
ROM set changed?: N/A, 0.106 used