Code Monkey home page Code Monkey logo

Comments (11)

JettMonstersGoBoom avatar JettMonstersGoBoom commented on May 12, 2024 2

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.

from millfork.

KarolS avatar KarolS commented on May 12, 2024 1

@Nullious That would be great. Can you add some examples with it?

from millfork.

cdoty avatar cdoty commented on May 12, 2024 1

I added an example of using Millfork with the Mattel Aquarius to create a cassette and cartridge.
https://github.com/cdoty/Aquarius-Millfork

from millfork.

JettMonstersGoBoom avatar JettMonstersGoBoom commented on May 12, 2024

Started messing with support for Pacman Arcade machine. https://twitter.com/MonstersGo/status/1146550790657585162

code here
https://gist.github.com/Nullious/82f4d299758d2780be4162b281118b0a

still wip.

from millfork.

Kroc avatar Kroc commented on May 12, 2024

What about Amstrad PCW?

from millfork.

KarolS avatar KarolS commented on May 12, 2024

@Kroc If you're interested in CP/M-based software for PCW, it should work as-is with the cpm_z80 target. The cpm module is currently very bare-bones, but adding missing syscalls or system-specific hardware accesses shouldn't be hard. I haven't added any CP/M-focused machines to the list, as running CP/M makes them pretty much identical targets from the compiler standpoint.

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.

from millfork.

JettMonstersGoBoom avatar JettMonstersGoBoom commented on May 12, 2024

https://twitter.com/MonstersGo/status/1161065704847790080?s=19 got Alien Rescue working on Sega Master System. ( There's also a C64 version )
Thank you , without Millfork this wouldn't be doable.

from millfork.

JettMonstersGoBoom avatar JettMonstersGoBoom commented on May 12, 2024

Atari Lynx is here https://github.com/Nullious/millfork_lynx + demo includes sprite and input

from millfork.

JettMonstersGoBoom avatar JettMonstersGoBoom commented on May 12, 2024

Shall I make a pull request for this ^^ ?

from millfork.

james7780 avatar james7780 commented on May 12, 2024

A Spectravideo 318/328 target would be nice. And should be easy to create from the MSX platform files as it is very similar.

from millfork.

SplitSpine avatar SplitSpine commented on May 12, 2024

I made platform target for the C256 Foenix (65816 cpu), can only use the first 64k of RAM, so not very useful yet.
https://github.com/SplitSpine/Millfork-C256Foenix

from millfork.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.