mirror of
https://github.com/libretro/Mu.git
synced 2026-09-24 07:35:55 +00:00
Both ROMs seem to depend on chipselect doubling
The other information was wrong, removed it to prevent misleading anyone.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE QtCreatorProject>
|
||||
<!-- Written by QtCreator 4.6.2, 2018-06-21T09:14:20. -->
|
||||
<!-- Written by QtCreator 4.6.2, 2018-06-22T10:09:17. -->
|
||||
<qtcreator>
|
||||
<data>
|
||||
<variable>EnvironmentId</variable>
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user