mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
* fix 'STMxx with base register included in register list' when base register is banked.
* fix cart DMA for ARM9.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
1481161027 c:\documents\sources\melonds\types.h
|
||||
|
||||
1486163139 source:c:\documents\sources\melonds\nds.cpp
|
||||
1486309683 source:c:\documents\sources\melonds\nds.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -24,13 +24,13 @@
|
||||
"RTC.h"
|
||||
"Wifi.h"
|
||||
|
||||
1486152642 source:c:\documents\sources\melonds\arm.cpp
|
||||
1486309562 source:c:\documents\sources\melonds\arm.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"ARM.h"
|
||||
"ARMInterpreter.h"
|
||||
|
||||
1485806035 c:\documents\sources\melonds\arm.h
|
||||
1486261220 c:\documents\sources\melonds\arm.h
|
||||
"types.h"
|
||||
"NDS.h"
|
||||
"CP15.h"
|
||||
@ -41,7 +41,7 @@
|
||||
"types.h"
|
||||
"ARM.h"
|
||||
|
||||
1485831103 source:c:\documents\sources\melonds\arminterpreter.cpp
|
||||
1486253445 source:c:\documents\sources\melonds\arminterpreter.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"CP15.h"
|
||||
@ -65,7 +65,7 @@
|
||||
|
||||
1485795628 c:\documents\sources\melonds\arminterpreter_loadstore.h
|
||||
|
||||
1485977845 source:c:\documents\sources\melonds\arminterpreter_loadstore.cpp
|
||||
1486261538 source:c:\documents\sources\melonds\arminterpreter_loadstore.cpp
|
||||
<stdio.h>
|
||||
"ARM.h"
|
||||
|
||||
@ -80,13 +80,13 @@
|
||||
|
||||
1485900740 c:\documents\sources\melonds\spi.h
|
||||
|
||||
1485905004 source:c:\documents\sources\melonds\spi.cpp
|
||||
1486163389 source:c:\documents\sources\melonds\spi.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
"SPI.h"
|
||||
|
||||
1486163016 source:c:\documents\sources\melonds\gpu2d.cpp
|
||||
1486264329 source:c:\documents\sources\melonds\gpu2d.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -108,7 +108,7 @@
|
||||
1484612398 c:\documents\sources\melonds\fifo.h
|
||||
"types.h"
|
||||
|
||||
1486143982 source:c:\documents\sources\melonds\dma.cpp
|
||||
1486309616 source:c:\documents\sources\melonds\dma.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"DMA.h"
|
||||
@ -129,7 +129,7 @@
|
||||
1484848282 c:\documents\sources\melonds\rtc.h
|
||||
"types.h"
|
||||
|
||||
1485016019 source:c:\documents\sources\melonds\rtc.cpp
|
||||
1486244121 source:c:\documents\sources\melonds\rtc.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"RTC.h"
|
||||
@ -137,7 +137,7 @@
|
||||
1485980863 c:\documents\sources\melonds\ndscart.h
|
||||
"types.h"
|
||||
|
||||
1486137256 source:c:\documents\sources\melonds\ndscart.cpp
|
||||
1486309588 source:c:\documents\sources\melonds\ndscart.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
|
Reference in New Issue
Block a user