1
0
Fork 0
Fork of emu48android that compiles on GNU/Linux
Find a file
2024-06-18 10:28:57 +02:00
app versionNameSuffix in apk filename 2024-06-18 09:24:48 +02:00
gradle/wrapper removed more '^M', set project() in CMakeLists.txt 2024-06-17 16:11:51 +02:00
.clang-format dos2unix and clang-format emu48plus sources when pulling them 2024-06-17 16:29:13 +02:00
.gitignore ignore .bkp/ 2024-06-18 09:24:29 +02:00
build.gradle Merge branch 'gwh' of ssh://src.le-moine.org:38172/gwh/emu48android-linux into gwh 2024-06-17 21:33:36 +02:00
gen-keystore.sh more helpers 2024-06-17 16:30:13 +02:00
gradle.properties removed more '^M', set project() in CMakeLists.txt 2024-06-17 16:11:51 +02:00
gradlew I Made it build in Android Studio in Linux 2024-06-17 15:13:25 +02:00
gradlew.bat removed more '^M', set project() in CMakeLists.txt 2024-06-17 16:11:51 +02:00
LICENSE-GPL.TXT - Add the serial port support (via USB OTG). 2021-03-13 19:59:27 +01:00
LICENSE-MIT.TXT - Add the serial port support (via USB OTG). 2021-03-13 19:59:27 +01:00
local.properties.sample add sample local.properties for reference 2024-06-17 16:30:13 +02:00
Makefile build with or without assets 2024-06-18 10:28:57 +02:00
pull-emu48plus-sources.sh ensure pull-* scripts are run in the correct path 2024-06-17 16:30:13 +02:00
pull-KMLs-and-ROMs.sh ensure pull-* scripts are run in the correct path 2024-06-17 16:30:13 +02:00
README.md Leave upstream ReadMe.txt untouched 2024-06-18 09:32:28 +02:00
ReadMe.txt Leave upstream ReadMe.txt untouched 2024-06-18 09:32:28 +02:00
settings.gradle removed more '^M', set project() in CMakeLists.txt 2024-06-17 16:11:51 +02:00

Post-fork changes by Gwenhael Le Moine:

  • rename the app and Java packages to avoid confusion
  • add Makefile and helper scripts
  • Assets:
    • ROMs
      • Pull unpatched ROMs from hpcalc.org using the script pull-KMLs-and-ROMs.sh
    • Skins
      • Pull Eric Rechlin's Real Calcs from hpcalc.org using the script pull-KMLs-and-ROMs.sh
    • Emu48+ source
      • rename directory from core/ to emu48plus/
      • Pull upstream Emu48+ source from hpcalc.org using the script pull-emu48plus-sources.sh
      • fix the case of Emu48+ source files to allow compilation on GNU/Linux

Also see original ReadMe.txt for upstream changes and information