code
string
repo_name
string
path
string
language
string
license
string
size
int64
.set noreorder #include "pspstub.s" STUB_START "sceMeCore_driver",0x00010011,0x00010005 STUB_FUNC 0xF702E73A,sceMeCore_driver_F702E73A STUB_FUNC 0x278F2C25,sceMeCore_driver_278F2C25 STUB_END
0xb15c077e
trunk/RE/PSP/g729.imports.S
Unix Assembly
mit
211
#ifndef __MPEG_VSH_H #define __MPEG_VSH_H /* * Exports from library: syslib */ /* * Exports from library: sceMpeg */ void sceMpegQueryUserdataEsSize (void); void sceMpeg_0558B075 (void); void sceMpegAvcDecode (void); void sceMpegAvcDecodeDetail (void); void sceMpeg_11CAB459 (void); void sceMpegGetA...
0xb15c077e
trunk/RE/PSP/mpeg_vsh.h
C
mit
2,252
#ifndef __LOWIO_H #define __LOWIO_H /* * Exports from library: syslib */ void module_start (void); void module_reboot_before (void); /* * Exports from library: sceSysreg_driver */ void sceSysreg_driver_00CEA69D (void); void sceSysreg_driver_02A1F862 (void); void sceSysreg_driver_030EBAD6 (void); vo...
0xb15c077e
trunk/RE/PSP/lowio.h
C
mit
13,990
TARGET = me_wrapper OBJS = me_wrapper.o me_wrapper.boot.o me_wrapper.imports.o BUILD_PRX = 1 PRX_EXPORTS = me_wrapper.exports.exp INCDIR = CFLAGS = -O2 -G0 -Wall #-g -DDEBUG ASFLAGS = $(CFLAGS) USE_KERNEL_LIBC = 1 USE_KERNEL_LIBS = 1 LIBDIR = LDFLAGS = -mno-crt0 -nostartfiles LIBS = -nodefaultlibs -nostdlib PSPSD...
0xb15c077e
trunk/RE/PSP/me_wrapper.mak
Makefile
mit
415
/* * Utopia ME Wrapper Module 5.00 clone * Copyright (c) 2011 by Musa Mitchell <mowglisanu@gmain.com> */ typedef struct{ int mutex; int event; int sema; }MERpc; #define PSP_O_UNKNOWN0 0x04000000 int sceMeRpcLock(); int sceMeRpcUnlock(); int sub_881FA1D8(void* data, int wait); int sceMeBootStart(unsigned int boot...
0xb15c077e
trunk/RE/PSP/me_wrapper.h
C
mit
1,348
#include <pspsdk.h> #include "mpeg.h" //Imports from library: ThreadManForUser extern int sceKernelcheckThreadStack(); extern int sceKernelCreateSema (int arg1, int arg2, int arg3, int arg4, int arg5); extern int sceKernelDeleteSema (); extern int sceKernelSignalSema (int arg1, int arg2); extern int sceKernelWaitSema ...
0xb15c077e
trunk/RE/PSP/mpeg.c
C
mit
194,205
#include <pspsdk.h> #include "mpeg_vsh.h" //Imports from library: ThreadManForUser extern int sceKernelcheckThreadStack(); extern int sceKernelCreateSema (int arg1, int arg2, int arg3, int arg4, int arg5); extern int sceKernelDeleteSema (); extern int sceKernelSignalSema (int arg1, int arg2); extern int sceKer...
0xb15c077e
trunk/RE/PSP/mpeg_vsh.c
C
mit
226,622
#ifndef __MPEG_H #define __MPEG_H /* * Exports from library: syslib */ /* * Exports from library: sceMpeg */ void sceMpegQueryUserdataEsSize (void); void sceMpeg_0558B075 (void); void sceMpegAvcDecode (void); void sceMpegAvcDecodeDetail (void); void sceMpegGetAvcNalAu (void); void sceMpegRingbuffer...
0xb15c077e
trunk/RE/PSP/mpeg.h
C
mit
1,756
#ifndef __AMCTRL_H #define __AMCTRL_H /* * Exports from library: syslib */ void module_start (void); /* * Exports from library: sceAmctrl_driver */ void sceDrmBBCipherUpdate (void); void sceDrmBBCipherInit (void); void sceDrmBBMacInit (void); void sceDrmBBMacUpdate (void); void sceDrmBBCipherFinal ...
0xb15c077e
trunk/RE/PSP/amctrl.h
C
mit
419
#ifndef __LED_H #define __LED_H /* * Exports from library: syslib */ void module_start (void); void module_reboot_before (void); /* * Exports from library: sceLed_driver */ void sceLedResume (void); void sceLedEnd (void); void sceLedInit (void); void sceLedSuspend (void); void sceLedSetMode (void)...
0xb15c077e
trunk/RE/PSP/led.h
C
mit
347
#include <pspsdk.h> #include "ctrl.h" /* * Imports from library: SysMemForKernel */ extern int SysMemForKernel_2CFF6F90 (); /* * Imports from library: sceSuspendForKernel */ extern void sceKernelPowerTick (int arg1); /* * Imports from library: sceSysEventForKernel */ extern void sceKernelRegist...
0xb15c077e
trunk/RE/PSP/ctrl.c
C
mit
43,493
#include <pspsdk.h> #include "amctrl.h" /* * Imports from library: ThreadManForKernel */ extern int sceKernelSignalSema (int arg1, int arg2); extern int sceKernelWaitSema (int arg1, int arg2, int arg3); extern int sceKernelCreateSema (int arg1, int arg2, int arg3, int arg4, int arg5); /* * Imports from ...
0xb15c077e
trunk/RE/PSP/amctrl.c
C
mit
37,719
int sceNet_lib_DA02F383 (int arg1, int arg2){ int msg[5]; sceNetMemset (msg, 0x00, 0x14); sceNetStrncpy (msg, arg1, 0x10); int ret = _sce_pspnet_ifioctl (0x00, 0xC01469D8, msg, 0x01); *((int *) 0x0000B150) = 0; if (!ret) *arg2 = msg[4]; return ret; } int sceNet_lib_83FE280A (int arg1, int arg2){ int ...
0xb15c077e
trunk/RE/PSP/pspnet.c
C
mit
5,840
.set noreorder #include "pspstub.s" STUB_START "ThreadManForKernel",0x00010011,0x00040005 STUB_FUNC 0xB7D098C6,sceKernelCreateMutex STUB_FUNC 0xB011B11F,sceKernelLockMutex STUB_FUNC 0x6B30100F,sceKernelUnlockMutex STUB_FUNC 0x0DDCD2C9,sceKernelTryLockMutex STUB_END STUB_START "sceWmd_driver",...
0xb15c077e
trunk/RE/PSP/me_wrapper.imports.S
Motorola 68K Assembly
mit
1,585
TARGET = g729 OBJS = g729.o g729.imports.o BUILD_PRX = 1 PRX_EXPORTS = g729.exports.exp INCDIR = CFLAGS = -O2 -G0 -Wall -std=c99 ASFLAGS = $(CFLAGS) USE_KERNEL_LIBC = 1 USE_KERNEL_LIBS = 1 LIBDIR = LDFLAGS = -mno-crt0 -nostartfiles LIBS = -nodefaultlibs -nostdlib PSPSDK=$(shell psp-config --pspsdk-path) include $...
0xb15c077e
trunk/RE/PSP/g729.mak
Makefile
mit
370
#ifndef __CTRL_H #define __CTRL_H /* * Exports from library: syslib */ void module_start (void); void module_reboot_before (void); /* * Exports from library: sceCtrl */ void sceCtrlGetSamplingCycle (void); void sceCtrlReadLatch (void); void sceCtrlSetSamplingMode (void); void sceCtrlReadBufferPosit...
0xb15c077e
trunk/RE/PSP/ctrl.h
C
mit
1,958
#ifndef __USBACC_H #define __USBACC_H /* * Exports from library: syslib */ void module_start (void); void module_stop (void); /* * Exports from library: sceUsbAcc_internal */ void sceUsbAccGetInfo (void); void sceUsbAccUnregisterType (void); void sceUsbAcc_internal_2A100C1F (void); void sceUsbAccRe...
0xb15c077e
trunk/RE/PSP/usbacc.h
C
mit
635
#include <pspsdk.h> #include "500\dmacman.h" #define UNQUEUED_MASK 0x0001 #define TRANSFER_MASK 0x0002 #define SUCCED_MASK 0x0010 #define PENDING_MASK 0x0020 #define FINISHED_MASK 0x0040 #define USED_MASK 0x0070 #define ASSIGNED_MASK 0x0100 #define MALLOCED_MASK 0x1000 typedef struct { void* curr,//curr...
0xb15c077e
trunk/RE/PSP/dmacman.c
C
mit
18,722
#include <pspsdk.h> void sceSysreg_driver_26D97F66 (){ setReset (1, 1); } void sceSysreg_driver_36DA035E (){ setReset (2, 1); } void sceSysreg_driver_20C9E2C4 (){ setReset (0x04, 1); } void sceSysreg_driver_5F190A4E (){ setReset (0x04, 0); } void sceSysreg_driver_2CFF6043 (){ setReset (0x08, 1); }...
0xb15c077e
trunk/RE/PSP/lowio.c
C
mit
203,390
#include <pspsdk.h> #include "usbacc.h" void sceUsbAccGetAuthStat (){ intr = sceKernelCpuSuspendIntr (); if (*((unsigned char *) 0x00000D63))ret = sceUsbBus_driver_8A3EB5D2 ()?0:0x80243701; else ret = 0x80243007; sceKernelCpuResumeIntr (intr); } void sceUsbAccGetInfo (int arg1){ var1 = 0; if (!*(...
0xb15c077e
trunk/RE/PSP/usbacc.c
C
mit
11,511
#include <pspsdk.h> #include "avcodec.h" int sceAudiocodecCheckNeedMem (int arg1, int arg2){ if (!((0x220202 >> ((arg1 >> 27) & 0x1F)) & 1))return 0x807F0002; if ((((arg2 + 0xFFFFF000) >= 0x6)))return 0x80000004; _k1 = k1; k1 = k1 >> 16; if (((((arg1 + 0x68) | arg1) & -(k1&0x18)) < 0))return; arg1[0] = ...
0xb15c077e
trunk/RE/PSP/avcodec.c
C
mit
37,061
#ifndef __AVCODEC_H #define __AVCODEC_H /* * Exports from library: syslib */ void module_start (void); void module_stop (void); /* * Exports from library: sceAvcodec_driver */ void sceAvcodecStartEntry (void); void sceAvcodecEndEntry (void); /* * Exports from library: sceVideocodec */ void sc...
0xb15c077e
trunk/RE/PSP/avcodec.h
C
mit
2,399
/* */ #include <pspkernel.h> #include <string.h> /*error*/ #define ERROR(mod,errno) ((1<<31)|(mod<<16)|errno) #define MOD_G729 0x68 #define ERROR_G729 ERROR(MOD_G729,0)//0x80680000 #define ERROR_G729_BADARG ERROR(MOD_G729,1)//0x80680001 #define ERROR_G729_NOTREADY ERROR(MOD_G729,2)//0x80680002 #defin...
0xb15c077e
trunk/RE/PSP/g729.c
C
mit
9,676
# Utopia ME Wrapper Module 5.00 clone # Copyright (c) 2011 by Musa Mitchell <mowglisanu@gmain.com> #include <machine/regdef.h> #define Status $12 #define Cause $13 #define Config $16 #define TagLo $28 #define TagHi $29 .global me_boot_code_end .global me_boot_code .global decompressAndRunMeImage .set...
0xb15c077e
trunk/RE/PSP/me_wrapper.boot.S
Motorola 68K Assembly
mit
3,016
#ifndef __DMACMAN_H #define __DMACMAN_H /* * Exports from library: syslib */ void module_bootstart (void); void module_start (void); void module_reboot_before (void); /* * Exports from library: DmacManForKernel */ void sceKernelDmaExit (void); void DmacManForKernel_1FC036B7 (void); void sceKernelDm...
0xb15c077e
trunk/RE/PSP/dmacman.h
C
mit
1,076
#include <pspsdk.h> #include "libmp3.h" /* * Imports from library: Kernel_Library */ extern int sceKernelCpuSuspendIntr (int arg1, int arg2, int arg3, int arg4, int arg5, int arg6, int arg7); extern void sceKernelCpuResumeIntr (int arg1); /* * Imports from library: sceAudiocodec */ extern int sceAudio...
0xb15c077e
trunk/RE/PSP/libmp3.c
C
mit
34,876
/* * Utopia ME Wrapper Module 5.00 clone * Copyright (c) 2011 by Musa Mitchell <mowglisanu@gmain.com> */ /* Tested: MP4 video PMF video UMD audio/video mp3/aac/wma/at3/at3+ standby/resume/poweroff */ #include <pspkernel.h> #include <pspctrl.h> #include <pspsysevent.h> #include <pspsysmem_kernel.h> #include <st...
0xb15c077e
trunk/RE/PSP/me_wrapper.c
C
mit
30,805
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/Memory.h
C++
gpl3
1,623
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/MBC.h
C++
gpl3
1,688
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/Sound.cpp
C++
gpl3
2,501
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/Registers.cpp
C++
gpl3
5,732
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/CPU.cpp
C++
gpl3
37,611
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/Settings.h
C++
gpl3
1,462
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/GBException.cpp
C++
gpl3
1,360
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/Instructions.h
C++
gpl3
2,823
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/Video.cpp
C++
gpl3
7,341
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/Video.h
C++
gpl3
1,611
// Simplified Nintendo Game Boy PAPU sound chip emulator // Gb_Snd_Emu 0.1.4. Copyright (C) 2003-2005 Shay Green. GNU LGPL license. #ifndef BASIC_GB_APU_H #define BASIC_GB_APU_H #include "gb_apu/Gb_Apu.h" #include "gb_apu/Multi_Buffer.h" class Basic_Gb_Apu { public: Basic_Gb_Apu(); ~Basic_Gb_Apu(); // Set out...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/Basic_Gb_Apu.h
C++
gpl3
1,051
// Gb_Snd_Emu 0.1.4. http://www.slack.net/~ant/libs/ #include "Wave_Writer.h" #include <assert.h> #include <stdlib.h> /* Copyright (C) 2003-2005 by Shay Green. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal i...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/Wave_Writer.cpp
C++
gpl3
3,941
// Private oscillators used by Gb_Apu // Gb_Snd_Emu 0.1.4. Copyright (C) 2003-2005 Shay Green. GNU LGPL license. #ifndef GB_OSCS_H #define GB_OSCS_H #include "Blip_Buffer.h" enum { gb_apu_max_vol = 7 }; struct Gb_Osc { Blip_Buffer* outputs [4]; // NULL, right, left, center Blip_Buffer* output; int output_selec...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/gb_apu/Gb_Oscs.h
C
gpl3
1,795
// Nintendo Game Boy PAPU sound chip emulator // Gb_Snd_Emu 0.1.4. Copyright (C) 2003-2005 Shay Green. GNU LGPL license. #ifndef GB_APU_H #define GB_APU_H typedef long gb_time_t; // clock cycle count typedef unsigned gb_addr_t; // 16-bit address #include "Gb_Oscs.h" class Gb_Apu { public: Gb_Apu(); ~Gb_Apu(...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/gb_apu/Gb_Apu.h
C++
gpl3
2,450
// Blip_Buffer 0.3.4. http://www.slack.net/~ant/libs/ #include "Multi_Buffer.h" /* Copyright (C) 2003-2005 Shay Green. This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of th...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/gb_apu/Multi_Buffer.cpp
C++
gpl3
4,590
// Multi-channel sound buffer interface, and basic mono and stereo buffers // Blip_Buffer 0.3.4. Copyright (C) 2003-2005 Shay Green. GNU LGPL license. #ifndef MULTI_BUFFER_H #define MULTI_BUFFER_H #include "Blip_Buffer.h" // Interface to one or more Blip_Buffers mapped to one or more channels // consisting of left...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/gb_apu/Multi_Buffer.h
C++
gpl3
5,017
// Sets up common environment for Shay Green's libraries. // // Don't modify this file directly; #define HAVE_CONFIG_H and put your // configuration into "config.h". // Copyright (C) 2004-2005 Shay Green. #ifndef BLARGG_COMMON_H #define BLARGG_COMMON_H // Allow prefix configuration file *which can re-include blargg...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/gb_apu/blargg_common.h
C
gpl3
4,052
// Blip_Buffer 0.3.4. http://www.slack.net/~ant/libs/ #include "Blip_Buffer.h" #include <string.h> #include <stddef.h> #include <math.h> /* Copyright (C) 2003-2005 Shay Green. This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/gb_apu/Blip_Buffer.cpp
C++
gpl3
11,198
// Gb_Snd_Emu 0.1.4. http://www.slack.net/~ant/libs/ #include "Gb_Apu.h" #include <string.h> /* Copyright (C) 2003-2005 Shay Green. This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ver...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/gb_apu/Gb_Oscs.cpp
C++
gpl3
8,971
// Buffer of sound samples into which band-limited waveforms can be synthesized // using Blip_Wave or Blip_Synth. // Blip_Buffer 0.3.4. Copyright (C) 2003-2005 Shay Green. GNU LGPL license. #ifndef BLIP_BUFFER_H #define BLIP_BUFFER_H #include "blargg_common.h" class Blip_Reader; // Source time unit. typedef long ...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/gb_apu/Blip_Buffer.h
C++
gpl3
6,982
// By default, #included at beginning of library source files // Copyright (C) 2005 Shay Green. #ifndef BLARGG_SOURCE_H #define BLARGG_SOURCE_H // If debugging is enabled, abort program if expr is false. Meant for checking // internal state and consistency. A failed assertion indicates a bug in the module. // void ...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/gb_apu/blargg_source.h
C++
gpl3
2,062
// Gb_Snd_Emu 0.1.4. http://www.slack.net/~ant/libs/ #include "Gb_Apu.h" #include <string.h> /* Copyright (C) 2003-2005 Shay Green. This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either ver...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/gb_apu/Gb_Apu.cpp
C++
gpl3
5,890
// Blip_Synth and Blip_Wave are waveform transition synthesizers for adding // waveforms to a Blip_Buffer. // Blip_Buffer 0.3.4. Copyright (C) 2003-2005 Shay Green. GNU LGPL license. #ifndef BLIP_SYNTH_H #define BLIP_SYNTH_H #ifndef BLIP_BUFFER_H #include "Blip_Buffer.h" #endif // Quality level. Higher levels are...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/gb_apu/Blip_Synth.h
C++
gpl3
7,041
// Gb_Snd_Emu 0.1.4. http://www.slack.net/~ant/libs/ #include "Basic_Gb_Apu.h" /* Copyright (C) 2003-2005 Shay Green. This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/Basic_Gb_Apu.cpp
C++
gpl3
1,833
// Use Basic_Gb_Apu to play random tones. Writes output to sound file "out.wav". #include "Basic_Gb_Apu.h" #include "Wave_Writer.h" #include <stdlib.h> static Basic_Gb_Apu apu; // "emulate" 1/60 second of sound static void emulate_frame() { static int delay; if ( --delay <= 0 ) { delay = 12; // Start a n...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/demo.cpp
C++
gpl3
1,555
// Gb_Snd_Emu 0.1.4. http://www.slack.net/~ant/ #include "Sound_Queue.h" #include <assert.h> #include <string.h> /* Copyright (C) 2005 by Shay Green. Permission is hereby granted, free of charge, to any person obtaining a copy of this software module and associated documentation files (the "Software"), to deal in t...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/Sound_Queue.cpp
C++
gpl3
3,698
// WAVE sound file writer for recording 16-bit output during program development // Copyright (C) 2003-2004 Shay Green. MIT license. #ifndef WAVE_WRITER_HPP #define WAVE_WRITER_HPP #include <stddef.h> #include <stdio.h> class Wave_Writer { public: typedef short sample_t; // Create sound file with given sample ...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/Wave_Writer.h
C++
gpl3
1,482
// Simple sound queue for synchronous sound handling in SDL // Copyright (C) 2005 Shay Green. MIT license. #ifndef SOUND_QUEUE_H #define SOUND_QUEUE_H #include "SDL.h" // Simple SDL sound wrapper that has a synchronous interface class Sound_Queue { public: Sound_Queue(); ~Sound_Queue(); // Initialize with spe...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/Sound_Queue.h
C++
gpl3
1,237
// Use Sound_Queue to play APU sound using SDL #include "Basic_Gb_Apu.h" #include "Sound_Queue.h" #include "SDL.h" #include <stdlib.h> static Basic_Gb_Apu apu; // "emulate" 1/60 second of sound static void emulate_frame() { static int delay; if ( --delay <= 0 ) { delay = 12; // Start a new random tone ...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/demo_sdl.cpp
C++
gpl3
1,759
// Boost substitute. For full boost library see http://boost.org #ifndef BOOST_CSTDINT_HPP #define BOOST_CSTDINT_HPP #if BLARGG_USE_NAMESPACE #include <climits> #else #include <limits.h> #endif BLARGG_BEGIN_NAMESPACE( boost ) #if UCHAR_MAX != 0xFF || SCHAR_MAX != 0x7F # error "No suitable 8-bit type available"...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/boost/cstdint.hpp
C++
gpl3
826
// Boost substitute. For full boost library see http://boost.org #ifndef BOOST_STATIC_ASSERT_HPP #define BOOST_STATIC_ASSERT_HPP #if defined (_MSC_VER) && _MSC_VER <= 1200 // MSVC6 can't handle the ##line concatenation #define BOOST_STATIC_ASSERT( expr ) struct { int n [1 / ((expr) ? 1 : 0)]; } #else #define BOO...
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/boost/static_assert.hpp
C++
gpl3
594
// Boost substitute. For full boost library see http://boost.org #ifndef BOOST_CONFIG_HPP #define BOOST_CONFIG_HPP #define BOOST_MINIMAL 1 #define BLARGG_BEGIN_NAMESPACE( name ) #define BLARGG_END_NAMESPACE #endif
08erikal-gbpaclone
src/Gb_Snd_Emu-0.1.4/boost/config.hpp
C++
gpl3
220
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/Log.h
C++
gpl3
1,451
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/Cartridge.h
C++
gpl3
1,709
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hop...
08erikal-gbpaclone
src/Memory.cpp
C++
gpl3
3,798
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/GUI/MainApp.h
C++
gpl3
1,515
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that i...
08erikal-gbpaclone
src/GUI/SettingsDialog.cpp
C++
gpl3
13,944
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/GUI/SettingsDialog.h
C++
gpl3
1,396
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/GUI/InputTextCtrl.cpp
C++
gpl3
12,247
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/GUI/MainPanel.cpp
C++
gpl3
3,848
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that i...
08erikal-gbpaclone
src/GUI/MainFrame.cpp
C++
gpl3
14,859
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/GUI/IDControls.h
C
gpl3
1,741
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/GUI/MainFrame.h
C++
gpl3
2,992
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/GUI/MainApp.cpp
C++
gpl3
3,071
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that i...
08erikal-gbpaclone
src/GUI/AboutDialog.cpp
C++
gpl3
3,751
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/GUI/AboutDialog.h
C++
gpl3
803
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/GUI/MainPanel.h
C++
gpl3
1,871
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/GUI/InputTextCtrl.h
C++
gpl3
1,125
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/Sound.h
C++
gpl3
1,468
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/CPU.h
C++
gpl3
1,825
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/GBException.h
C++
gpl3
1,182
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/Registers.h
C++
gpl3
4,666
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/Cartridge.cpp
C++
gpl3
4,852
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/Settings.cpp
C++
gpl3
2,196
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/MBC.cpp
C++
gpl3
12,287
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/Pad.cpp
C++
gpl3
1,848
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/Log.cpp
C++
gpl3
2,070
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/Def.h
C
gpl3
2,613
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the hope that...
08erikal-gbpaclone
src/IGBScreenDrawable.h
C++
gpl3
950
/* This file is part of gbpablog. gbpablog is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. gbpablog is distributed in the h...
08erikal-gbpaclone
src/Pad.h
C
gpl3
946
<!doctype html> <!--[if lt IE 7 ]><html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]><html lang="en" class="no-js ie7"> <![endif]--> <!--[if IE 8 ]><html lang="en" class="no-js ie8"> <![endif]--> <!--[if IE 9 ]><html lang="en" class="no-js ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><html lang="en" cla...
048doutoraretina
trunk/shortcodes-media.html
HTML
oos
30,116
<!doctype html> <!--[if lt IE 7 ]><html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]><html lang="en" class="no-js ie7"> <![endif]--> <!--[if IE 8 ]><html lang="en" class="no-js ie8"> <![endif]--> <!--[if IE 9 ]><html lang="en" class="no-js ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><html lang="en" cla...
048doutoraretina
trunk/blog-sidebar-left.html
HTML
oos
38,834
<!doctype html> <!--[if lt IE 7 ]><html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]><html lang="en" class="no-js ie7"> <![endif]--> <!--[if IE 8 ]><html lang="en" class="no-js ie8"> <![endif]--> <!--[if IE 9 ]><html lang="en" class="no-js ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><html lang="en...
048doutoraretina
trunk/blog.php
Hack
oos
37,705
/* CUSTOM STYLESHEET --------------------- Instructions: Add your custom styles here instead of style.css so it is easier to update the theme. Simply copy an existing style from style.css to this file, and modify it to your liking. */
048doutoraretina
trunk/custom.css
CSS
oos
242
<!doctype html> <!--[if lt IE 7 ]><html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]><html lang="en" class="no-js ie7"> <![endif]--> <!--[if IE 8 ]><html lang="en" class="no-js ie8"> <![endif]--> <!--[if IE 9 ]><html lang="en" class="no-js ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><html lang="en" cla...
048doutoraretina
trunk/offers-list-left.html
HTML
oos
39,276
<!doctype html> <!--[if lt IE 7 ]><html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]><html lang="en" class="no-js ie7"> <![endif]--> <!--[if IE 8 ]><html lang="en" class="no-js ie8"> <![endif]--> <!--[if IE 9 ]><html lang="en" class="no-js ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><html lang="en" cla...
048doutoraretina
trunk/special-offers.html
HTML
oos
40,906
<!doctype html> <!--[if lt IE 7 ]><html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]><html lang="en" class="no-js ie7"> <![endif]--> <!--[if IE 8 ]><html lang="en" class="no-js ie8"> <![endif]--> <!--[if IE 9 ]><html lang="en" class="no-js ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><html lang="en" cla...
048doutoraretina
trunk/page-pricing.html
HTML
oos
25,498
<!doctype html> <!--[if lt IE 7 ]><html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]><html lang="en" class="no-js ie7"> <![endif]--> <!--[if IE 8 ]><html lang="en" class="no-js ie8"> <![endif]--> <!--[if IE 9 ]><html lang="en" class="no-js ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><html lang="en...
048doutoraretina
trunk/index.html
HTML
oos
27,933
/** * jquery.slider - Slider ui control in jQuery * * Written by * Egor Khmelev (hmelyoff@gmail.com) * * @author Egor Khmelev * @version 1.1.0-RELEASE ($Id$) * * Dependencies: * * jQuery (http://jquery.com) * jshashtable http://www.timdown.co.uk/jshashtable * jquery.numberformatter (http://code.google.c...
048doutoraretina
trunk/js/jquery.slider.bundle.js
JavaScript
oos
58,158
var $ = jQuery; // Topmenu <ul> replace to <select> function responsive(mainNavigation) { var $ = jQuery; var screenRes = $('.body_wrap').width(); if (screenRes < 700) { //jQuery('ul.dropdown').css('display', 'none'); /* Replace unordered list with a "select" element to be populated with options, and ...
048doutoraretina
trunk/js/general.js
JavaScript
oos
10,772
/** * -------------------------------------------------------------------- * jQuery customInput plugin * Author: Maggie Costello Wachs maggie@filamentgroup.com, Scott Jehl, scott@filamentgroup.com * Copyright (c) 2009 Filament Group * licensed under MIT (filamentgroup.com/examples/mit-license.txt) * -------------...
048doutoraretina
trunk/js/jquery.customInput.js
JavaScript
oos
1,859
jQuery(document).ready(function(){ tfuse_custom_form(); tfuse_feedback_form(); }); function tfuse_custom_form(){ var my_error; var url = jQuery("input[name=temp_url]").attr('value'); jQuery("#send").bind("click", function(){ my_error = false; jQuery(".ajax_form input, .ajax_form te...
048doutoraretina
trunk/js/custom.js
JavaScript
oos
8,274
<!doctype html> <!--[if lt IE 7 ]><html lang="en" class="no-js ie6"> <![endif]--> <!--[if IE 7 ]><html lang="en" class="no-js ie7"> <![endif]--> <!--[if IE 8 ]><html lang="en" class="no-js ie8"> <![endif]--> <!--[if IE 9 ]><html lang="en" class="no-js ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><html lang="en" cla...
048doutoraretina
trunk/page-faq.html
HTML
oos
29,484