Noah Barger

Results 13 comments of Noah Barger

There are many ways this could be done, but I'll list my own theoretical solution here. Instead of using the entire 16 bit EX port, you can split it into...

The fork can be found here: https://github.com/EmeraldCraft34/Astro8-Computer I may be slowed down a bit, because of school, but I'll try and fit it in.

I'll post my updates here since it's gonna take a while. I've started migrating some of the functions and stuff into separate files to organize it better. For example, I'm...

Worked just fine. For anyone who wants it, here is the binary. If possible, I would appreciate if it was added to releases. [MacOS.zip](https://github.com/sam-astro/Astro8-Computer/files/9220977/MacOS.zip) Thanks. Consider me a MacOS tester....

Thanks, it was nothing! But yeah, that's what I thought, because Mac is a very, uh.. funky... and unpredictable platform. Whenever I try to build stuff most of the time...

Thanks for your contribution! > it requires x86 libSDL2 to be available in what I would consider a strange path (`/usr/local/lib/libSDL2-2.0.0.dylib`), but a simple `sudo ln -s /opt/homebrew/lib/libSDL2-2.0.0.dylib /usr/local/lib/libSDL2-2.0.0.dylib` can...

> I think packing everything into an x86 .app (like most apps do) could allow both Silicon and Intel users to use the application correctly btw The only problem with...

This is probably gonna make a big loophole, but I'll do it. I'm either going to make my own fork of the project, or I'm going to add a pull...

Now switched to #22

The 6502 used a decimal flag/mode. Maybe that could be integrated into this in some way?