█ slanina

Please select a section:
08.02.2020 - Demoneye-X [IREM 1981]

I started looking at the redalert driver ( several games running on IREM M-27(and similar) hardware). First - i fixed the communication between main and sound cpu in Pather. With some bug fixes for sound chip mapping (AY), it's possible to hear now a couple of sfx. It's better than nothing, but the rest require discrete sound emulation. There are also bad news about Panther. Most of the roms fails checkum test, only two are correct. Game is missing the title screen ( check KLOV ). Also the background color is incorrect (should be black).
I have no idea if the version in MAME is different, bad or hacked. ROM redump and verification is needed.

There's another, much more interesting game in the redalert driver - Demoneye-X.
The background color (at least on the title screen) should be black (check System16), so i have (maybe temporary, because in-game gfx looks better (but maybe it is not correct,difficult to verify without access to the real hardware) with blue bg) it changed:



Due to missing gfx elements, it's currently marked as not working. After some research (would be easier with schematics or the pcb) i added preliminary support for the additional gfx layer. It's stil not complete - there are a few GFX bugs and probably the wrong colors.
The game is playable now. Enemies like Demoneye-X and Demoneye King are fully visible.
Compare screens. Top row = without additional gfx; at the bottom - with.

      

      

I need to polish the driver, try to fix the remaining GFX bugs and send the driver update.



23.01.2020 - Rushing Beat Shura (SNES bootleg) [Jaleco 1997]

    

Runs on bootleg SNES hardware.
Game was already decrypted in MAME, but not working due to protection checks. Simulated the protection and it's fully playabe now.





30.08.2018 - Nightmare [E.F.O. SA 1982]

      

EFO "Video IV" hardware.
RCA CDP1802 x2 (main and sound CPUs) and 2x TMS9918

Sound ROM (program + samples?) is missing. Video hardware is weird.
Two (!) VDP are used to produce better (more colors) gfx.

 
More info about the game: www.recreativas.org



25.04.2017 - Dodgeman [Omori 1983]

Fixed BG decoding and color mapping for this rare old game...

      

18.12.2016. - Future Flash / Laser Base.

What's Future Flas (or Laser Base)? It's an arcade game, similar (at first look) to Missile Command. The real gameplay is (or rather - was ) unknown. There's only one screenshot from the game - taken form the official flyer:



Soooo, 'planet of the apes' meets 'star wars' ;) ? More info here

There are two versions of the game - Laser Base (1980 - Hoei Int) and Future Flash (1981 - Amstar/Hoei). Amstar mainly licensed games from overseas and imported into the USA. Hoei only became Coreland and began making their own games a little bit later, but Future Flash was made in their era of rip offs. So, who was the actual developer of the game? I have no idea...

I've got the FF (broken) PCB a couple of years ago. The hardware is a bit complicated: 4 MHz 8 bit CPU (Z-80), framebuffer based video hardware (two 256x256 4bpp layers) driven by common HD46505R CRT and overcomplicated sound hardware ( two 8253 clock generators, and over 150 other parts (op-amps, reverb buffer, noise generators, tons of capacitors and resistors)). Game is controlled with trackbal and single button. There's also game manual with partial (missing the sound section....) and buggy schematics avaialble.

I wrote a basic emulation driver, but found a blocker - protection device. There's a custom chip marked "Z1". Game wasn't playable at all. Was crashing soon after boot. Protection wasn't just a simple check at game start, like in some games from '80s. Z1 device was was mapped into memory range like a common RAM chip and accesses very often. I've removed Z1 fro the board and sent to someone for decapping. But it got lost... Nothign happened for a couple of years then...

Few weeks ago Morten Shearman Kirkegaard, Samuel Neves and Peter Wilhelmsen made an awesome step forward. They bought another (also broken...) board and cracked the Z1 protection - ended up with an algorithm that can be represented using a bunch of MUX2 gates taking entropy based on the past 4 read offsets (40-bits state). It took about a week. After that, i started to improve the emulation driver. Fixed controlls, interrupts, added very preliminary audio (only the 8253 clocks are emulated). Here's a video from the MAME - attract mode (notice the special level - space tunnel made of dots) and start of gameplay. Emulation is far form perfection. There are gfx glitches, weird colors and lacks of most of the sound effects. There's no reference video - no one knows how the game should looks like.







Future Flash PCB set: XBC-101-00-1 - CPU board and XBC-102-01-1 - Video board
(courtesy of Peter Wilhelmsen)




Arduino Mega plays with the Z1 device ;)
(courtesy of Peter Wilhelmsen)


      
Future Flash

      
Laser Base (set 1) - notice the energy bar on top, instead bottom (like in FF), and the colors - wrong or changed intentionally?


Laser Base (set 2) - energy bar at the bottom of screen.