diff --git a/qtBuildSystem/Mu/Mu.pro.user b/qtBuildSystem/Mu/Mu.pro.user index 9170f56..b6948b0 100644 --- a/qtBuildSystem/Mu/Mu.pro.user +++ b/qtBuildSystem/Mu/Mu.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId diff --git a/readme.md b/readme.md index 26ac075..fd2f913 100644 --- a/readme.md +++ b/readme.md @@ -13,11 +13,6 @@ It is also written in C for RetroArch so it will run on everything at the start, It is the best Palm brand OS 4 device that has no special hardware builtin(cellphone, barcode scanner, keyboard attachment), it has a color screen, and available ROM dumps. -## Warning: - -There are multipule versions of the m515, only the 1x16mb version is supported, all other ROMs present are for archival only. -I will not provide support for any other ROM than "palmRoms/Palm m515/rom(1x16mb).bin", use them at your own risk, due to memory layout changes RAM corruption is to be expected! - ## What about accessorys? The Palm keyboard attachment will likely be emulated later on so the PC keyboard can be used on text fields. diff --git a/src/ads7846.c b/src/ads7846.c index 9eca174..828b93f 100644 --- a/src/ads7846.c +++ b/src/ads7846.c @@ -44,7 +44,7 @@ bool ads7846ExchangeBit(bool bitIn){ switch(ads7846ControlByte & 0x70){ case 0x00: - //temperature 1, unemulated for now + //temperature 0, unemulated for now rangeMax = 1; value = 1; break; @@ -90,7 +90,7 @@ bool ads7846ExchangeBit(bool bitIn){ break; case 0x70: - //temperature 2, unemulated for now + //temperature 1, unemulated for now rangeMax = 1; value = 1; break; diff --git a/unimplementedHardware.txt b/unimplementedHardware.txt index 077814a..054af07 100644 --- a/unimplementedHardware.txt +++ b/unimplementedHardware.txt @@ -31,6 +31,7 @@ REFREQ clock frequency in RTCCTL should slow down the RTC when enabled port d IRQ* bits edge triggered interrupt mode is not emulated edgeTriggeredInterruptLastValue may need to be locked when PLL is off port d data register seems to have its data bits cleared when an edge triggered interrupt is cleared(according to MC68VZ328UM.pdf Page 10-15) +Dont know if it possible to have the backlight on and the display off at the same time(theres no reason for it but it may be possible) Debug tools: missing icons