mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
1.32 release
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@87 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
4696954094
commit
6cadc2da00
42 changed files with 803 additions and 167 deletions
|
@ -1,3 +1,6 @@
|
|||
// The top-level functions for the ARM940
|
||||
// (c) Copyright 2006-2007, Grazvydas "notaz" Ignotas
|
||||
|
||||
#include "940shared.h"
|
||||
|
||||
static _940_data_t *shared_data = (_940_data_t *) 0x00100000;
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
@ vim:filetype=armasm:
|
||||
|
||||
@ ARM940 initialization.
|
||||
@ Based on ogg940 code by Dzz.
|
||||
@ (c) Copyright 2007, Grazvydas "notaz" Ignotas
|
||||
|
||||
.equ mmsp2_regs, (0xc0000000-0x02000000) @ assume we live @ 0x2000000 bank
|
||||
.equ shared_ctl, 0x00200000 @ this is where shared_ctl struncture is located
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue