MCUME/MCUME_pico
2021-10-04 21:22:05 +02:00
..
bin add dual screen support to speccy, c64 and 81 pico with MCUME_REV2 board 2021-10-04 21:22:05 +02:00
config add dual screen support to speccy, c64 and 81 pico with MCUME_REV2 board 2021-10-04 21:22:05 +02:00
FatFs_SPI add initial support for PICOMPUTER and MCUME_REV2 2021-06-30 22:26:15 +02:00
gfxengine stripped down VGA driver and add sound to C64 2021-05-01 21:08:50 +02:00
pico64 add dual screen support to speccy, c64 and 81 pico with MCUME_REV2 board 2021-10-04 21:22:05 +02:00
pico81 add dual screen support to speccy, c64 and 81 pico with MCUME_REV2 board 2021-10-04 21:22:05 +02:00
pico800 Improved keyboard mapping for ZX speccy 2021-09-25 15:26:09 +02:00
pico5200 Improved keyboard mapping for ZX speccy 2021-09-25 15:26:09 +02:00
picocolem Improved keyboard mapping for ZX speccy 2021-09-25 15:26:09 +02:00
piconofrendo add support for MCUME_REV2 board, VGA and TFT combi 2021-09-11 16:04:42 +02:00
picoo2em Improved keyboard mapping for ZX speccy 2021-09-25 15:26:09 +02:00
picosnd add support for MCUME_REV2 board, VGA and TFT combi 2021-09-11 16:04:42 +02:00
picospeccy add dual screen support to speccy, c64 and 81 pico with MCUME_REV2 board 2021-10-04 21:22:05 +02:00
picovcs Improved keyboard mapping for ZX speccy 2021-09-25 15:26:09 +02:00
schematic/MCUME_REV1 add initial support for PICOMPUTER and MCUME_REV2 2021-06-30 22:26:15 +02:00
testio add initial support for PICOMPUTER and MCUME_REV2 2021-06-30 22:26:15 +02:00
testtft add support for MCUME_REV2 board, VGA and TFT combi 2021-09-11 16:04:42 +02:00
testvga add initial support for PICOMPUTER and MCUME_REV2 2021-06-30 22:26:15 +02:00
tft_t add dual screen support to speccy, c64 and 81 pico with MCUME_REV2 board 2021-10-04 21:22:05 +02:00
vga_t4 add dual screen support to speccy, c64 and 81 pico with MCUME_REV2 board 2021-10-04 21:22:05 +02:00
CMakeLists.txt add dual screen support to speccy, c64 and 81 pico with MCUME_REV2 board 2021-10-04 21:22:05 +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

#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