MacOS setup
- Install xcode command-line tool
xcode-select --install
- Install homebrew https://brew.sh/
- Install SDL2
brew install sdl2
- clone this repo
git clone https://github.com/bobbydigitales/arcem_sdl.git
cd arcem_sdl
- build
SYSTEM=sdl make -j all
- run
./arcem
- At this point it should run and fail because you don't have an OS ROM file.