Both ROMs seem to depend on chipselect doubling

The other information was wrong, removed it to prevent misleading anyone.
This commit is contained in:
meepingsnesroms
2018-06-22 13:56:08 -07:00
parent 63b553eb45
commit 86b11ba7dc
4 changed files with 4 additions and 8 deletions

View File

@@ -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>

View File

@@ -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.

View File

@@ -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;

View File

@@ -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