News about Amstrad CPC, PCW, Notepad NC100 NC150 NC200, PDA600 and also Amstrad PC






R-Type, origine and remake

-

R-Type was written in 1987 by Keith A Goodyer for Activion (Electric Dreams label) which gave him only 21 days to write the port, by using the ZX Spectrum version (written by Bob Pape). He used the PDS system written by Foo Katan, probably the world first IDE editor, cross assembler, linker and debugger development. it was running on a PC (ms-dos) with extra hardware that allowed to send the compilted code directly onto the target hardware. It eventually supported development for Z80, 6502 and 68K.

Here is the method he used :

Given the extream time limits i was given to the port this is basic strategy that I took to do the port... (I hope i remember all this correctly).

The spectrum had its ROM in the lower 16K, and the 48K of RAM above it. So I configured the Amstrad to locate the MODE 1 screen in the lower 16K, and loaded the spectrum version in the top 48K (As it would be located on a spectrum - and ran it). I then went through the code line by line, modifying anything that 'plotted' pixels on the screen to something that would plot the equivalent pixels on on Arnolds screen.

As the spectrum screen is 'Attribute Based' I continued to used all of Bobs 'Colour' code, and the whole 768 bytes of the spectrum colour attribute screen is running on the Amstrad version. When ever there was a 'Byte' write to the spectrum screen, I would use a look up table to indexed by the byte and the value of the corresponding spectrum colour attribute to extract the two bytes required to produce the correct pixels on the CPC screen. Then all I had to do was port the control (Sinclair/Kempston) to CPC stuck, and the Sound and the job was done. A few days with DJL to add the 'Protection' and the job was done.

Now the sad news... about 5 years ago, I had a massive leak in my roof, and all my records (including the source code) was destroyed.

Now some Trivia: At the time I had a 464, 664 and a 6128 - I took the final masters down to Activision, and it would not run on their 6128. It tuned out that at some point in time, Amstrad had made a small revision to the design that meant that a the interrupt would fire just before a frame fly back pulse, where on previous versions it would occur just after. The net effect was that when my code was waiting for the frame fly back pulse to occur, the interrupt would trigger just before it, go off do some processing, and by the time it had finished the processing and returend to the main code loop, had missed the pulse - and locked up.

A R-Type remake by Fano (code), TotO (graphics) et iXien(sound) is going to be available very soon, you can actually read Fano's interview on Push'N'Pop.

I let you check differences between the screenshot of the original R-Type and its remake (first screen of the Youtube video)..

game screenshot of the original R-Type on Amstrad CPC


Youtube video



The prayer of the warrior, video and history

-

Another HD video by Metr81 of the prayer of the warrior.

Though this time there is more to say about this plat-form game, which was written in 1992 by 2 brothers : Francisco Javier Serrano García (programmation) et Emilio Serrano García (graphics). It was meant to be edited by Zigurat to be finally canceled. It is now available due to ESP Soft (also available on CPC Power). Code has been modified by SyX, the cover is by Lopez ESPI.

cover of the Amstrad CPC game the prayer of the warrior  menu screenshot of the Amstrad CPC game the prayer of the warrior  screenshot of the Amstrad CPC game the prayer of the warrior


Youtube video







Amstrad CPC on Android and soon on Iphone

-

There are already 2 Amstrad CPC emulators on Android : AndCPC and CPCDroid.

Both of them are based on PSPCAP32 by Ludovic Jacomme which is a port of Caprice32 open source Amstrad CPC emulator.

To my dispair, the excellent adventure game Orion Prime cant work with PSPCAP32, is it the same thing with these 2 emulators ?

Anyway, there is an incoming Amstrad CPC emulator on Iphone ! My dream comes true (read the source for more and future informations).



Mandelbrot in one line of basic by Demoniak

-

Just copy this one line of basic code by Demoniak and paste it in WinApe in the File Menu (or Ctrl + F11, or with any other Amstrad CPC emulator. Just for fun, like the Nyan Cat.

10 MODE 0:e=-1.3:FOR y%=0 TO 199:d=-2.4:FOR x%=0 TO 159:z=0:i=0:a%=0:WHILE a%<15 AND (z*z+i*i)<4:s=(z*z)-(i*i)+d:r=(2*i*z)+e:z=s:i=r:a%=a%+1:WEND:PLOT x%*4,y%*2,a%:d=d+0.0215:NEXT:e=e+0.013:NEXT

P.S. : in the general settings of WinApe, click on display every 1 frame and Turbo Mode, or you may have to wait a bit...

P.P.S : the second image is another basic source (more than 1 line) by Tronic-GPA.

Mandelbrot en une ligne de basic par Demoniak  Mandelbrot NOT one liner by Tronic-GPA



Nyan Cat on Amstrad CPC

-

Nyan cat is an internet meme, referring to an animated gif of a cat with the body of a cherry Pop-Tart flying through space, leaving a rainbow trail behind the cat; or to a video of the animated ?.GIF?, set to a remix of the song "Nyanyanyanyanyanyanya!",[1] or to any of several Nyan Cat based games.

It's now on Amstrad CPC, with the music adapted by John McKlain and the code by Demoniak (just for fun !).

Beware the Amstrad CPC Nyan Cat video on Youtube isnt the last version available (current version is 3).

If you cant read the french forum, here is the same thread on CPCWiki's forum.


Youtube video