mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-31 02:00:03 -06:00
* very shitty implementation of save RAM. requires an existing save file for now.
* refine some SPI code, too. mostly removing a useless function. * support 16bit accesses to DMAxCNT registers.
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
|
||||
1481161027 c:\documents\sources\melonds\types.h
|
||||
|
||||
1485868426 source:c:\documents\sources\melonds\nds.cpp
|
||||
1485879135 source:c:\documents\sources\melonds\nds.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -24,7 +24,7 @@
|
||||
"RTC.h"
|
||||
"Wifi.h"
|
||||
|
||||
1485871611 source:c:\documents\sources\melonds\arm.cpp
|
||||
1485873712 source:c:\documents\sources\melonds\arm.cpp
|
||||
<stdio.h>
|
||||
"NDS.h"
|
||||
"ARM.h"
|
||||
@ -78,9 +78,9 @@
|
||||
"ARM.h"
|
||||
"CP15.h"
|
||||
|
||||
1480957111 c:\documents\sources\melonds\spi.h
|
||||
1485878592 c:\documents\sources\melonds\spi.h
|
||||
|
||||
1485820057 source:c:\documents\sources\melonds\spi.cpp
|
||||
1485878652 source:c:\documents\sources\melonds\spi.cpp
|
||||
<stdio.h>
|
||||
<string.h>
|
||||
"NDS.h"
|
||||
@ -134,7 +134,7 @@
|
||||
<string.h>
|
||||
"RTC.h"
|
||||
|
||||
1485112531 c:\documents\sources\melonds\ndscart.h
|
||||
1485878561 c:\documents\sources\melonds\ndscart.h
|
||||
"types.h"
|
||||
|
||||
1485813068 source:c:\documents\sources\melonds\ndscart.cpp
|
||||
|
Reference in New Issue
Block a user