Sign inSign up

jackasser/boozify

By jackasser

•Updated about 1 month ago

A complete C64 development toolchain by JackAsser / Booze Design

Image
1

619

jackasser/boozify repository overview

A complete C64 development toolchain by JackAsser/Booze Design.

Put the following alias in your .bash_profile:
alias boozify='docker run -it --rm -v "$(pwd)":/src jackasser/boozify'

Enter a C64 source directory and simply run boozify to get a development shell:

Runtimes/Compilers/Interpreters:
	node v16.14.2
	openjdk version "11.0.15" 2022-04-19
	perl (v5.34.0)
	gcc version 10.3.1 20211027 (Alpine 10.3.1_git20211027) 
	Python 2.7.18
	Python 3.9.7

Assemblers:
	ACME release 1.00mp ("Echo"), 13 July 2020
	DreamAss 0.9.1
	ca65 V2.19 - Git dcdf7ade0
	Kick Assembler v5.24 by Mads Nielsen 

Tools:
	GNU Make 4.3
	cc1541 3.4
	cartconv 3.5
	gt2reloc 2.74
	sidreloc 1.0

Crunchers:
	b2
	pucrunch 1.14
	Exomizer v3.1.1

Booze Tools:
	loadaddr
	disk
	sin
	easing
	packtune
	relocate

You can also run commands directly from the host, for example running a makefile in the source tree: boozify make

Tag summary

Content type

Image

Digest

sha256:d1f55c5df…

Size

287.6 MB

Last updated

about 1 month ago

docker pull jackasser/boozify