Difference between revisions of "ZXM"

From CPCWiki - THE Amstrad CPC encyclopedia!
Jump to: navigation, search
 
(Limitations)
 
(9 intermediate revisions by 6 users not shown)
Line 1: Line 1:
[[Image:Zxm.jpg|thumb|A Mac emulating a CPC emulating a Spectrum]]ZXM was a Sinclair ZX Spectrum emulator that ran on the CPC.
+
[[Image:Zxm.jpg|thumb|A Mac emulating a CPC emulating a Spectrum]]ZXM is a Sinclair [[ZX Spectrum]] emulator that runs on the Amstrad CPC.
  
 
Reviewed by [[Amstrad Action]], it was long suspected not to exist - but a copy was subsequently found by [[Brian Watson]] and published on the Internet.
 
Reviewed by [[Amstrad Action]], it was long suspected not to exist - but a copy was subsequently found by [[Brian Watson]] and published on the Internet.
  
 
It is believed to have been written by [http://en.wikipedia.org/wiki/Beta_BASIC Dr Andy Wright of Betasoft], a well-respected Spectrum software author. No contact details were provided in the AA review so this is difficult to confirm.
 
It is believed to have been written by [http://en.wikipedia.org/wiki/Beta_BASIC Dr Andy Wright of Betasoft], a well-respected Spectrum software author. No contact details were provided in the AA review so this is difficult to confirm.
 +
 +
== Technical information ==
 +
 +
The program uses a patched ZX Spectrum ROM, located at &0000-&3fff in CPC's RAM which calls into functions at &a000-&a700 in RAM to redirect functions to the CPC hardware.
 +
 +
The screen character display functions are redirected, so that as each char is printed, this results in a character being drawn direct to the CPC's screen.
 +
 +
Flash is not supported, because to do this, characters or the whole screen would need to be redraw each frame.
 +
 +
Load uses CPC's firmware CAS IN OPEN, CAS IN DIRECT and CAS CLOSE to load files from disc.
 +
 +
== Limitations ==
 +
 +
* No flash attribute
 +
* Does not run ZX Spectrum games which go direct to the hardware. It will only run pure BASIC games.
  
 
== Downloads ==
 
== Downloads ==
  
* [http://www.systemeD.net/cpc/zxm.zip ZIP of DSK file] (20k)
+
* [ftp://ftp.nvg.unit.no/pub/cpc/misc/zxm.zip ZIP of DSK file] (20k)
 +
 
 +
[[Category:Emulator]][[Category:CrossDev]]

Latest revision as of 07:15, 23 August 2015

A Mac emulating a CPC emulating a Spectrum
ZXM is a Sinclair ZX Spectrum emulator that runs on the Amstrad CPC.

Reviewed by Amstrad Action, it was long suspected not to exist - but a copy was subsequently found by Brian Watson and published on the Internet.

It is believed to have been written by Dr Andy Wright of Betasoft, a well-respected Spectrum software author. No contact details were provided in the AA review so this is difficult to confirm.

Technical information

The program uses a patched ZX Spectrum ROM, located at &0000-&3fff in CPC's RAM which calls into functions at &a000-&a700 in RAM to redirect functions to the CPC hardware.

The screen character display functions are redirected, so that as each char is printed, this results in a character being drawn direct to the CPC's screen.

Flash is not supported, because to do this, characters or the whole screen would need to be redraw each frame.

Load uses CPC's firmware CAS IN OPEN, CAS IN DIRECT and CAS CLOSE to load files from disc.

Limitations

  • No flash attribute
  • Does not run ZX Spectrum games which go direct to the hardware. It will only run pure BASIC games.

Downloads