mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -04:00
lowercasing filenames, part1; makefile adjustments
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@574 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
6a13ef3f56
commit
efcba75f8a
82 changed files with 240 additions and 443 deletions
|
@ -7,7 +7,7 @@
|
|||
* *
|
||||
***********************************************************/
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
|
||||
#define CDC_DMA_SPEED 256
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// (c) Copyright 2007, Grazvydas "notaz" Ignotas
|
||||
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
|
||||
// ym2612
|
||||
#include "../sound/ym2612.h"
|
|
@ -1,7 +1,7 @@
|
|||
// Buffering handling
|
||||
// (c) Copyright 2007, Grazvydas "notaz" Ignotas
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
|
||||
int PicoCDBuffers = 0;
|
||||
static unsigned char *cd_buffer = NULL;
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
* *
|
||||
***********************************************************/
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
#include "cd_file.h"
|
||||
#include "cue.h"
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
#include "cd_sys.h"
|
||||
#include "cd_file.h"
|
||||
|
||||
|
|
|
@ -72,7 +72,7 @@ typedef struct {
|
|||
PICO_INTERNAL void LBA_to_MSF(int lba, _msf *MSF);
|
||||
PICO_INTERNAL int Track_to_LBA(int track);
|
||||
|
||||
// moved to Pico.h
|
||||
// moved to pico.h
|
||||
// int Insert_CD(char *iso_name, int is_bin);
|
||||
// void Stop_CD(void);
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#include <string.h>
|
||||
#include "cue.h"
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
// #define elprintf(w,f,...) printf(f "\n",##__VA_ARGS__);
|
||||
|
||||
#ifdef _MSC_VER
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// (c) Copyright 2007, Grazvydas "notaz" Ignotas
|
||||
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
|
||||
#define _rot_comp Pico_mcd->rot_comp
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// (c) Copyright 2007, Grazvydas "notaz" Ignotas
|
||||
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
|
||||
#include "../sound/ym2612.h"
|
||||
#include "../sound/sn76496.h"
|
||||
|
@ -452,7 +452,7 @@ static void OtherWrite8End(u32 a, u32 d, int realsize)
|
|||
#ifndef _ASM_CD_MEMORY_C
|
||||
#define _CD_MEMORY_C
|
||||
#undef _ASM_MEMORY_C
|
||||
#include "../MemoryCmn.c"
|
||||
#include "../memory_cmn.c"
|
||||
#include "cell_map.c"
|
||||
#endif
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
// Some misc stuff
|
||||
// (c) Copyright 2007, Grazvydas "notaz" Ignotas
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
|
||||
unsigned char formatted_bram[4*0x10] =
|
||||
{
|
|
@ -2,7 +2,7 @@
|
|||
// Based on Gens code by Stéphane Dallongeville
|
||||
// (c) Copyright 2007, Grazvydas "notaz" Ignotas
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
#include "pcm.h"
|
||||
|
||||
static unsigned int g_rate = 0; // 18.14 fixed point
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
// (c) Copyright 2007 notaz, All rights reserved.
|
||||
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
#include "../sound/ym2612.h"
|
||||
|
||||
extern unsigned char formatted_bram[4*0x10];
|
||||
|
@ -235,7 +235,7 @@ static __inline void getSamples(int y)
|
|||
|
||||
|
||||
#define PICO_CD
|
||||
#include "../PicoFrameHints.c"
|
||||
#include "../pico_cmn.c"
|
||||
|
||||
|
||||
PICO_INTERNAL void PicoFrameMCD(void)
|
|
@ -1,7 +1,7 @@
|
|||
// (c) Copyright 2007 notaz, All rights reserved.
|
||||
|
||||
|
||||
#include "../PicoInt.h"
|
||||
#include "../pico_int.h"
|
||||
|
||||
|
||||
int SekCycleCntS68k=0; // cycles done in this frame
|
Loading…
Add table
Add a link
Reference in a new issue