just made "Arcade Rock Invaders" C64

Started by mainsworthy, July 12, 2021, 08:38:25

Previous topic - Next topic

mainsworthy

This is a C64 (commadore 64) game made for the new Emulator "THEC64"

"Arcade Rock Invaders" By Mark Ainsworth

you have space ship, that is traveling through the viod collecting metal ore, but your in a asteroid belt, so to get the ore you may have to destroy asteroids. you can side swipe asteroids or ore to destroy them but you wont score this way, you have to hit the ore headon, but if you hit an asteroid head on you will be destroyed.

you can move up or down with A and Z , and go in reverse with 3, and faster with 4

when you first start you will have a small time period to asses your strategy, but then you ship will start moving forwards

https://manyone88.itch.io/c64-arcade-rockinvaders-coded-2021c64







mainsworthy


Baggey

Im looking for someting like this. Maybe for my next project. C64Blitz Emulator. Do you have an Assembly listing for it? 6502 is a completley different beast to the Z80!  :o
It would be a good test platform to test with, and get a C64 Emulator up and Running.

Kind Regards Baggey
Running a PC that just Aint fast enough!? i7 Quad core 16GB ram 1TB SSD and NVIDIA Quadro K620 . DID Technology stop! Or have we been assimulated!

ZX Spectrum 48k, C64, ORIC Atmos 48K, Enterprise 128K, The SID chip. Im Misunderstood!

mainsworthy

Quote from: Baggey on August 06, 2021, 20:54:19
Im looking for someting like this. Maybe for my next project. C64Blitz Emulator. Do you have an Assembly listing for it? 6502 is a completley different beast to the Z80!  :o
It would be a good test platform to test with, and get a C64 Emulator up and Running.

Kind Regards Baggey

Baggey do you still want the code ? I have been away for a while

mainsworthy

#4
Quote from: Baggey on August 06, 2021, 20:54:19
Im looking for someting like this. Maybe for my next project. C64Blitz Emulator. Do you have an Assembly listing for it? 6502 is a completley different beast to the Z80!  :o
It would be a good test platform to test with, and get a C64 Emulator up and Running.

Kind Regards Baggey

What I think is best advice is, I found the keyboard input has to be tested in an order, if you just add a key it may not work , it has to be in the right order to test for keyboard ports


Baggey

This is a C64 (commadore 64) game made for the new Emulator "THEC64"

Did You write this !?

Baggey
Running a PC that just Aint fast enough!? i7 Quad core 16GB ram 1TB SSD and NVIDIA Quadro K620 . DID Technology stop! Or have we been assimulated!

ZX Spectrum 48k, C64, ORIC Atmos 48K, Enterprise 128K, The SID chip. Im Misunderstood!

mainsworthy

yep, never did asm before , so its far from perfect, and I should of mixed basic with asm rather than everything in asm, would of been much easier

Baggey

#7
Hi Mainsworthy.

Finally got to a stage were i can sort of test out the C64 Emulator with your "rockinvaders.prg" you sent me.

You can see it Loaded in at the correct Start Address i believe as well.

Im going to start single steping through your Assembly listing and check with my Disassembly. Loads todo but getting there! I know you've written rockinvaders but have you Written an Emulator as well?

https://youtu.be/NPAk5ZPj5_w

The 6510 is proving to be a complete nightmare trying to fathom out Addressing MODES! I hope to find errors in my emulation steping through your code! If i have any questions on the Assembly is it okay to ask?  :)

Kind Regards Baggey
Running a PC that just Aint fast enough!? i7 Quad core 16GB ram 1TB SSD and NVIDIA Quadro K620 . DID Technology stop! Or have we been assimulated!

ZX Spectrum 48k, C64, ORIC Atmos 48K, Enterprise 128K, The SID chip. Im Misunderstood!

mainsworthy

Quote from: Baggey on November 27, 2021, 14:57:35
Hi Mainsworthy.

Finally got to a stage were i can sort of test out the C64 Emulator with your "rockinvaders.prg" you sent me.

You can see it Loaded in at the correct Start Address i believe as well.

Im going to start single steping through your Assembly listing and check with my Disassembly. Loads todo but getting there! I know you've written rockinvaders but have you Written an Emulator as well?

https://youtu.be/NPAk5ZPj5_w

The 6510 is proving to be a complete nightmare trying to fathom out Addressing MODES! I hope to find errors in my emulation steping through your code! If i have any questions on the Assembly is it okay to ask?  :)

Kind Regards Baggey

this was realy interesting to see thanks Baggey.