Anyone know hot to get Arkanoid 2 to work on PCjr?

Software related questions
Post Reply
Tyrop
Posts: 24
Joined: Mon Mar 29, 2010 3:55 pm

Anyone know hot to get Arkanoid 2 to work on PCjr?

Post by Tyrop »

I can get it to work with CGA grapphics and IBM sound. When I select TGA graphics and TGA or IBM sound, the screen goes black and it crashes. I have 256k.
Vorticon
Posts: 278
Joined: Fri Nov 27, 2009 6:25 am

Re: Anyone know hot to get Arkanoid 2 to work on PCjr?

Post by Vorticon »

If you happen to have an electronic copy, email it to me and I'll give it a shot.
creekmore34
Posts: 16
Joined: Thu Mar 28, 2019 7:17 am

Re: Anyone know hot to get Arkanoid 2 to work on PCjr?

Post by creekmore34 »

Reviving this old thread here...

I am having the same trouble, as mentioned in these old posts, with the original Arkanoid game. My Jr has a Tandy mod and a JRIDE, and the game works fine with CGA graphics selected. However, if I select Tandy graphics, the screen scrambles and the system locks up.

Has anyone else had a similar experience or come across a solution?
Arkanoid is one of my favorites, and the 16 colors really adds a lot to the game.
bagelswitch
Posts: 51
Joined: Wed Jun 26, 2019 7:09 am

Re: Anyone know hot to get Arkanoid 2 to work on PCjr?

Post by bagelswitch »

This kind of failure mode generally results from code making assumptions about the memory map that aren't valid on a PCJr - it is unlikely that it can be fixed w/out access to source code. Fixing a hardware detection routine from a disassembly (or even directly in the binary) can be simple, but adjusting graphics routines more pervasively to accommodate a different memory map than the developer assumed is not.
Post Reply