turn on rom basic in pico8086

.. not that I could get into rom basic, sadly
This commit is contained in:
Jeff Epler 2025-03-05 11:17:02 -06:00
parent 212c6ccf11
commit 8b3cf20970

View file

@ -266,6 +266,7 @@ set(PICO8086_SOURCES
pico8086/i8259.cpp pico8086/i8259.cpp
pico8086/pico8086.cpp pico8086/pico8086.cpp
) )
add_compile_definitions(INCLUDE_ROM_BASIC)
endif() endif()
if( ${TARGET} MATCHES "picopce" ) if( ${TARGET} MATCHES "picopce" )