| |
TheWarCriminal Account closed
Registered: May 2011 Posts: 30 |
game not found
It is not listed here, gb64 or Google but why would this game not be in c64 when almost all the early 80s arcade games were?
I am looking for Mappy. |
|
... 2 posts hidden. Click here to view all posts.... |
| |
Britelite
Registered: Dec 2001 Posts: 51 |
Quote: it was ported to the 2600, Colecovision, NES & Spectrum. All a 6502 cpu. So it should have been an easy port.
Colecovision and Spectrum don't use a 6502 though :) |
| |
TheWarCriminal Account closed
Registered: May 2011 Posts: 30 |
My fault. Thought I read somewhere they did. It is Zilog Z80.
But still those systems had lower specs than the c64. Especially in the sound & graphics. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
The sooner you start... |
| |
hedning
Registered: Mar 2009 Posts: 4732 |
Quote: The sooner you start...
+1. Start coding, TWC. <3 |
| |
CreaMD
Registered: Dec 2001 Posts: 3057 |
Quote: My fault. Thought I read somewhere they did. It is Zilog Z80.
But still those systems had lower specs than the c64. Especially in the sound & graphics.
Spectrum Zilog processor frequency is at 3.5 MHz, thats 3.55 times faster than 6502 processor frequency of PAL C64. As far I'm concerned it's a superior spec. You can do magic with that, even with the limitations of hires graphic mode of ZX Spectrum. |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
its apple and oranges though, since a z80 needs about 3 times as much cycles to do the same thing as a 6502. z80 wins when there is relatively few bytes to move, and relatively many 16 bit calculations (which is why its often better with those bitmap based vector games) - but that has little to do with the faster clock. |
| |
Mr. SID
Registered: Jan 2003 Posts: 424 |
Also a CPU where the fastest way to clear the carry flag is to and A with A never wins in my book... :) |
| |
JackAsser
Registered: Jun 2002 Posts: 2014 |
Quote: Also a CPU where the fastest way to clear the carry flag is to and A with A never wins in my book... :)
You must mean ADD?!?! |
| |
Krill
Registered: Apr 2002 Posts: 2980 |
Quoting JackAsserYou must mean ADD?!?! OR A, AND A, XOR A all clear the carry flag as a side-effect, ADC/ADD may set or clear it depending on the operand values. =) |
| |
chatGPZ
Registered: Dec 2001 Posts: 11386 |
magic |
Previous - 1 | 2 - Next |