rosco_m68k icon indicating copy to clipboard operation
rosco_m68k copied to clipboard

Design, documentation and software for the Really Old School Computer (M68K)

Results 24 rosco_m68k issues
Sort by recently updated
recently updated
newest added

Support audio stinger at boot. I think we're going with 1s on 512KB ROM, and 2s full stinger on 1MB. Probably should use polled audio rather than interrupts to begin...

RELEASE BLOCKER

Will require moving ROMFS base upwards (or storing audio after ROMFS maybe) on 1MB ROM.

enhancement

The way libm/include.mk creates its LIBOBJECTS reincludes every *.c across all the libs: ``` SOURCES=$(shell find . -name "*.c") LIBOBJECTS=$(SOURCES:%.c=%.o) ``` If you replace that with something like ``` LIBSOURCESALL=$(shell...

The logic for rom/ram enable is using A18/A19 and RW .. I dont think these are needed. CPUSP isn't needed in PPDTACK as its in each element of the equation.