MCUME/MCUME_pico
AlinTigaeru 5397743cbb image a bit more stable 2023-03-01 18:32:08 +00:00
..
.idea Add basic PIO program to CPC em 2022-10-24 19:08:21 +01:00
.vs change in fatfs driver + windows compile 2023-01-11 16:48:22 +00:00
.vscode picovga 320x200 2023-01-25 19:53:07 +00:00
FatFs_SPI change in fatfs driver + windows compile 2023-01-11 16:48:22 +00:00
bin add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
build add crtc.cpp and ga.cpp 2023-01-31 14:08:53 +00:00
cmake-build-debug change in fatfs driver + windows compile 2023-01-11 16:48:22 +00:00
config more output + add a little PIMORONI config 2023-01-17 14:16:41 +00:00
gfxengine stripped down VGA driver and add sound to C64 2021-05-01 21:08:50 +02:00
out/build/x64-Debug change in fatfs driver + windows compile 2023-01-11 16:48:22 +00:00
pico20 add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
pico64 add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
pico81 add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
pico800 add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
pico5200 5200 now bootable on pico 2022-02-13 10:52:54 +01:00
pico8086 add support for PICORETROVGA board 2021-11-14 21:50:46 +01:00
picocolem add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
picocpc image a bit more stable 2023-03-01 18:32:08 +00:00
piconofrendo add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
picoo2em add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
picosnd add support for PICORETROVGA board 2021-11-14 21:50:46 +01:00
picospeccy add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
picovcs add AUTORUN feature to PICO 2022-02-11 23:58:34 +01:00
picovga_t4 add crtc.cpp and ga.cpp 2023-01-31 14:08:53 +00:00
psram add initial psram support and 8086 emulator for PICO 2021-10-12 21:28:12 +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
testkeymax add support for PICORETROVGA board 2021-11-14 21:50:46 +01:00
testpsram add initial psram support and 8086 emulator for PICO 2021-10-12 21:28:12 +02:00
testvga picoVGA lib stripped and reduced clock to 240 for heavy emulators 2021-11-19 10:40:52 +01:00
tft_t fix include file case 2022-05-12 22:17:38 +01:00
vga_t4 picovga 320x200 2023-01-25 19:53:07 +00:00
CMakeLists.txt picovga 320x200 2023-01-25 19:53:07 +00: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