S JavaScriptem funguje tato webová stránka lépe.
Domů
Procházet
Nápověda
Přihlásit se
jrhoffa
/
nese
Sledovat
1
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Aktivita
Procházet zdrojové kódy
Prepare for v2
v2
Nathaniel Walizer
před 9 měsíci
rodič
51c4aeffd0
revize
d95fe6da06
61 změnil soubory
, kde provedl
2 přidání
a
2 odebrání
Rozdělené zobrazení
Diff Options
Zobrazit statistiky
Download Patch File
Stáhněte rozdílový soubor
+0
-1
blip-buf
+0
-1
e6502
+0
-0
v1/Makefile
+1
-0
v1/blip-buf
+1
-0
v1/e6502
+0
-0
v1/inc/win32/SDL2
+0
-0
v1/inc/win64/SDL2
+0
-0
v1/lib/win32/SDL2.dll
+0
-0
v1/lib/win64/SDL2.dll
+0
-0
v1/src/apu.c
+0
-0
v1/src/apu.h
+0
-0
v1/src/audio.c
+0
-0
v1/src/audio.h
+0
-0
v1/src/cart.c
+0
-0
v1/src/cart.h
+0
-0
v1/src/charbits.h
+0
-0
v1/src/compat.c
+0
-0
v1/src/compat.h
+0
-0
v1/src/compat_impl.h
+0
-0
v1/src/file.c
+0
-0
v1/src/file.h
+0
-0
v1/src/filemap.h
+0
-0
v1/src/ines.c
+0
-0
v1/src/ines.h
+0
-0
v1/src/ini.c
+0
-0
v1/src/ini.h
+0
-0
v1/src/input.c
+0
-0
v1/src/input.h
+0
-0
v1/src/linux/filemap.c
+0
-0
v1/src/map/cnrom.c
+0
-0
v1/src/map/map.h
+0
-0
v1/src/map/mmc1.c
+0
-0
v1/src/map/mmc3.c
+0
-0
v1/src/map/nrom.c
+0
-0
v1/src/map/uxrom.c
+0
-0
v1/src/mapper.c
+0
-0
v1/src/mapper.h
+0
-0
v1/src/menu.c
+0
-0
v1/src/menu.h
+0
-0
v1/src/nes.c
+0
-0
v1/src/nes.h
+0
-0
v1/src/nese.c
+0
-0
v1/src/overlay.c
+0
-0
v1/src/overlay.h
+0
-0
v1/src/ppu.c
+0
-0
v1/src/ppu.h
+0
-0
v1/src/render.h
+0
-0
v1/src/save.c
+0
-0
v1/src/save.h
+0
-0
v1/src/sdl_audio.c
+0
-0
v1/src/sdl_effect.c
+0
-0
v1/src/sdl_effect.h
+0
-0
v1/src/sdl_input.c
+0
-0
v1/src/sdl_overlay.c
+0
-0
v1/src/sdl_overlay.h
+0
-0
v1/src/sdl_render.c
+0
-0
v1/src/sdl_timer.c
+0
-0
v1/src/state.c
+0
-0
v1/src/state.h
+0
-0
v1/src/timer.h
+0
-0
v1/src/win/filemap.c
+ 0
- 1
blip-buf
Zobrazit soubor
@@ -1 +0,0 @@
../blip-buf
+ 0
- 1
e6502
Zobrazit soubor
@@ -1 +0,0 @@
../e6502/
Makefile → v1/Makefile
Zobrazit soubor
+ 1
- 0
v1/blip-buf
Zobrazit soubor
@@ -0,0 +1 @@
../../blip-buf
+ 1
- 0
v1/e6502
Zobrazit soubor
@@ -0,0 +1 @@
../../e6502
inc/win32/SDL2 → v1/inc/win32/SDL2
Zobrazit soubor
inc/win64/SDL2 → v1/inc/win64/SDL2
Zobrazit soubor
lib/win32/SDL2.dll → v1/lib/win32/SDL2.dll
Zobrazit soubor
lib/win64/SDL2.dll → v1/lib/win64/SDL2.dll
Zobrazit soubor
src/apu.c → v1/src/apu.c
Zobrazit soubor
src/apu.h → v1/src/apu.h
Zobrazit soubor
src/audio.c → v1/src/audio.c
Zobrazit soubor
src/audio.h → v1/src/audio.h
Zobrazit soubor
src/cart.c → v1/src/cart.c
Zobrazit soubor
src/cart.h → v1/src/cart.h
Zobrazit soubor
src/charbits.h → v1/src/charbits.h
Zobrazit soubor
src/compat.c → v1/src/compat.c
Zobrazit soubor
src/compat.h → v1/src/compat.h
Zobrazit soubor
src/compat_impl.h → v1/src/compat_impl.h
Zobrazit soubor
src/file.c → v1/src/file.c
Zobrazit soubor
src/file.h → v1/src/file.h
Zobrazit soubor
src/filemap.h → v1/src/filemap.h
Zobrazit soubor
src/ines.c → v1/src/ines.c
Zobrazit soubor
src/ines.h → v1/src/ines.h
Zobrazit soubor
src/ini.c → v1/src/ini.c
Zobrazit soubor
src/ini.h → v1/src/ini.h
Zobrazit soubor
src/input.c → v1/src/input.c
Zobrazit soubor
src/input.h → v1/src/input.h
Zobrazit soubor
src/linux/filemap.c → v1/src/linux/filemap.c
Zobrazit soubor
src/map/cnrom.c → v1/src/map/cnrom.c
Zobrazit soubor
src/map/map.h → v1/src/map/map.h
Zobrazit soubor
src/map/mmc1.c → v1/src/map/mmc1.c
Zobrazit soubor
src/map/mmc3.c → v1/src/map/mmc3.c
Zobrazit soubor
src/map/nrom.c → v1/src/map/nrom.c
Zobrazit soubor
src/map/uxrom.c → v1/src/map/uxrom.c
Zobrazit soubor
src/mapper.c → v1/src/mapper.c
Zobrazit soubor
src/mapper.h → v1/src/mapper.h
Zobrazit soubor
src/menu.c → v1/src/menu.c
Zobrazit soubor
src/menu.h → v1/src/menu.h
Zobrazit soubor
src/nes.c → v1/src/nes.c
Zobrazit soubor
src/nes.h → v1/src/nes.h
Zobrazit soubor
src/nese.c → v1/src/nese.c
Zobrazit soubor
src/overlay.c → v1/src/overlay.c
Zobrazit soubor
src/overlay.h → v1/src/overlay.h
Zobrazit soubor
src/ppu.c → v1/src/ppu.c
Zobrazit soubor
src/ppu.h → v1/src/ppu.h
Zobrazit soubor
src/render.h → v1/src/render.h
Zobrazit soubor
src/save.c → v1/src/save.c
Zobrazit soubor
src/save.h → v1/src/save.h
Zobrazit soubor
src/sdl_audio.c → v1/src/sdl_audio.c
Zobrazit soubor
src/sdl_effect.c → v1/src/sdl_effect.c
Zobrazit soubor
src/sdl_effect.h → v1/src/sdl_effect.h
Zobrazit soubor
src/sdl_input.c → v1/src/sdl_input.c
Zobrazit soubor
src/sdl_overlay.c → v1/src/sdl_overlay.c
Zobrazit soubor
src/sdl_overlay.h → v1/src/sdl_overlay.h
Zobrazit soubor
src/sdl_render.c → v1/src/sdl_render.c
Zobrazit soubor
src/sdl_timer.c → v1/src/sdl_timer.c
Zobrazit soubor
src/state.c → v1/src/state.c
Zobrazit soubor
src/state.h → v1/src/state.h
Zobrazit soubor
src/timer.h → v1/src/timer.h
Zobrazit soubor
src/win/filemap.c → v1/src/win/filemap.c
Zobrazit soubor
Zapsat
Náhled
Načítá se…
Zrušit
Uložit