final src and Makefile adjustments for PSP release

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@298 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2007-11-17 22:13:35 +00:00
parent 110df09c8a
commit 8b99ab90aa
14 changed files with 60 additions and 11 deletions

View file

@ -1,5 +1,8 @@
# vim:filetype=mips
# several drawing related functions for Allegrex MIPS
# (c) Copyright 2007, Grazvydas "notaz" Ignotas
# All Rights Reserved
.set noreorder # don't reorder any instructions
.set noat # don't use $at

View file

@ -1,5 +1,9 @@
# vim:filetype=mips
# Some misc routines for Allegrex MIPS
# (c) Copyright 2007, Grazvydas "notaz" Ignotas
# All Rights Reserved
.set noreorder
.set noat

View file

@ -1,3 +1,6 @@
// common code for Pico.c and cd/Pico.c
// (c) Copyright 2007, Grazvydas "notaz" Ignotas
#define CYCLES_M68K_LINE 488 // suitable for both PAL/NTSC
#define CYCLES_M68K_VINT_LAG 68
#define CYCLES_M68K_ASD 148

View file

@ -1,6 +1,6 @@
/***********************************************************
* *
* This source was taken from the Gens project *
* This source file was taken from the Gens project *
* Written by Stéphane Dallongeville *
* Copyright (c) 2002 by Stéphane Dallongeville *
* Modified/adapted for PicoDrive by notaz, 2007 *

View file

@ -1,6 +1,6 @@
/***********************************************************
* *
* This source was taken from the Gens project *
* This source file was taken from the Gens project *
* Written by Stéphane Dallongeville *
* Copyright (c) 2002 by Stéphane Dallongeville *
* Modified/adapted for PicoDrive by notaz, 2007 *

View file

@ -1,3 +1,6 @@
// some code for sample mixing
// (c) Copyright 2006-2007, Grazvydas "notaz" Ignotas
#define MAXOUT (+32767)
#define MINOUT (-32768)