dev_4VirtualNes #23
167
virtuanessrc097-master/.gitignore
vendored
Normal file
167
virtuanessrc097-master/.gitignore
vendored
Normal file
@ -0,0 +1,167 @@
|
||||
VirtuaNES.exe
|
||||
VirtuaNES.ini
|
||||
|
||||
#################
|
||||
## Eclipse
|
||||
#################
|
||||
.vs/
|
||||
debug/
|
||||
*.pydevproject
|
||||
.project
|
||||
.metadata
|
||||
bin/
|
||||
tmp/
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.classpath
|
||||
.settings/
|
||||
.loadpath
|
||||
|
||||
# External tool builders
|
||||
.externalToolBuilders/
|
||||
|
||||
# Locally stored "Eclipse launch configurations"
|
||||
*.launch
|
||||
|
||||
# CDT-specific
|
||||
.cproject
|
||||
|
||||
# PDT-specific
|
||||
.buildpath
|
||||
|
||||
|
||||
#################
|
||||
## Visual Studio
|
||||
#################
|
||||
|
||||
## Ignore Visual Studio temporary files, build results, and
|
||||
## files generated by popular Visual Studio add-ons.
|
||||
|
||||
# User-specific files
|
||||
*.suo
|
||||
*.user
|
||||
*.sln.docstates
|
||||
|
||||
# Build results
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
*_i.c
|
||||
*_p.c
|
||||
*.ilk
|
||||
*.meta
|
||||
*.obj
|
||||
*.pch
|
||||
*.pdb
|
||||
*.pgc
|
||||
*.pgd
|
||||
*.rsp
|
||||
*.sbr
|
||||
*.tlb
|
||||
*.tli
|
||||
*.tlh
|
||||
*.tmp
|
||||
*.vspscc
|
||||
.builds
|
||||
*.dotCover
|
||||
|
||||
## TODO: If you have NuGet Package Restore enabled, uncomment this
|
||||
#packages/
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
|
||||
# Visual Studio profiler
|
||||
*.psess
|
||||
*.vsp
|
||||
|
||||
# ReSharper is a .NET coding add-in
|
||||
_ReSharper*
|
||||
|
||||
# Installshield output folder
|
||||
[Ee]xpress
|
||||
|
||||
# DocProject is a documentation generator add-in
|
||||
DocProject/buildhelp/
|
||||
DocProject/Help/*.HxT
|
||||
DocProject/Help/*.HxC
|
||||
DocProject/Help/*.hhc
|
||||
DocProject/Help/*.hhk
|
||||
DocProject/Help/*.hhp
|
||||
DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish
|
||||
|
||||
# Others
|
||||
[Bb]in
|
||||
[Oo]bj
|
||||
sql
|
||||
TestResults
|
||||
*.Cache
|
||||
ClientBin
|
||||
stylecop.*
|
||||
~$*
|
||||
*.dbmdl
|
||||
Generated_Code #added for RIA/Silverlight projects
|
||||
|
||||
# Backup & report files from converting an old project file to a newer
|
||||
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
||||
_UpgradeReport_Files/
|
||||
Backup*/
|
||||
UpgradeLog*.XML
|
||||
|
||||
|
||||
|
||||
############
|
||||
## Windows
|
||||
############
|
||||
|
||||
# Windows image file caches
|
||||
Thumbs.db
|
||||
|
||||
# Folder config file
|
||||
Desktop.ini
|
||||
|
||||
|
||||
#############
|
||||
## Python
|
||||
#############
|
||||
|
||||
*.py[co]
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
eggs
|
||||
parts
|
||||
bin
|
||||
var
|
||||
sdist
|
||||
develop-eggs
|
||||
.installed.cfg
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
|
||||
#Translations
|
||||
*.mo
|
||||
|
||||
#Mr Developer
|
||||
.mr.developer.cfg
|
||||
|
||||
# Mac crap
|
||||
.DS_Store
|
BIN
virtuanessrc097-master/AboutDlg.cpp
Normal file
BIN
virtuanessrc097-master/AboutDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/AboutDlg.h
Normal file
BIN
virtuanessrc097-master/AboutDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/App.cpp
Normal file
BIN
virtuanessrc097-master/App.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/App.h
Normal file
BIN
virtuanessrc097-master/App.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/Archive.cpp
Normal file
BIN
virtuanessrc097-master/Archive.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/Archive.h
Normal file
BIN
virtuanessrc097-master/Archive.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/AviConvDlg.cpp
Normal file
BIN
virtuanessrc097-master/AviConvDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/AviConvDlg.h
Normal file
BIN
virtuanessrc097-master/AviConvDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/AviWriter.cpp
Normal file
BIN
virtuanessrc097-master/AviWriter.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/AviWriter.h
Normal file
BIN
virtuanessrc097-master/AviWriter.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/CHyperLink.h
Normal file
BIN
virtuanessrc097-master/CHyperLink.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/ChatDlg.cpp
Normal file
BIN
virtuanessrc097-master/ChatDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/ChatDlg.h
Normal file
BIN
virtuanessrc097-master/ChatDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/CheatDlg.cpp
Normal file
BIN
virtuanessrc097-master/CheatDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/CheatDlg.h
Normal file
BIN
virtuanessrc097-master/CheatDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/Com.cpp
Normal file
BIN
virtuanessrc097-master/Com.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/Com.h
Normal file
BIN
virtuanessrc097-master/Com.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/Config.cpp
Normal file
BIN
virtuanessrc097-master/Config.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/Config.h
Normal file
BIN
virtuanessrc097-master/Config.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/ControllerDlg.cpp
Normal file
BIN
virtuanessrc097-master/ControllerDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/ControllerDlg.h
Normal file
BIN
virtuanessrc097-master/ControllerDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/Crclib.cpp
Normal file
BIN
virtuanessrc097-master/Crclib.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/Crclib.h
Normal file
BIN
virtuanessrc097-master/Crclib.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DatachBarcodeDlg.cpp
Normal file
BIN
virtuanessrc097-master/DatachBarcodeDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DatachBarcodeDlg.h
Normal file
BIN
virtuanessrc097-master/DatachBarcodeDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DebugOut.cpp
Normal file
BIN
virtuanessrc097-master/DebugOut.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DebugOut.h
Normal file
BIN
virtuanessrc097-master/DebugOut.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DipSwitchDlg.cpp
Normal file
BIN
virtuanessrc097-master/DipSwitchDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DipSwitchDlg.h
Normal file
BIN
virtuanessrc097-master/DipSwitchDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DirectDraw.cpp
Normal file
BIN
virtuanessrc097-master/DirectDraw.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DirectDraw.h
Normal file
BIN
virtuanessrc097-master/DirectDraw.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DirectInput.cpp
Normal file
BIN
virtuanessrc097-master/DirectInput.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DirectInput.h
Normal file
BIN
virtuanessrc097-master/DirectInput.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DirectSound.cpp
Normal file
BIN
virtuanessrc097-master/DirectSound.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/DirectSound.h
Normal file
BIN
virtuanessrc097-master/DirectSound.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/Doc/Copying.txt
Normal file
BIN
virtuanessrc097-master/Doc/Copying.txt
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/Doc/ReadmeSrc.txt
Normal file
BIN
virtuanessrc097-master/Doc/ReadmeSrc.txt
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/EmuThread.cpp
Normal file
BIN
virtuanessrc097-master/EmuThread.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/EmuThread.h
Normal file
BIN
virtuanessrc097-master/EmuThread.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/EmulatorDlg.cpp
Normal file
BIN
virtuanessrc097-master/EmulatorDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/EmulatorDlg.h
Normal file
BIN
virtuanessrc097-master/EmulatorDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/English.vlp
Normal file
BIN
virtuanessrc097-master/English.vlp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/ExtSoundFile.h
Normal file
BIN
virtuanessrc097-master/ExtSoundFile.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/FolderDlg.cpp
Normal file
BIN
virtuanessrc097-master/FolderDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/FolderDlg.h
Normal file
BIN
virtuanessrc097-master/FolderDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/GameOptionDlg.cpp
Normal file
BIN
virtuanessrc097-master/GameOptionDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/GameOptionDlg.h
Normal file
BIN
virtuanessrc097-master/GameOptionDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/GraphicsDlg.cpp
Normal file
BIN
virtuanessrc097-master/GraphicsDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/GraphicsDlg.h
Normal file
BIN
virtuanessrc097-master/GraphicsDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/JoyAxisDlg.cpp
Normal file
BIN
virtuanessrc097-master/JoyAxisDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/JoyAxisDlg.h
Normal file
BIN
virtuanessrc097-master/JoyAxisDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/LanguageDlg.cpp
Normal file
BIN
virtuanessrc097-master/LanguageDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/LanguageDlg.h
Normal file
BIN
virtuanessrc097-master/LanguageDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/LauncherDlg.cpp
Normal file
BIN
virtuanessrc097-master/LauncherDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/LauncherDlg.h
Normal file
BIN
virtuanessrc097-master/LauncherDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/MMTimer.cpp
Normal file
BIN
virtuanessrc097-master/MMTimer.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/MMTimer.h
Normal file
BIN
virtuanessrc097-master/MMTimer.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/Macro.h
Normal file
BIN
virtuanessrc097-master/Macro.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/MainFrame.cpp
Normal file
BIN
virtuanessrc097-master/MainFrame.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/MainFrame.h
Normal file
BIN
virtuanessrc097-master/MainFrame.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/MemoryView.cpp
Normal file
BIN
virtuanessrc097-master/MemoryView.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/MemoryView.h
Normal file
BIN
virtuanessrc097-master/MemoryView.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/MovieDlg.cpp
Normal file
BIN
virtuanessrc097-master/MovieDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/MovieDlg.h
Normal file
BIN
virtuanessrc097-master/MovieDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/MovieInfoDlg.cpp
Normal file
BIN
virtuanessrc097-master/MovieInfoDlg.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/MovieInfoDlg.h
Normal file
BIN
virtuanessrc097-master/MovieInfoDlg.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/APU.cpp
Normal file
BIN
virtuanessrc097-master/NES/APU.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/APU.h
Normal file
BIN
virtuanessrc097-master/NES/APU.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_FDS.cpp
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_FDS.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_FDS.h
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_FDS.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_FME7.cpp
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_FME7.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_FME7.h
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_FME7.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_INTERFACE.h
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_INTERFACE.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_INTERNAL.cpp
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_INTERNAL.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_INTERNAL.h
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_INTERNAL.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_MMC5.cpp
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_MMC5.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_MMC5.h
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_MMC5.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_N106.cpp
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_N106.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_N106.h
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_N106.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_VRC6.cpp
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_VRC6.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_VRC6.h
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_VRC6.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_VRC7.cpp
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_VRC7.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/APU_VRC7.h
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/APU_VRC7.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/emu2413/2413tone.h
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/emu2413/2413tone.h
Normal file
Binary file not shown.
1545
virtuanessrc097-master/NES/ApuEX/emu2413/emu2413.c
Normal file
1545
virtuanessrc097-master/NES/ApuEX/emu2413/emu2413.c
Normal file
File diff suppressed because it is too large
Load Diff
BIN
virtuanessrc097-master/NES/ApuEX/emu2413/emu2413.h
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/emu2413/emu2413.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/ApuEX/emu2413/vrc7tone.h
Normal file
BIN
virtuanessrc097-master/NES/ApuEX/emu2413/vrc7tone.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/CPU.h
Normal file
BIN
virtuanessrc097-master/NES/CPU.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/Cheat.h
Normal file
BIN
virtuanessrc097-master/NES/Cheat.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/Cpu.cpp
Normal file
BIN
virtuanessrc097-master/NES/Cpu.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/IPS.cpp
Normal file
BIN
virtuanessrc097-master/NES/IPS.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/IPS.h
Normal file
BIN
virtuanessrc097-master/NES/IPS.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/MMU.cpp
Normal file
BIN
virtuanessrc097-master/NES/MMU.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/MMU.h
Normal file
BIN
virtuanessrc097-master/NES/MMU.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/Mapper/EEPROM.h
Normal file
BIN
virtuanessrc097-master/NES/Mapper/EEPROM.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/Mapper/Mapper.cpp
Normal file
BIN
virtuanessrc097-master/NES/Mapper/Mapper.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/Mapper/Mapper.h
Normal file
BIN
virtuanessrc097-master/NES/Mapper/Mapper.h
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/Mapper/Mapper000.cpp
Normal file
BIN
virtuanessrc097-master/NES/Mapper/Mapper000.cpp
Normal file
Binary file not shown.
BIN
virtuanessrc097-master/NES/Mapper/Mapper000.h
Normal file
BIN
virtuanessrc097-master/NES/Mapper/Mapper000.h
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user