JettMonstersGoBoom / Millfork_Mega65

repo for Mega65 & Millfork & Shallan's compo base

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Millfork_Mega65

repo for Mega65 & Millfork & Shallan's compo base

b.bat and it's variants b_16color.bat etc. are used to build the demos

r.bat and it's variants r_16color.bat etc. are used to launch the demo on mega65 or nexys.

you may need to adjust to suit

mega.dmatest.mfk is hello world

16 colors

16 color simple

mega.16color.mfk uses DMA and sets up 16 color mode

RRB

RRB example

mega.rrb.mfk DMA 16 color mode and working RRB objects

IRQ

IRQ

tools

tools\bmp2m65 added as a stand alone tool to convert bmp to m65 format tiles and rrb strips

-b 8000

sets base tile address to $8000

-o basename

output is

basename.chrs

basename.clut

basename.map

basename.atr

-m

output a traditional tilemap 16x8 pixels

-r

output an RRB object, which is split into 16 pixel * height strips

plus 1 blank tile above and 1 below the image for RRB Y offset

-s

output sprite strips from image

extras

there is an older tilemizer.py script that is no longer supported. but left for reference

you will need python 3 and pillow installed for the image script to work.

About

repo for Mega65 & Millfork & Shallan's compo base


Languages

Language:C 65.3%Language:Python 31.2%Language:Batchfile 3.6%