-
Notifications
You must be signed in to change notification settings - Fork 21
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
Adding support for more targets #1
Comments
Started messing with support for Pacman Arcade machine. https://twitter.com/MonstersGo/status/1146550790657585162 code here still wip. |
What about Amstrad PCW? |
@Kroc If you're interested in CP/M-based software for PCW, it should work as-is with the As for standalone PCW programs, sure, that could be done as its own target. However this would require implementing the PCW disk format, as you no longer have an OS to handle that for you. Similar how PC-88 works right now. |
https://twitter.com/MonstersGo/status/1161065704847790080?s=19 got Alien Rescue working on Sega Master System. ( There's also a C64 version ) |
Atari Lynx is here https://github.com/Nullious/millfork_lynx + demo includes sprite and input |
Shall I make a pull request for this ^^ ? |
@Nullious That would be great. Can you add some examples with it? |
https://github.com/MonstersGoBoom/Millfork-Platforms I've started collecting my additional platform examples into this repository. SMS and MSX1 is pretty good as is. other platforms are W.I.P. |
A Spectravideo 318/328 target would be nice. And should be easy to create from the MSX platform files as it is very similar. |
I made platform target for the C256 Foenix (65816 cpu), can only use the first 64k of RAM, so not very useful yet. |
I added an example of using Millfork with the Mattel Aquarius to create a cassette and cartridge. |
The following targets should work after creating platform definitions and minimal libraries:
The following targets should also work, but will require compiler improvements before being usable:
Require 24-bit 65816 support:
The following targets have been implemented since the creation of this issue:
The text was updated successfully, but these errors were encountered: