Rename project from TI-NESulator to peTI-NESulator

And update all headers accordingly
This commit is contained in:
Godzil
2018-01-31 15:13:45 +00:00
parent c3e9d57379
commit cc291907c2
78 changed files with 217 additions and 217 deletions

View File

@@ -1,5 +1,5 @@
/*
* Cart manager - The TI-NESulator Project
* Cart manager - The peTI-NESulator Project
* NESCart.h
*
* Created by Manoel TRAPIER.

View File

@@ -1,5 +1,5 @@
/*
* Mappers manager & facilities - The TI-NESulator Project
* Mappers manager & facilities - The peTI-NESulator Project
* mappers.h
*
* Created by Manoel TRAPIER.

View File

@@ -1,5 +1,5 @@
/*
* 6502 Memory manager - The TI-NESulator Project
* 6502 Memory manager - The peTI-NESulator Project
* memory.h - Taken from the Quick6502 project
*
* Created by Manoel Trapier on 18/09/06.

View File

@@ -1,5 +1,5 @@
/*
* OS Dependent functions - The TI-NESulator Project
* OS Dependent functions - The peTI-NESulator Project
* os_dependent.h
*
* Created by Manoel TRAPIER on 08/05/08.

View File

@@ -1,5 +1,5 @@
/*
* Paddle manager - The TI-NESulator Project
* Paddle manager - The peTI-NESulator Project
* paddle.h
*
* Created by Manoel TRAPIER.

View File

@@ -1,5 +1,5 @@
/*
* Plugins manager - The TI-NESulator Project
* Plugins manager - The peTI-NESulator Project
* plugins.h
*
* Created by Manoel TRAPIER on 02/04/07.

View File

@@ -1,5 +1,5 @@
/*
* PPU debug utilities - The TI-NESulator Project
* PPU debug utilities - The peTI-NESulator Project
* ppu.debug.h
*
* Created by Manoel Trapier on 12/04/07.

View File

@@ -1,5 +1,5 @@
/*
* PPU emulation - The TI-NESulator Project
* PPU emulation - The peTI-NESulator Project
* ppu.h
*
* Define and emulate the PPU (Picture Processing Unit) of the real NES

View File

@@ -1,5 +1,5 @@
/*
* PPU Memory manager - The TI-NESulator Project
* PPU Memory manager - The peTI-NESulator Project
* ppu.memory.h - Inspired from the memory manager of the Quick6502 Project.
*
* Created by Manoel Trapier on 12/04/07.

View File

@@ -1,5 +1,5 @@
/*
* Base type definitions - The TI-NESulator Project
* Base type definitions - The peTI-NESulator Project
* types.h - Taken from the Quick6502 project
*
* Created by Manoel Trapier on 18/09/06.