-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I made a game for this #25
Comments
That is cool! Thank you for sharing 😀
ons. 11. aug. 2021, 20:21 skrev liamoc ***@***.***>:
… This isn't really an issue, but I thought it may be of interest to people
who follow this project.
Previously I made a minesweeper clone in 6502 assembly for the Apple II,
BBC Micro, Commodore 64 and Atari 8-bit line. It has music and sound on the
latter three too.
Anyway, today I ported it to the RC6502 with a color VDU and the joystick
controller addons. It doesn't have sound effects but does show LED
animations sometimes.
The (messy) source code for all versions is available at
https://github.com/liamoc/6502_mep and I've attached the requisite wozmon
input file to play it straight away.
main.hex.txt
<https://github.com/tebl/RC6502-Apple-1-Replica/files/6970558/main.hex.txt>
Also attached is a screenshot (apologies for the poor quality), just to
show the game running:
[image: IMG_3161]
<https://user-images.githubusercontent.com/61991/129082461-88b40a37-096d-4e23-93c0-a0cf7adb236c.jpg>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#25>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGEF6IJOVGPZE22RJERJADLT4K5TLANCNFSM5B7E7HJA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Yes, this is great work! When contemplating building things like the video board, it's very motivating to have some demo software immedaitely available. Here's a thought to consider: it might be worth adding a new documentation file ( A clean way to do this would be for you to create a release for your GitHub project containnig the Wozmon file, and then the file here could link to your project release page. (Doing releases is more reliable than committing object files to the repo and trying to keep them in sync.) The creation of releases can also be automated to some degree. |
This isn't really an issue, but I thought it may be of interest to people who follow this project.
Previously I made a minesweeper clone in 6502 assembly for the Apple II, BBC Micro, Commodore 64 and Atari 8-bit line. It has music and sound on the latter three too.
Anyway, today I ported it to the RC6502 with a color VDU and the joystick controller addons. It doesn't have sound effects but does show LED animations sometimes.
The (messy) source code for all versions is available at https://github.com/liamoc/6502_mep and I've attached the requisite wozmon input file to play it straight away.
main.hex.txt
Also attached is a screenshot (apologies for the poor quality), just to show the game running:
Edit: It would be trivial to reassemble this to run as a ROM image, btw, because it doesn't depend on any of the existing ROM code. It would just mean changing the location in the assembler configuration to be ROM rather than RAM.
The text was updated successfully, but these errors were encountered: