Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrzejsliwa/8ba12eee4942b8f01fb66073bde3bb39 to your computer and use it in GitHub Desktop.
Save andrzejsliwa/8ba12eee4942b8f01fb66073bde3bb39 to your computer and use it in GitHub Desktop.
[~/c64_learning]$ x64 -warp -autostart /Users/andrzejsliwa/c64_learning/spec/example.spec.prg -console -jamaction 5 -autostartprgmode 0 -moncommands /Users/andrzejsliwa/c64_learning/spec/example.spec.vs -chdir /Users/andrzejsliwa/c64_learning/spec
opening dynamic library libavformat.57.dylib failed! error: dlopen(libavformat.57.dylib, 5): image not found
*** VICE Version 3.1 ***
OS compiled for: MacOS Sierra (10.12)
GUI compiled for: SDL2
CPU compiled for: x86_64
Compiler used: clang 8.1.0
Current OS: *nix
Current CPU: Intel Pentium Pro/II/III/Celeron/Core/Core 2/Atom
Welcome to x64, the free portable C64 Emulator.
Current VICE team members:
Martin Pottendorfer, Marco van den Heuvel, Fabrizio Gennari, Groepaz,
Olaf Seibert, Marcus Sutton, Kajtar Zsolt, AreaScout, Bas Wassink.
This is free software with ABSOLUTELY NO WARRANTY.
See the "About VICE" command for more info.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/C64/kernal'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/C64/basic'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/C64/chargen'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/PRINTER/mps803'.
Loading palette `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/PRINTER/mps803.vpl'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/PRINTER/nl10-cbm'.
Loading palette `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/PRINTER/nl10.vpl'.
NL10: Printer driver initialized.
Loading palette `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/PRINTER/1520.vpl'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/DRIVES/dos1540'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/DRIVES/dos1541'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/DRIVES/d1541II'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/DRIVES/dos1570'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/DRIVES/dos1571'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/DRIVES/dos1581'.
DriveROM: Error - 2000 ROM image not found. Hardware-level 2000 emulation is not available.
DriveROM: Error - 4000 ROM image not found. Hardware-level 4000 emulation is not available.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/DRIVES/dos2031'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/DRIVES/dos2040'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/DRIVES/dos3040'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/DRIVES/dos4040'.
Loading system file `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/DRIVES/dos1001'.
Drive: Finished loading ROM images.
Sound: Available sound devices: sdl dummy fs dump wav voc iff aiff flac ogg soundmovie
SDLKeyboard: Warning - Failed to open `/Users/andrzejsliwa/.vice/sdl-hotkey-C64.vkm'.
Keyboard: Loading keymap `/Applications/Vice/x64.app/Contents/MacOS/../Resources/ROM/C64/sdl_sym.vkm'.
AUTOSTART: Autodetecting image type of `/Users/andrzejsliwa/c64_learning/spec/example.spec.prg'.
Filesystem Image Probe: Error - Import GCR: Unknown GCR image version 51.
Filesystem Image: Unknown disk image `/Users/andrzejsliwa/c64_learning/spec/example.spec.prg'.
Tape: Error - Cannot open file `/Users/andrzejsliwa/c64_learning/spec/example.spec.prg'
Error - CRT header invalid.
CART: '/Users/andrzejsliwa/c64_learning/spec/example.spec.prg' is not a valid CRT file.
AUTOSTART: Loading PRG file `/Users/andrzejsliwa/c64_learning/spec/example.spec.prg' with virtual FS on unit #8.
AUTOSTART: Resetting the machine to autostart 'EXAMPLE.SPEC.PRG'
Sound: Opened device `sdl', speed 44100Hz, fragment size 5.8ms, buffer size 98ms
reSID: MOS8580, filter on, sampling rate 44100Hz - resampling, pass to 19845Hz
AUTOSTART: `/Users/andrzejsliwa/c64_learning/spec/example.spec.prg' recognized as program/p00 file.
Main CPU: starting at ($FFFC).
Main CPU: RESET.
AUTOSTART: Loading program 'EXAMPLE.SPEC.PRG'
AUTOSTART: Starting program.
AUTOSTART: Done.
*** Main CPU: JAM at $0D90
Exiting...
Sound: Closing device `sdl'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment