MCUME/MCUME_pico
jean-marcharvengt 2b0e3107c3 O2EM now full screen 2023-04-23 17:11:42 +02:00
..
FatFs_SPI add initial support for PICOMPUTER and MCUME_REV2 2021-06-30 22:26:15 +02:00
bin O2EM now full screen 2023-04-23 17:11:42 +02:00
config fix retroVGA build and crs keys for Vic20/C64 2023-04-21 22:48:54 +02:00
display O2EM now full screen 2023-04-23 17:11:42 +02:00
pico20 add cursor keys to at800,c64,v20 2023-04-22 18:04:03 +02:00
pico64 add cursor keys to at800,c64,v20 2023-04-22 18:04:03 +02:00
pico81 reshuffled for PICOZX platform with dual display 2023-04-20 23:21:15 +02:00
pico800 add cursor keys to at800,c64,v20 2023-04-22 18:04:03 +02:00
pico5200 reshuffled for PICOZX platform with dual display 2023-04-20 23:21:15 +02:00
picocolem reshuffled for PICOZX platform with dual display 2023-04-20 23:21:15 +02:00
picoo2em reshuffled for PICOZX platform with dual display 2023-04-20 23:21:15 +02:00
picospeccy reshuffled for PICOZX platform with dual display 2023-04-20 23:21:15 +02:00
picovcs reshuffled for PICOZX platform with dual display 2023-04-20 23:21:15 +02:00
schematic/MCUME_REV1 add initial support for PICOMPUTER and MCUME_REV2 2021-06-30 22:26:15 +02:00
testkeymax reshuffled for PICOZX platform with dual display 2023-04-20 23:21:15 +02:00
CMakeLists.txt add cursor keys to at800,c64,v20 2023-04-22 18:04:03 +02:00
pico_sdk_import.cmake add initial support for raspberry PICO 2021-04-10 12:28:04 +02:00
readme.txt add pico readme 2021-04-10 17:43:44 +02:00

readme.txt

#only need cmake, ARM cross-compiler and pico-sdk (no extra, no playground)
git clone -b master https://github.com/raspberrypi/pico-sdk.git
cd pico-sdk/
git submodule update --init
export PICO_SDK_PATH=path-to-pico-sdk
cd path-to-MCUME-pico
# select emulator to compile in CMakeLists.txt, uncomment ${XXX_SOURCES} and comment out the rest
#add_executable(mcume
#		${GFXENGINE_SOURCES}
#)
cd build
cmake ..
make