veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

262
active users

#emulator

7 posts7 participants0 posts today

For all of you MacOS users out there, I have a question regarding emulators to play old video games.

What emulator would you recommend that I could install that I could quickly and easily play Ultima IV: Quest of the Avatar on my Mac?

What all is involved exactly and do I need to own the game in some form or from somewhere, or how would I go about doing this?

Bin gerade auch mit meiner #Dreamcast Anwendung vorwärts gekommen. Das abspielen der #CDDA Tracks funktioniert so, wie ich das erwarte, wenn man es auf der echten #Hardware laufen lässt. Im #Emulator, in diesem Fall #Flycast, funktioniert es nicht richtig. Mal einen Bugreport einreichen, bzw. vielleicht auch mal in den Quellcode reinschauen und ggf. einen Patch einreichen. Mal schauen.

#StreamReport

Last night on stream, we hit four major milestones in my my 6502 #emulator:

1. We got the clock code working, so instructions actuary get executed

2. We got our first instruction actually executed. ldx!

3. We.... Ran our first program! A simple thing with a very limited number of instructions, but it was a program and it executed to completion!

4. Implemented all of the remaining instructions!

That's a lot of stuff done on one stream, eh?

Thursday we'll see about wiring things up to a gui; the little TUI I have is great, but it'd be nice to be able to interact with the emulator more, push and poke, things like that, and I think the best way to accomplish that is going to be an immediate mode gui. Probably imgui for now, with the understanding that we'll need something else when we start implementing actual graphics hardware for the emulator.

#zig remains the greatest language of all time. Zero barriers between me and getting things done.

Here's a link to the main commit from last night: codeberg.org/b4ux1t3/zigsty-fi

Codeberg.orgGot all of the instructions in and we'ev finished making the runner program. · bcb265de6azigsty-five-oh-two - A 6502 Emulator written in Zig.