├── .gitignore ├── ABOUT-NLS ├── AUTHORS ├── COPYING ├── ChangeLog ├── Documentation ├── apple2.html ├── apple2.php ├── bwolf0.png ├── bwolf1.png ├── cdplay.html ├── cdplay.php ├── cheat.html ├── cheats.txt ├── debugger.html ├── docgen.inc ├── fname_format.txt ├── gb.html ├── gb.php ├── gba.html ├── gba.php ├── generate.sh ├── gg.html ├── gg.php ├── headerbg.png ├── lynx.html ├── lynx.php ├── md.html ├── md.php ├── mednafen.css ├── mednafen.html ├── mednafen.php ├── mednafen.png ├── modules.def ├── nes.html ├── nes.php ├── netplay.html ├── netplay.php ├── ngp.html ├── ngp.php ├── pce.html ├── pce.php ├── pce_fast.html ├── pce_fast.php ├── pcfx.html ├── pcfx.php ├── psx.html ├── psx.php ├── sapphire0.png ├── sapphire1.png ├── sasplay.html ├── sasplay.php ├── settings.def ├── sms.html ├── sms.php ├── snes.html ├── snes.php ├── snes_faust.html ├── snes_faust.php ├── ss.html ├── ss.php ├── ssfplay.html ├── ssfplay.php ├── vb.html ├── vb.php ├── wswan.html └── wswan.php ├── INSTALL ├── Makefile.am ├── Makefile.in ├── NEWS ├── README ├── README.DOS ├── README.MSWIN ├── README.PORTING ├── TODO ├── acinclude.m4 ├── aclocal.m4 ├── autogen.sh ├── compile ├── config.guess ├── config.rpath ├── config.sub ├── configure ├── configure.ac ├── depcomp ├── include ├── config.h.in ├── mednafen ├── minilzo_external │ └── minilzo.h ├── minilzo_internal │ └── minilzo.h ├── trio_external │ ├── trio.h │ ├── triodef.h │ ├── trionan.h │ ├── triop.h │ └── triostr.h └── zstd_external │ └── zstd.h ├── install-sh ├── intl ├── ChangeLog ├── Makefile.in ├── VERSION.txt ├── bindtextdom.c ├── config.charset ├── dcgettext.c ├── dcigettext.c ├── dcngettext.c ├── dgettext.c ├── dngettext.c ├── eval-plural.h ├── explodename.c ├── export.h ├── finddomain.c ├── gettext.c ├── gettextP.h ├── gmo.h ├── hash-string.c ├── hash-string.h ├── intl-compat.c ├── intl-exports.c ├── l10nflist.c ├── langprefs.c ├── libgnuintl.h.in ├── libintl.rc ├── loadinfo.h ├── loadmsgcat.c ├── localcharset.c ├── localcharset.h ├── locale.alias ├── localealias.c ├── localename.c ├── lock.c ├── lock.h ├── log.c ├── ngettext.c ├── os2compat.c ├── os2compat.h ├── osdep.c ├── plural-exp.c ├── plural-exp.h ├── plural.c ├── plural.y ├── printf-args.c ├── printf-args.h ├── printf-parse.c ├── printf-parse.h ├── printf.c ├── ref-add.sin ├── ref-del.sin ├── relocatable.c ├── relocatable.h ├── setlocale.c ├── textdomain.c ├── threadlib.c ├── tsearch.c ├── tsearch.h ├── vasnprintf.c ├── vasnprintf.h ├── vasnwprintf.h ├── version.c ├── wprintf-parse.h └── xsize.h ├── m4 ├── ChangeLog ├── ax_append_compile_flags.m4 ├── ax_append_flag.m4 ├── ax_append_link_flags.m4 ├── ax_check_compile_flag.m4 ├── ax_check_link_flag.m4 ├── ax_require_defined.m4 ├── codeset.m4 ├── fcntl-o.m4 ├── gettext.m4 ├── glibc2.m4 ├── glibc21.m4 ├── iconv.m4 ├── intdiv0.m4 ├── intl.m4 ├── intldir.m4 ├── intlmacosx.m4 ├── intmax.m4 ├── inttypes-h.m4 ├── inttypes-pri.m4 ├── inttypes_h.m4 ├── lcmessage.m4 ├── lib-ld.m4 ├── lib-link.m4 ├── lib-prefix.m4 ├── lock.m4 ├── longdouble.m4 ├── longlong.m4 ├── nls.m4 ├── po.m4 ├── printf-posix.m4 ├── progtest.m4 ├── sdl2.m4 ├── signed.m4 ├── size_max.m4 ├── stdint_h.m4 ├── threadlib.m4 ├── uintmax_t.m4 ├── ulonglong.m4 ├── visibility.m4 ├── wchar_t.m4 ├── wint_t.m4 └── xsize.m4 ├── missing ├── mkinstalldirs ├── mswin ├── SDL-2.0.8-11835-win9x.patch ├── SDL2-2.28.5-altgr-grab.patch ├── SDL2-2.28.5-win2000.patch ├── build-mednafen-win9x.sh ├── build-mednafen.sh ├── build-toolchain-win9x.sh ├── build-toolchain.sh ├── flac-1.3.2-win9x.patch ├── gcc-4.9.4-mingw-w64-noforcepic-smalljmptab.patch ├── gcc-4.9.4-win9x.patch ├── mingw-w64-v5.0.3-win9x.patch ├── package-mednafen-win9x.sh ├── package-mednafen.sh ├── zlib-1.2.13-mingw-w64.patch ├── zlib-1.2.8-mingw-w64.patch └── zlib-1.2.8-win9x.patch ├── package.sh ├── po ├── ChangeLog ├── LINGUAS ├── Makefile.in.in ├── Makevars ├── POTFILES.in ├── Rules-quot ├── boldquot.sed ├── de.gmo ├── de.po ├── en@boldquot.header ├── en@quot.header ├── es.gmo ├── es.po ├── insert-header.sin ├── mednafen.pot ├── quot.sed ├── remove-potcdate.sin ├── ru.gmo ├── ru.po └── stamp-po ├── src ├── AtomicFIFO.h ├── ExtMemStream.cpp ├── ExtMemStream.h ├── FileStream.cpp ├── FileStream.h ├── IPSPatcher.cpp ├── IPSPatcher.h ├── MTStreamReader.cpp ├── MTStreamReader.h ├── MThreading.h ├── Makefile.am ├── Makefile.in ├── MemoryStream.cpp ├── MemoryStream.h ├── NativeVFS.cpp ├── NativeVFS.h ├── PSFLoader.cpp ├── PSFLoader.h ├── SNSFLoader.cpp ├── SNSFLoader.h ├── SPCReader.cpp ├── SPCReader.h ├── SSFLoader.cpp ├── SSFLoader.h ├── SimpleBitset.h ├── Stream.cpp ├── Stream.h ├── Time.h ├── VirtualFS.cpp ├── VirtualFS.h ├── apple2 │ ├── Makefile.am.inc │ ├── apple2.cpp │ ├── apple2.h │ ├── debug.inc │ ├── disk2.cpp │ ├── disk2.h │ ├── firmware │ │ ├── hdd_driver.asm │ │ ├── hdd_driver.bin │ │ └── hdd_driver.bin.h │ ├── gameio.cpp │ ├── gameio.h │ ├── hdd.cpp │ ├── hdd.h │ ├── kbio.cpp │ ├── kbio.h │ ├── notes │ │ ├── CHROMA-ICS │ │ ├── NTSC-CHROMA-ICS │ │ ├── blackman.cpp │ │ ├── lumacoeff-test.cpp │ │ ├── matrix-back.cpp │ │ └── matrix.cpp │ ├── sound.cpp │ ├── sound.h │ ├── video.cpp │ └── video.h ├── cdplay │ ├── Makefile.am.inc │ └── cdplay.cpp ├── cdrom │ ├── CDAFReader.cpp │ ├── CDAFReader.h │ ├── CDAFReader_FLAC.cpp │ ├── CDAFReader_FLAC.h │ ├── CDAFReader_MPC.cpp │ ├── CDAFReader_MPC.h │ ├── CDAFReader_PCM.cpp │ ├── CDAFReader_PCM.h │ ├── CDAFReader_Vorbis.cpp │ ├── CDAFReader_Vorbis.h │ ├── CDAccess.cpp │ ├── CDAccess.h │ ├── CDAccess_CCD.cpp │ ├── CDAccess_CCD.h │ ├── CDAccess_Image.cpp │ ├── CDAccess_Image.h │ ├── CDInterface.cpp │ ├── CDInterface.h │ ├── CDInterface_MT.cpp │ ├── CDInterface_MT.h │ ├── CDInterface_ST.cpp │ ├── CDInterface_ST.h │ ├── CDUtility.cpp │ ├── CDUtility.h │ ├── Makefile.am.inc │ ├── SimpleFIFO.h │ ├── crc32.cpp │ ├── dvdisaster.h │ ├── galois-inlines.h │ ├── galois.cpp │ ├── l-ec.cpp │ ├── lec.cpp │ ├── lec.h │ ├── recover-raw.cpp │ ├── scsicd-pce-commands.inc │ ├── scsicd.cpp │ ├── scsicd.h │ └── scsicd_cdda_filter.inc ├── cheat_formats │ ├── Makefile.am.inc │ ├── gb.cpp │ ├── gb.h │ ├── psx.cpp │ ├── psx.h │ ├── snes.cpp │ └── snes.h ├── compress │ ├── ArchiveReader.cpp │ ├── ArchiveReader.h │ ├── DecompressFilter.cpp │ ├── DecompressFilter.h │ ├── GZFileStream.cpp │ ├── GZFileStream.h │ ├── Makefile.am.inc │ ├── ZIPReader.cpp │ ├── ZIPReader.h │ ├── ZLInflateFilter.cpp │ ├── ZLInflateFilter.h │ ├── ZstdDecompressFilter.cpp │ └── ZstdDecompressFilter.h ├── cputest │ ├── Makefile.am.inc │ ├── README │ ├── cputest.c │ ├── cputest.h │ ├── ppc_cpu.c │ ├── x86_cpu.c │ └── x86_cpu.h ├── debug.cpp ├── debug.h ├── demo │ ├── Makefile.am.inc │ └── demo.cpp ├── desa68 │ ├── Makefile.am.inc │ ├── desa68.c │ └── desa68.h ├── driver.h ├── drivers │ ├── 2xSaI.cpp │ ├── 2xSaI.h │ ├── Joystick.cpp │ ├── Joystick.h │ ├── Joystick_DX5.cpp │ ├── Joystick_DX5.h │ ├── Joystick_Linux.cpp │ ├── Joystick_Linux.h │ ├── Joystick_SDL.cpp │ ├── Joystick_SDL.h │ ├── Joystick_XInput.cpp │ ├── Joystick_XInput.h │ ├── Makefile.am │ ├── Makefile.in │ ├── README.WIN32 │ ├── TextEntry.cpp │ ├── TextEntry.h │ ├── args.cpp │ ├── args.h │ ├── cheat.cpp │ ├── cheat.h │ ├── console.cpp │ ├── console.h │ ├── debugger.cpp │ ├── debugger.h │ ├── ers.cpp │ ├── ers.h │ ├── fps.cpp │ ├── fps.h │ ├── gfxdebugger.cpp │ ├── gfxdebugger.h │ ├── help.cpp │ ├── help.h │ ├── hq2x.cpp │ ├── hq3x.cpp │ ├── hq4x.cpp │ ├── hqxx-common.cpp │ ├── hqxx-common.h │ ├── icon.h │ ├── input-default-buttons.h │ ├── input.cpp │ ├── input.h │ ├── keyboard.cpp │ ├── keyboard.h │ ├── keyboard_scancodes.h │ ├── logdebugger.cpp │ ├── logdebugger.h │ ├── main.cpp │ ├── main.h │ ├── memdebugger.cpp │ ├── memdebugger.h │ ├── mouse.cpp │ ├── mouse.h │ ├── netplay.cpp │ ├── netplay.h │ ├── nnx.cpp │ ├── nnx.h │ ├── nongl.cpp │ ├── nongl.h │ ├── opengl.cpp │ ├── opengl.h │ ├── prompt.cpp │ ├── prompt.h │ ├── remote.cpp │ ├── remote.h │ ├── rmdui.cpp │ ├── rmdui.h │ ├── scale2x.c │ ├── scale2x.h │ ├── scale3x.c │ ├── scale3x.h │ ├── scalebit.c │ ├── scalebit.h │ ├── shader.cpp │ ├── shader.h │ ├── shader_sabr.inc │ ├── shader_scale2x.inc │ ├── sound.cpp │ ├── sound.h │ ├── video-state.cpp │ ├── video-state.h │ ├── video.cpp │ ├── video.h │ ├── win-icon.ico │ ├── win-manifest.xml │ └── win-resource.rc ├── drivers_dos │ ├── Makefile.am │ └── Makefile.in ├── drivers_libxxx │ ├── Makefile.am │ ├── Makefile.in │ └── main.cpp ├── endian.cpp ├── endian.h ├── error.cpp ├── error.h ├── file.cpp ├── file.h ├── gb │ ├── Makefile.am.inc │ ├── gb.cpp │ ├── gb.h │ ├── gbCodes.h │ ├── gbCodesCB.h │ ├── gbGlobals.cpp │ ├── gbGlobals.h │ ├── gfx.cpp │ ├── memory.cpp │ ├── memory.h │ ├── sound.cpp │ ├── sound.h │ ├── z80.cpp │ └── z80.h ├── gba │ ├── GBA.cpp │ ├── GBA.h │ ├── GBAinline.cpp │ ├── GBAinline.h │ ├── Gfx.cpp │ ├── Gfx.h │ ├── Globals.cpp │ ├── Globals.h │ ├── Makefile.am.inc │ ├── Mode0.cpp │ ├── Mode1.cpp │ ├── Mode2.cpp │ ├── Mode3.cpp │ ├── Mode4.cpp │ ├── Mode5.cpp │ ├── Port.h │ ├── RTC.cpp │ ├── RTC.h │ ├── Sound.cpp │ ├── Sound.h │ ├── arm.cpp │ ├── arm.h │ ├── bios.cpp │ ├── bios.h │ ├── eeprom.cpp │ ├── eeprom.h │ ├── flash.cpp │ ├── flash.h │ ├── gfx-draw.h │ ├── myrom.h │ ├── sram.cpp │ ├── sram.h │ ├── thumb.cpp │ └── thumb.h ├── general.cpp ├── general.h ├── gettext.h ├── git.cpp ├── git.h ├── hash │ ├── Makefile.am.inc │ ├── crc.cpp │ ├── crc.h │ ├── md5.cpp │ ├── md5.h │ ├── sha1.cpp │ ├── sha1.h │ ├── sha256.cpp │ └── sha256.h ├── hw_cpu │ ├── 6502 │ │ ├── Core6502.h │ │ ├── Core6502.inc │ │ └── Core6502_step.inc │ ├── Makefile.am.inc │ ├── m68k │ │ ├── gen.cpp │ │ ├── m68k.cpp │ │ ├── m68k.h │ │ └── m68k_instr.inc │ ├── v810 │ │ ├── v810_cpu.cpp │ │ ├── v810_cpu.h │ │ ├── v810_cpuD.cpp │ │ ├── v810_cpuD.h │ │ ├── v810_do_am.h │ │ ├── v810_fp_ops.cpp │ │ ├── v810_fp_ops.h │ │ ├── v810_oploop.inc │ │ └── v810_opt.h │ └── z80-fuse │ │ ├── opcodes_base.c │ │ ├── z80.cpp │ │ ├── z80.h │ │ ├── z80_cb.c │ │ ├── z80_ddfd.c │ │ ├── z80_ddfdcb.c │ │ ├── z80_ed.c │ │ ├── z80_macros.h │ │ └── z80_ops.cpp ├── hw_misc │ ├── Makefile.am.inc │ └── arcade_card │ │ ├── arcade_card.cpp │ │ └── arcade_card.h ├── hw_sound │ ├── Makefile.am.inc │ ├── gb_apu │ │ ├── Gb_Apu.cpp │ │ ├── Gb_Apu.h │ │ ├── Gb_Apu_State.cpp │ │ ├── Gb_Oscs.cpp │ │ ├── Gb_Oscs.h │ │ ├── blargg_common.h │ │ ├── blargg_config.h │ │ └── blargg_source.h │ ├── pce_psg │ │ ├── pce_psg.cpp │ │ └── pce_psg.h │ ├── sms_apu │ │ ├── Sms_Apu.cpp │ │ ├── Sms_Apu.h │ │ └── Sms_Oscs.h │ ├── ym2413 │ │ ├── 2413tone.h │ │ ├── emu2413.cpp │ │ └── emu2413.h │ └── ym2612 │ │ ├── Ym2612_Emu.cpp │ │ ├── Ym2612_Emu.h │ │ └── ym2612_opeg.inc ├── hw_video │ ├── Makefile.am.inc │ └── huc6270 │ │ ├── vdc.cpp │ │ └── vdc.h ├── jump.h ├── lepacker.h ├── lynx │ ├── Makefile.am.inc │ ├── c6502mak.h │ ├── c65c02.cpp │ ├── c65c02.h │ ├── cart.cpp │ ├── cart.h │ ├── license.txt │ ├── lynxbase.h │ ├── lynxdef.h │ ├── machine.h │ ├── memmap.cpp │ ├── memmap.h │ ├── mikie.cpp │ ├── mikie.h │ ├── ram.cpp │ ├── ram.h │ ├── rom.cpp │ ├── rom.h │ ├── susie.cpp │ ├── susie.h │ ├── sysbase.h │ ├── system.cpp │ └── system.h ├── math_ops.h ├── md │ ├── Makefile.am.inc │ ├── cart │ │ ├── cart.cpp │ │ ├── cart.h │ │ ├── map_eeprom.cpp │ │ ├── map_eeprom.h │ │ ├── map_ff.cpp │ │ ├── map_ff.h │ │ ├── map_realtec.cpp │ │ ├── map_realtec.h │ │ ├── map_rmx3.cpp │ │ ├── map_rmx3.h │ │ ├── map_rom.cpp │ │ ├── map_rom.h │ │ ├── map_sbb.cpp │ │ ├── map_sbb.h │ │ ├── map_sram.cpp │ │ ├── map_sram.h │ │ ├── map_ssf2.cpp │ │ ├── map_ssf2.h │ │ ├── map_svp.cpp │ │ ├── map_svp.h │ │ ├── map_yase.cpp │ │ ├── map_yase.h │ │ ├── ssp16.c │ │ └── ssp16.h │ ├── cd │ │ ├── cd.cpp │ │ ├── cd.h │ │ ├── cdc_cdd.cpp │ │ ├── cdc_cdd.h │ │ ├── interrupt.cpp │ │ ├── interrupt.h │ │ ├── pcm.cpp │ │ ├── pcm.h │ │ ├── timer.cpp │ │ └── timer.h │ ├── debug.cpp │ ├── debug.h │ ├── genesis.cpp │ ├── genesis.h │ ├── genio.cpp │ ├── genio.h │ ├── header.cpp │ ├── header.h │ ├── hvc.h │ ├── input │ │ ├── 4way.cpp │ │ ├── 4way.h │ │ ├── gamepad.cpp │ │ ├── gamepad.h │ │ ├── megamouse.cpp │ │ ├── megamouse.h │ │ ├── multitap.cpp │ │ └── multitap.h │ ├── macros.h │ ├── mem68k.cpp │ ├── mem68k.h │ ├── membnk.cpp │ ├── membnk.h │ ├── memvdp.cpp │ ├── memvdp.h │ ├── memz80.cpp │ ├── memz80.h │ ├── shared.h │ ├── sound.cpp │ ├── sound.h │ ├── system.cpp │ ├── system.h │ ├── vcnt.h │ ├── vdp.cpp │ ├── vdp.h │ └── vdp_run.inc ├── mednafen-driver.h ├── mednafen.cpp ├── mednafen.h ├── memory.cpp ├── memory.h ├── mempatcher-driver.h ├── mempatcher.cpp ├── mempatcher.h ├── minilzo │ ├── Makefile.am.inc │ ├── README.LZO │ ├── README.MEDNAFEN │ ├── _minilzo.h │ ├── lzoconf.h │ ├── lzodefs.h │ └── minilzo.c ├── movie-driver.h ├── movie.cpp ├── movie.h ├── mpcdec │ ├── AUTHORS.MPCDEC │ ├── CMakeLists.txt │ ├── COPYING.MPCDEC │ ├── ChangeLog │ ├── Makefile.am.inc │ ├── README │ ├── README.MEDNAFEN │ ├── crc32.c │ ├── datatypes.h │ ├── decoder.h │ ├── huffman.c │ ├── huffman.h │ ├── internal.h │ ├── minimax.h │ ├── mpc_bits_reader.c │ ├── mpc_bits_reader.h │ ├── mpc_decoder.c │ ├── mpc_demux.c │ ├── mpc_reader.c │ ├── mpc_types.h │ ├── mpcdec.h │ ├── mpcdec_math.h │ ├── mpcmath.h │ ├── reader.h │ ├── requant.c │ ├── requant.h │ ├── streaminfo.c │ ├── streaminfo.h │ └── synth_filter.c ├── mthreading │ ├── MThreading_POSIX.cpp │ ├── MThreading_Win32.cpp │ └── Makefile.am.inc ├── nes │ ├── Makefile.am.inc │ ├── NES-TODO │ ├── boards │ │ ├── 107.cpp │ │ ├── 112.cpp │ │ ├── 113.cpp │ │ ├── 114.cpp │ │ ├── 117.cpp │ │ ├── 140.cpp │ │ ├── 15.cpp │ │ ├── 151.cpp │ │ ├── 152.cpp │ │ ├── 156.cpp │ │ ├── 16.cpp │ │ ├── 163.cpp │ │ ├── 18.cpp │ │ ├── 180.cpp │ │ ├── 182.cpp │ │ ├── 184.cpp │ │ ├── 185.cpp │ │ ├── 187.cpp │ │ ├── 189.cpp │ │ ├── 190.cpp │ │ ├── 193.cpp │ │ ├── 208.cpp │ │ ├── 21.cpp │ │ ├── 22.cpp │ │ ├── 222.cpp │ │ ├── 228.cpp │ │ ├── 23.cpp │ │ ├── 232.cpp │ │ ├── 234.cpp │ │ ├── 240.cpp │ │ ├── 241.cpp │ │ ├── 242.cpp │ │ ├── 244.cpp │ │ ├── 246.cpp │ │ ├── 248.cpp │ │ ├── 25.cpp │ │ ├── 30.cpp │ │ ├── 32.cpp │ │ ├── 33.cpp │ │ ├── 34.cpp │ │ ├── 38.cpp │ │ ├── 40.cpp │ │ ├── 41.cpp │ │ ├── 42.cpp │ │ ├── 46.cpp │ │ ├── 51.cpp │ │ ├── 65.cpp │ │ ├── 67.cpp │ │ ├── 68.cpp │ │ ├── 70.cpp │ │ ├── 72.cpp │ │ ├── 73.cpp │ │ ├── 75.cpp │ │ ├── 76.cpp │ │ ├── 77.cpp │ │ ├── 78.cpp │ │ ├── 8.cpp │ │ ├── 80.cpp │ │ ├── 82.cpp │ │ ├── 8237.cpp │ │ ├── 86.cpp │ │ ├── 87.cpp │ │ ├── 88.cpp │ │ ├── 89.cpp │ │ ├── 90.cpp │ │ ├── 92.cpp │ │ ├── 93.cpp │ │ ├── 94.cpp │ │ ├── 95.cpp │ │ ├── 96.cpp │ │ ├── 97.cpp │ │ ├── 99.cpp │ │ ├── Makefile.am.inc │ │ ├── codemasters.cpp │ │ ├── colordreams.cpp │ │ ├── deirom.cpp │ │ ├── emu2413.cpp │ │ ├── emu2413.h │ │ ├── emutypes.h │ │ ├── ffe.cpp │ │ ├── fme7.cpp │ │ ├── h2288.cpp │ │ ├── malee.cpp │ │ ├── mapinc.h │ │ ├── maxicart.cpp │ │ ├── mmc1.cpp │ │ ├── mmc2and4.cpp │ │ ├── mmc3.cpp │ │ ├── mmc5.cpp │ │ ├── n106.cpp │ │ ├── nina06.cpp │ │ ├── novel.cpp │ │ ├── sachen.cpp │ │ ├── simple.cpp │ │ ├── super24.cpp │ │ ├── supervision.cpp │ │ ├── tengen.cpp │ │ ├── vrc6.cpp │ │ ├── vrc7.cpp │ │ └── vrc7tone.h │ ├── cart.cpp │ ├── cart.h │ ├── debug.cpp │ ├── debug.h │ ├── dis6502.cpp │ ├── dis6502.h │ ├── fds-sound.cpp │ ├── fds-sound.h │ ├── fds.cpp │ ├── fds.h │ ├── ines-bad.inc │ ├── ines-correct.inc │ ├── ines.cpp │ ├── ines.h │ ├── input.cpp │ ├── input.h │ ├── input │ │ ├── Makefile.am.inc │ │ ├── arkanoid.cpp │ │ ├── bbattler2.cpp │ │ ├── cursor.cpp │ │ ├── cursor.h │ │ ├── fkb.cpp │ │ ├── fkb.h │ │ ├── ftrainer.cpp │ │ ├── hypershot.cpp │ │ ├── mahjong.cpp │ │ ├── oekakids.cpp │ │ ├── partytap.cpp │ │ ├── powerpad.cpp │ │ ├── shadow.cpp │ │ ├── share.h │ │ ├── suborkb.cpp │ │ ├── suborkb.h │ │ ├── toprider.cpp │ │ └── zapper.cpp │ ├── nes.cpp │ ├── nes.h │ ├── nsf.cpp │ ├── nsf.h │ ├── nsfe.cpp │ ├── nsfe.h │ ├── ntsc │ │ ├── LGPL.txt │ │ ├── benchmark.c │ │ ├── changes.txt │ │ ├── demo.c │ │ ├── nes.raw │ │ ├── nes_ntsc.cpp │ │ ├── nes_ntsc.h │ │ ├── nes_ntsc.txt │ │ └── readme.txt │ ├── ops.h │ ├── ppu │ │ ├── Makefile.am.inc │ │ ├── fast-pputile.h │ │ ├── palette.cpp │ │ ├── palette.h │ │ ├── palettes │ │ │ ├── default.h │ │ │ ├── rp2c04-0001.h │ │ │ ├── rp2c04-0002.h │ │ │ ├── rp2c04-0003.h │ │ │ ├── rp2c04-0004.h │ │ │ └── rp2c0x.h │ │ ├── ppu-fastrl.h │ │ ├── ppu-subline.h │ │ ├── ppu.cpp │ │ └── ppu.h │ ├── sound.cpp │ ├── sound.h │ ├── unif.cpp │ ├── unif.h │ ├── vsuni.cpp │ ├── vsuni.h │ ├── x6502.cpp │ ├── x6502.h │ └── x6502struct.h ├── net │ ├── Makefile.am.inc │ ├── Net.cpp │ ├── Net.h │ ├── Net_POSIX.cpp │ ├── Net_POSIX.h │ ├── Net_WS2.cpp │ └── Net_WS2.h ├── netplay-driver.h ├── netplay.cpp ├── netplay.h ├── ngp │ ├── Makefile.am.inc │ ├── T6W28_Apu.cpp │ ├── T6W28_Apu.h │ ├── T6W28_Oscs.h │ ├── TLCS-900h │ │ ├── TLCS900h_disassemble.cpp │ │ ├── TLCS900h_disassemble.h │ │ ├── TLCS900h_disassemble_dst.cpp │ │ ├── TLCS900h_disassemble_extra.cpp │ │ ├── TLCS900h_disassemble_reg.cpp │ │ ├── TLCS900h_disassemble_src.cpp │ │ ├── TLCS900h_interpret.cpp │ │ ├── TLCS900h_interpret.h │ │ ├── TLCS900h_interpret_dst.cpp │ │ ├── TLCS900h_interpret_dst.h │ │ ├── TLCS900h_interpret_reg.cpp │ │ ├── TLCS900h_interpret_reg.h │ │ ├── TLCS900h_interpret_single.cpp │ │ ├── TLCS900h_interpret_single.h │ │ ├── TLCS900h_interpret_src.cpp │ │ ├── TLCS900h_interpret_src.h │ │ ├── TLCS900h_registers.cpp │ │ ├── TLCS900h_registers.h │ │ ├── TLCS900h_registers_mapB.h │ │ ├── TLCS900h_registers_mapCodeB0.h │ │ ├── TLCS900h_registers_mapCodeB1.h │ │ ├── TLCS900h_registers_mapCodeB2.h │ │ ├── TLCS900h_registers_mapCodeB3.h │ │ ├── TLCS900h_registers_mapCodeL0.h │ │ ├── TLCS900h_registers_mapCodeL1.h │ │ ├── TLCS900h_registers_mapCodeL2.h │ │ ├── TLCS900h_registers_mapCodeL3.h │ │ ├── TLCS900h_registers_mapCodeW0.h │ │ ├── TLCS900h_registers_mapCodeW1.h │ │ ├── TLCS900h_registers_mapCodeW2.h │ │ ├── TLCS900h_registers_mapCodeW3.h │ │ ├── TLCS900h_registers_mapL.h │ │ └── TLCS900h_registers_mapW.h │ ├── Z80_interface.cpp │ ├── Z80_interface.h │ ├── bios.cpp │ ├── bios.h │ ├── biosHLE.cpp │ ├── dma.cpp │ ├── dma.h │ ├── flash.cpp │ ├── flash.h │ ├── gfx.cpp │ ├── gfx.h │ ├── gfx_scanline_colour.cpp │ ├── gfx_scanline_mono.cpp │ ├── interrupt.cpp │ ├── interrupt.h │ ├── mem.cpp │ ├── mem.h │ ├── neopop.cpp │ ├── neopop.h │ ├── rom.cpp │ ├── rtc.cpp │ ├── rtc.h │ ├── sound.cpp │ └── sound.h ├── pce │ ├── Makefile.am.inc │ ├── debug.cpp │ ├── debug.h │ ├── dis6280.cpp │ ├── dis6280.h │ ├── hes.cpp │ ├── hes.h │ ├── huc.cpp │ ├── huc.h │ ├── huc6280.cpp │ ├── huc6280.h │ ├── huc6280_ops.inc │ ├── input.cpp │ ├── input.h │ ├── input │ │ ├── gamepad.cpp │ │ ├── gamepad.h │ │ ├── mouse.cpp │ │ ├── mouse.h │ │ ├── tsushinkb.cpp │ │ └── tsushinkb.h │ ├── mcgenjin.cpp │ ├── mcgenjin.h │ ├── notes │ │ ├── EVENT_SYSTEM_NOTES │ │ ├── GAME_NOTES │ │ ├── PATENTS │ │ └── pce-slend-241.patch │ ├── pce.cpp │ ├── pce.h │ ├── pcecd.cpp │ ├── pcecd.h │ ├── tsushin.cpp │ ├── tsushin.h │ ├── vce.cpp │ └── vce.h ├── pce_fast │ ├── Makefile.am.inc │ ├── hes.cpp │ ├── hes.h │ ├── huc.cpp │ ├── huc.h │ ├── huc6280.cpp │ ├── huc6280.h │ ├── huc6280_ops.inc │ ├── input.cpp │ ├── input.h │ ├── ioread.inc │ ├── pce.cpp │ ├── pce.h │ ├── pcecd.cpp │ ├── pcecd.h │ ├── pcecd_drive.cpp │ ├── pcecd_drive.h │ ├── psg.cpp │ ├── psg.h │ ├── vdc.cpp │ ├── vdc.h │ └── vpc_mix_inner.inc ├── pcfx │ ├── Makefile.am.inc │ ├── debug.cpp │ ├── debug.h │ ├── fxscsi.cpp │ ├── fxscsi.h │ ├── gamedb.inc │ ├── huc6273.cpp │ ├── huc6273.h │ ├── idct.cpp │ ├── idct.h │ ├── input.cpp │ ├── input.h │ ├── input │ │ ├── gamepad.cpp │ │ ├── gamepad.h │ │ ├── mouse.cpp │ │ └── mouse.h │ ├── interrupt.cpp │ ├── interrupt.h │ ├── io-handler.inc │ ├── king-bgfast-blit.inc │ ├── king-bgfast.inc │ ├── king.cpp │ ├── king.h │ ├── king_mix_body.inc │ ├── mem-handler.inc │ ├── notes │ │ └── GAME_NOTES │ ├── pcfx.cpp │ ├── pcfx.h │ ├── rainbow.cpp │ ├── rainbow.h │ ├── rainbow_acuv.inc │ ├── rainbow_acy.inc │ ├── rainbow_dcuv.inc │ ├── rainbow_dcy.inc │ ├── soundbox.cpp │ ├── soundbox.h │ ├── timer.cpp │ └── timer.h ├── player.cpp ├── player.h ├── psx │ ├── FastFIFO.h │ ├── Makefile.am.inc │ ├── cdc.cpp │ ├── cdc.h │ ├── cpu.cpp │ ├── cpu.h │ ├── debug.cpp │ ├── debug.h │ ├── dis.cpp │ ├── dis.h │ ├── dma.cpp │ ├── dma.h │ ├── frontio.cpp │ ├── frontio.h │ ├── gpu.cpp │ ├── gpu.h │ ├── gpu_common.inc │ ├── gpu_line.cpp │ ├── gpu_polygon.cpp │ ├── gpu_sprite.cpp │ ├── gte.cpp │ ├── gte.h │ ├── input │ │ ├── dualanalog.cpp │ │ ├── dualanalog.h │ │ ├── dualshock.cpp │ │ ├── dualshock.h │ │ ├── gamepad.cpp │ │ ├── gamepad.h │ │ ├── guncon.cpp │ │ ├── guncon.h │ │ ├── justifier.cpp │ │ ├── justifier.h │ │ ├── memcard.cpp │ │ ├── memcard.h │ │ ├── mouse.cpp │ │ ├── mouse.h │ │ ├── multitap.cpp │ │ ├── multitap.h │ │ ├── negcon.cpp │ │ └── negcon.h │ ├── irq.cpp │ ├── irq.h │ ├── masmem.h │ ├── mdec.cpp │ ├── mdec.h │ ├── notes │ │ ├── MULTITAP │ │ ├── PROBLEMATIC-GAMES │ │ ├── PSX-TODO │ │ ├── SOURCES │ │ ├── SPU-IRQ │ │ └── tristep.cpp │ ├── psx.cpp │ ├── psx.h │ ├── sio.cpp │ ├── sio.h │ ├── spu.cpp │ ├── spu.h │ ├── spu_fir_table.inc │ ├── spu_reverb.inc │ ├── timer.cpp │ └── timer.h ├── qtrecord.cpp ├── qtrecord.h ├── quicklz │ ├── Makefile.am.inc │ ├── quicklz.c │ └── quicklz.h ├── resampler │ ├── Makefile.am.inc │ ├── arch.h │ ├── fixed_generic.h │ ├── resample.c │ ├── resample_sse.h │ ├── resampler.h │ └── stack_alloc.h ├── sasplay │ ├── Makefile.am.inc │ ├── games.h │ ├── sasplay.cpp │ └── songs.h ├── settings-common.h ├── settings.cpp ├── settings.h ├── sexyal │ ├── Makefile.am │ ├── Makefile.in │ ├── README │ ├── convert.cpp │ ├── convert.h │ ├── drivers │ │ ├── alsa.cpp │ │ ├── cmi8738.cpp │ │ ├── dos_common.cpp │ │ ├── dos_common.h │ │ ├── dsound.cpp │ │ ├── dummy.cpp │ │ ├── es1370.cpp │ │ ├── es1371.cpp │ │ ├── jack.cpp │ │ ├── openbsd.cpp │ │ ├── oss.cpp │ │ ├── sb.cpp │ │ ├── sdl.cpp │ │ ├── wasapi.cpp │ │ └── wasapish.cpp │ ├── sexyal.cpp │ └── sexyal.h ├── sms │ ├── Makefile.am.inc │ ├── cart.cpp │ ├── cart.h │ ├── docs │ │ ├── changelog │ │ ├── compatability.txt │ │ ├── license │ │ ├── porting.txt │ │ └── readme.txt │ ├── hvc.inc │ ├── memz80.cpp │ ├── memz80.h │ ├── pio.cpp │ ├── pio.h │ ├── render.cpp │ ├── render.h │ ├── romdb.cpp │ ├── romdb.h │ ├── shared.h │ ├── sms.cpp │ ├── sms.h │ ├── sound.cpp │ ├── sound.h │ ├── system.cpp │ ├── system.h │ ├── tms.cpp │ ├── tms.h │ ├── vdp.cpp │ └── vdp.h ├── snes │ ├── Makefile.am.inc │ ├── VERSION.BSNES │ ├── interface.cpp │ └── src │ │ ├── base.hpp │ │ ├── cartridge │ │ ├── cartridge.cpp │ │ ├── cartridge.hpp │ │ ├── gameboyheader.cpp │ │ ├── header.cpp │ │ └── serialization.cpp │ │ ├── cheat │ │ ├── cheat-inline.hpp │ │ ├── cheat.cpp │ │ └── cheat.hpp │ │ ├── chip │ │ ├── bsx │ │ │ ├── bsx.cpp │ │ │ ├── bsx.hpp │ │ │ ├── bsx_base.cpp │ │ │ ├── bsx_cart.cpp │ │ │ └── bsx_flash.cpp │ │ ├── chip.hpp │ │ ├── cx4 │ │ │ ├── cx4.cpp │ │ │ ├── cx4.hpp │ │ │ ├── data.cpp │ │ │ ├── functions.cpp │ │ │ ├── oam.cpp │ │ │ ├── opcodes.cpp │ │ │ └── serialization.cpp │ │ ├── dsp1 │ │ │ ├── dsp1.cpp │ │ │ ├── dsp1.hpp │ │ │ ├── dsp1emu.cpp │ │ │ ├── dsp1emu.hpp │ │ │ └── serialization.cpp │ │ ├── dsp2 │ │ │ ├── dsp2.cpp │ │ │ ├── dsp2.hpp │ │ │ ├── opcodes.cpp │ │ │ └── serialization.cpp │ │ ├── dsp3 │ │ │ ├── dsp3.cpp │ │ │ ├── dsp3.hpp │ │ │ └── dsp3emu.c │ │ ├── dsp4 │ │ │ ├── dsp4.cpp │ │ │ ├── dsp4.hpp │ │ │ ├── dsp4emu.c │ │ │ └── dsp4emu.h │ │ ├── obc1 │ │ │ ├── obc1.cpp │ │ │ ├── obc1.hpp │ │ │ └── serialization.cpp │ │ ├── sa1 │ │ │ ├── bus │ │ │ │ ├── bus.cpp │ │ │ │ └── bus.hpp │ │ │ ├── dma │ │ │ │ ├── dma.cpp │ │ │ │ └── dma.hpp │ │ │ ├── memory │ │ │ │ ├── memory.cpp │ │ │ │ └── memory.hpp │ │ │ ├── mmio │ │ │ │ ├── mmio.cpp │ │ │ │ └── mmio.hpp │ │ │ ├── sa1.cpp │ │ │ ├── sa1.hpp │ │ │ └── serialization.cpp │ │ ├── sdd1 │ │ │ ├── sdd1.cpp │ │ │ ├── sdd1.hpp │ │ │ ├── sdd1emu.cpp │ │ │ ├── sdd1emu.hpp │ │ │ └── serialization.cpp │ │ ├── spc7110 │ │ │ ├── decomp.cpp │ │ │ ├── decomp.hpp │ │ │ ├── serialization.cpp │ │ │ ├── spc7110.cpp │ │ │ └── spc7110.hpp │ │ ├── srtc │ │ │ ├── serialization.cpp │ │ │ ├── srtc.cpp │ │ │ └── srtc.hpp │ │ ├── st010 │ │ │ ├── serialization.cpp │ │ │ ├── st010.cpp │ │ │ ├── st010.hpp │ │ │ ├── st010_data.hpp │ │ │ └── st010_op.cpp │ │ └── superfx │ │ │ ├── bus │ │ │ ├── bus.cpp │ │ │ └── bus.hpp │ │ │ ├── core │ │ │ ├── core.cpp │ │ │ ├── core.hpp │ │ │ ├── opcode_table.cpp │ │ │ ├── opcodes.cpp │ │ │ └── registers.hpp │ │ │ ├── disasm │ │ │ ├── disasm.cpp │ │ │ └── disasm.hpp │ │ │ ├── memory │ │ │ ├── memory.cpp │ │ │ └── memory.hpp │ │ │ ├── mmio │ │ │ ├── mmio.cpp │ │ │ └── mmio.hpp │ │ │ ├── serialization.cpp │ │ │ ├── superfx.cpp │ │ │ ├── superfx.hpp │ │ │ └── timing │ │ │ ├── timing.cpp │ │ │ └── timing.hpp │ │ ├── cpu │ │ ├── core │ │ │ ├── algorithms.cpp │ │ │ ├── core.cpp │ │ │ ├── core.hpp │ │ │ ├── memory.hpp │ │ │ ├── opcode_misc.cpp │ │ │ ├── opcode_pc.cpp │ │ │ ├── opcode_read.cpp │ │ │ ├── opcode_rmw.cpp │ │ │ ├── opcode_write.cpp │ │ │ ├── registers.hpp │ │ │ ├── serialization.cpp │ │ │ └── table.cpp │ │ ├── cpu.cpp │ │ ├── cpu.hpp │ │ └── scpu │ │ │ ├── debugger │ │ │ ├── debugger.cpp │ │ │ └── debugger.hpp │ │ │ ├── dma │ │ │ ├── dma.cpp │ │ │ └── dma.hpp │ │ │ ├── memory │ │ │ ├── memory.cpp │ │ │ └── memory.hpp │ │ │ ├── mmio │ │ │ ├── mmio.cpp │ │ │ └── mmio.hpp │ │ │ ├── scpu.cpp │ │ │ ├── scpu.hpp │ │ │ ├── serialization.cpp │ │ │ └── timing │ │ │ ├── event.cpp │ │ │ ├── irq.cpp │ │ │ ├── joypad.cpp │ │ │ ├── timing.cpp │ │ │ └── timing.hpp │ │ ├── data │ │ ├── documentation.html │ │ └── license.html │ │ ├── interface.hpp │ │ ├── lib │ │ ├── libco │ │ │ ├── LICENSE.LIBCO │ │ │ ├── README.MEDNAFEN │ │ │ ├── README.md │ │ │ ├── aarch64.c │ │ │ ├── amd64.c │ │ │ ├── arm.c │ │ │ ├── doc │ │ │ │ ├── examples │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── build.bat │ │ │ │ │ ├── build.sh │ │ │ │ │ ├── test.h │ │ │ │ │ ├── test_args.cpp │ │ │ │ │ ├── test_serialization.cpp │ │ │ │ │ └── test_timing.cpp │ │ │ │ ├── targets.md │ │ │ │ └── usage.md │ │ │ ├── fiber.c │ │ │ ├── libco.c │ │ │ ├── libco.h │ │ │ ├── ppc.c │ │ │ ├── ppc64v2.c │ │ │ ├── settings.h │ │ │ ├── sjlj.c │ │ │ ├── ucontext.c │ │ │ └── x86.c │ │ └── nall │ │ │ ├── algorithm.hpp │ │ │ ├── array.hpp │ │ │ ├── bit.hpp │ │ │ ├── crc32.hpp │ │ │ ├── detect.hpp │ │ │ ├── endian.hpp │ │ │ ├── function.hpp │ │ │ ├── moduloarray.hpp │ │ │ ├── platform.hpp │ │ │ ├── priorityqueue.hpp │ │ │ ├── property.hpp │ │ │ ├── serial.hpp │ │ │ ├── serializer.hpp │ │ │ ├── static.hpp │ │ │ ├── stdint.hpp │ │ │ ├── traits.hpp │ │ │ ├── utility.hpp │ │ │ ├── varint.hpp │ │ │ └── vector.hpp │ │ ├── memory │ │ ├── memory-inline.hpp │ │ ├── memory.cpp │ │ ├── memory.hpp │ │ └── smemory │ │ │ ├── generic.cpp │ │ │ ├── serialization.cpp │ │ │ ├── smemory.cpp │ │ │ ├── smemory.hpp │ │ │ └── system.cpp │ │ ├── ppu │ │ ├── debugger │ │ │ ├── debugger.cpp │ │ │ ├── debugger.hpp │ │ │ └── render.cpp │ │ ├── memory │ │ │ ├── memory.cpp │ │ │ └── memory.hpp │ │ ├── mmio │ │ │ ├── mmio.cpp │ │ │ └── mmio.hpp │ │ ├── ppu-inline.hpp │ │ ├── ppu.cpp │ │ ├── ppu.hpp │ │ ├── render │ │ │ ├── addsub.cpp │ │ │ ├── bg.cpp │ │ │ ├── cache.cpp │ │ │ ├── line.cpp │ │ │ ├── mode7.cpp │ │ │ ├── oam.cpp │ │ │ ├── render.cpp │ │ │ ├── render.hpp │ │ │ └── windows.cpp │ │ └── serialization.cpp │ │ ├── sdsp │ │ ├── brr.cpp │ │ ├── counter.cpp │ │ ├── echo.cpp │ │ ├── envelope.cpp │ │ ├── gaussian.cpp │ │ ├── misc.cpp │ │ ├── sdsp.cpp │ │ ├── sdsp.hpp │ │ ├── serialization.cpp │ │ └── voice.cpp │ │ ├── smp │ │ ├── core │ │ │ ├── algorithms.cpp │ │ │ ├── core.cpp │ │ │ ├── core.hpp │ │ │ ├── memory.hpp │ │ │ ├── opcode_misc.cpp │ │ │ ├── opcode_mov.cpp │ │ │ ├── opcode_pc.cpp │ │ │ ├── opcode_read.cpp │ │ │ ├── opcode_rmw.cpp │ │ │ ├── registers.hpp │ │ │ ├── serialization.cpp │ │ │ └── table.cpp │ │ ├── smp.cpp │ │ ├── smp.hpp │ │ └── ssmp │ │ │ ├── debugger │ │ │ ├── debugger.cpp │ │ │ └── debugger.hpp │ │ │ ├── memory │ │ │ ├── memory.cpp │ │ │ └── memory.hpp │ │ │ ├── serialization.cpp │ │ │ ├── ssmp.cpp │ │ │ ├── ssmp.hpp │ │ │ └── timing │ │ │ ├── timing.cpp │ │ │ └── timing.hpp │ │ └── system │ │ ├── audio │ │ ├── audio.cpp │ │ └── audio.hpp │ │ ├── config │ │ ├── config.cpp │ │ └── config.hpp │ │ ├── debugger │ │ ├── debugger.cpp │ │ └── debugger.hpp │ │ ├── input │ │ ├── input.cpp │ │ └── input.hpp │ │ ├── interface │ │ └── interface.hpp │ │ ├── scheduler │ │ ├── scheduler.cpp │ │ └── scheduler.hpp │ │ ├── serialization.cpp │ │ ├── system.cpp │ │ ├── system.hpp │ │ └── video │ │ ├── video.cpp │ │ └── video.hpp ├── snes_faust │ ├── Core65816.h │ ├── Core65816.inc │ ├── Makefile.am.inc │ ├── apu.cpp │ ├── apu.h │ ├── cart-private.h │ ├── cart.cpp │ ├── cart.h │ ├── cart │ │ ├── common.h │ │ ├── cx4.cpp │ │ ├── cx4.h │ │ ├── dsp1-datarom-synth.h │ │ ├── dsp1.cpp │ │ ├── dsp1.h │ │ ├── dsp1chip.h │ │ ├── dsp2.cpp │ │ ├── dsp2.h │ │ ├── dsp2chip.h │ │ ├── sa1.cpp │ │ ├── sa1.h │ │ ├── sa1cpu.cpp │ │ ├── sa1cpu.h │ │ ├── sdd1.cpp │ │ ├── sdd1.h │ │ ├── superfx.cpp │ │ └── superfx.h │ ├── cpu.cpp │ ├── cpu.h │ ├── cpu_hlif.inc │ ├── cpu_loop_body.inc │ ├── debug.cpp │ ├── debug.h │ ├── dis65816.cpp │ ├── dis65816.h │ ├── dma.inc │ ├── dsp.inc │ ├── input.cpp │ ├── input.h │ ├── input │ │ ├── common.h │ │ ├── gamepad.cpp │ │ ├── gamepad.h │ │ ├── mouse.cpp │ │ ├── mouse.h │ │ ├── multitap.cpp │ │ └── multitap.h │ ├── input_device.h │ ├── msu1.cpp │ ├── msu1.h │ ├── notes │ │ ├── GAME_NOTES │ │ ├── PPU_DESIGN │ │ ├── genops.cpp │ │ ├── ops.h │ │ ├── ops.txt │ │ ├── ops2.txt │ │ └── ops3.txt │ ├── ppu.cpp │ ├── ppu.h │ ├── ppu_base.inc │ ├── ppu_common.h │ ├── ppu_common.inc │ ├── ppu_mt.cpp │ ├── ppu_mtrender.cpp │ ├── ppu_mtrender.h │ ├── ppu_render_common.inc │ ├── ppu_st.cpp │ ├── snes.cpp │ ├── snes.h │ └── spc700.inc ├── sound │ ├── Blip_Buffer.cpp │ ├── Blip_Buffer.h │ ├── CassowaryResampler.cpp │ ├── CassowaryResampler.h │ ├── DSPUtility.cpp │ ├── DSPUtility.h │ ├── Fir_Resampler.cpp │ ├── Fir_Resampler.h │ ├── Makefile.am.inc │ ├── OwlResampler.cpp │ ├── OwlResampler.h │ ├── ResamplerMAC.h │ ├── Stereo_Buffer.cpp │ ├── Stereo_Buffer.h │ ├── SwiftResampler.cpp │ ├── SwiftResampler.h │ ├── SwiftResampler_altivec.inc │ ├── SwiftResampler_generic.inc │ ├── SwiftResampler_neon.inc │ ├── SwiftResampler_sse2.inc │ ├── SwiftResampler_x86.inc │ ├── WAVRecord.cpp │ ├── WAVRecord.h │ ├── fir_blargg_common.h │ ├── fir_blargg_config.h │ ├── fir_blargg_endian.h │ ├── fir_blargg_source.h │ ├── okiadpcm-deltatable.h │ ├── okiadpcm.cpp │ ├── okiadpcm.h │ └── okiadpcm_generate.cpp ├── ss │ ├── Makefile.am │ ├── Makefile.in │ ├── ak93c45.cpp │ ├── ak93c45.h │ ├── cart.cpp │ ├── cart.h │ ├── cart │ │ ├── ar4mp.cpp │ │ ├── ar4mp.h │ │ ├── backup.cpp │ │ ├── backup.h │ │ ├── bootrom.cpp │ │ ├── bootrom.h │ │ ├── common.h │ │ ├── cs1ram.cpp │ │ ├── cs1ram.h │ │ ├── extram.cpp │ │ ├── extram.h │ │ ├── rom.cpp │ │ ├── rom.h │ │ ├── stv.cpp │ │ └── stv.h │ ├── cdb.cpp │ ├── cdb.h │ ├── db.cpp │ ├── db.h │ ├── debug.inc │ ├── input │ │ ├── 3dpad.cpp │ │ ├── 3dpad.h │ │ ├── common.h │ │ ├── gamepad.cpp │ │ ├── gamepad.h │ │ ├── gun.cpp │ │ ├── gun.h │ │ ├── jpkeyboard.cpp │ │ ├── jpkeyboard.h │ │ ├── keyboard.cpp │ │ ├── keyboard.h │ │ ├── mission.cpp │ │ ├── mission.h │ │ ├── mouse.cpp │ │ ├── mouse.h │ │ ├── multitap.cpp │ │ ├── multitap.h │ │ ├── wheel.cpp │ │ └── wheel.h │ ├── notes │ │ ├── HOST-CPU-INTENSIVE-GAMES │ │ ├── PROBLEMATIC-GAMES │ │ ├── REFERENCES │ │ ├── SCSP-FM-GAMES │ │ ├── WIDESCREEN-GAMES │ │ ├── build_sh7095s_ctable.cpp │ │ ├── games.txt │ │ └── gen_dsp.cpp │ ├── scsp.h │ ├── scsp.inc │ ├── scu.h │ ├── scu.inc │ ├── scu_aciv1tab.inc │ ├── scu_actab.inc │ ├── scu_btab.inc │ ├── scu_dsp_common.inc │ ├── scu_dsp_dmatab.inc │ ├── scu_dsp_gen.cpp │ ├── scu_dsp_gentab.inc │ ├── scu_dsp_jmp.cpp │ ├── scu_dsp_jmptab.inc │ ├── scu_dsp_misc.cpp │ ├── scu_dsp_misctab.inc │ ├── scu_dsp_mvi.cpp │ ├── scu_dsp_mvitab.inc │ ├── sh7095.h │ ├── sh7095.inc │ ├── sh7095_idecodetab.inc │ ├── sh7095_opdefs.inc │ ├── sh7095_ops.inc │ ├── sh7095s_cnorm.inc │ ├── sh7095s_cnorm_dm.inc │ ├── sh7095s_ctable.inc │ ├── sh7095s_ctable_dm.inc │ ├── sh7095s_rsu.inc │ ├── smpc.cpp │ ├── smpc.h │ ├── smpc_iodevice.h │ ├── sound.cpp │ ├── sound.h │ ├── ss.cpp │ ├── ss.h │ ├── ssf.cpp │ ├── stvio.cpp │ ├── stvio.h │ ├── vdp1.cpp │ ├── vdp1.h │ ├── vdp1_common.h │ ├── vdp1_line.cpp │ ├── vdp1_poly.cpp │ ├── vdp1_sprite.cpp │ ├── vdp2.cpp │ ├── vdp2.h │ ├── vdp2_common.h │ ├── vdp2_render.cpp │ └── vdp2_render.h ├── state-common.h ├── state-driver.h ├── state.cpp ├── state.h ├── state_rewind.cpp ├── state_rewind.h ├── string │ ├── Makefile.am.inc │ ├── escape.cpp │ ├── escape.h │ ├── string.cpp │ └── string.h ├── tests.cpp ├── tests.h ├── testsexp.cpp ├── testsexp.h ├── time │ ├── Makefile.am.inc │ ├── Time_POSIX.cpp │ └── Time_Win32.cpp ├── tremor │ ├── COPYING.TREMOR │ ├── Makefile.am.inc │ ├── README.MEDNAFEN │ ├── asm_arm.h │ ├── backends.h │ ├── bitwise.c │ ├── block.c │ ├── block.h │ ├── codebook.c │ ├── codebook.h │ ├── codec_internal.h │ ├── floor0.c │ ├── floor1.c │ ├── framing.c │ ├── info.c │ ├── ivorbiscodec.h │ ├── ivorbisfile.h │ ├── lsp_lookup.h │ ├── mapping0.c │ ├── mdct.c │ ├── mdct.h │ ├── mdct_lookup.h │ ├── misc.h │ ├── ogg.h │ ├── os.h │ ├── os_types.h │ ├── registry.c │ ├── registry.h │ ├── res012.c │ ├── sharedbook.c │ ├── synthesis.c │ ├── vorbisfile.c │ ├── window.c │ ├── window.h │ └── window_lookup.h ├── trio │ ├── CHANGES │ ├── MEDNAFEN-MODIFICATIONS │ ├── Makefile.am.inc │ ├── trio.c │ ├── trio.h │ ├── triodef.h │ ├── trionan.c │ ├── trionan.h │ ├── triop.h │ ├── triostr.c │ └── triostr.h ├── types.h ├── vb │ ├── Makefile.am.inc │ ├── debug.cpp │ ├── debug.h │ ├── input.cpp │ ├── input.h │ ├── timer.cpp │ ├── timer.h │ ├── vb.cpp │ ├── vb.h │ ├── vip.cpp │ ├── vip.h │ ├── vip_draw.inc │ ├── vsu.cpp │ └── vsu.h ├── video-driver.h ├── video.h ├── video │ ├── Deinterlacer.cpp │ ├── Deinterlacer.h │ ├── Deinterlacer_Blend.cpp │ ├── Deinterlacer_Blend.h │ ├── Deinterlacer_Simple.cpp │ ├── Deinterlacer_Simple.h │ ├── Makefile.am.inc │ ├── README.FONTS │ ├── convert.cpp │ ├── convert.h │ ├── font-data-12x13.c │ ├── font-data-18x18.c │ ├── font-data.cpp │ ├── font-data.h │ ├── font12x13ja.h │ ├── font18x18ko.h │ ├── font5x7.h │ ├── font6x12.h │ ├── font6x13.h │ ├── font6x9.h │ ├── font9x18.h │ ├── png.cpp │ ├── png.h │ ├── primitives.cpp │ ├── primitives.h │ ├── resize.cpp │ ├── resize.h │ ├── surface.cpp │ ├── surface.h │ ├── tblur.cpp │ ├── tblur.h │ ├── text.cpp │ ├── text.h │ ├── video-common.h │ └── video.cpp ├── win32-common.cpp ├── win32-common.h ├── wswan │ ├── Makefile.am.inc │ ├── comm.cpp │ ├── comm.h │ ├── debug.cpp │ ├── debug.h │ ├── dis │ │ ├── dis_decode.cpp │ │ ├── dis_groups.cpp │ │ ├── dis_tables.h │ │ ├── dis_tables.inc │ │ ├── disasm.h │ │ ├── opcodes.inc │ │ ├── resolve.cpp │ │ └── syntax.cpp │ ├── eeprom.cpp │ ├── eeprom.h │ ├── gfx.cpp │ ├── gfx.h │ ├── interrupt.cpp │ ├── interrupt.h │ ├── main.cpp │ ├── memory.cpp │ ├── memory.h │ ├── rtc.cpp │ ├── rtc.h │ ├── sound.cpp │ ├── sound.h │ ├── start.inc │ ├── tcache.cpp │ ├── v30mz-ea.inc │ ├── v30mz-modrm.inc │ ├── v30mz-private.h │ ├── v30mz.cpp │ ├── v30mz.h │ ├── wstech24.txt │ └── wswan.h └── zstd │ ├── COPYING.ZSTD │ ├── LICENSE.ZSTD │ ├── Makefile.am.inc │ ├── README.MEDNAFEN │ ├── common │ ├── bitstream.h │ ├── compiler.h │ ├── cpu.h │ ├── debug.h │ ├── entropy_common.c │ ├── error_private.c │ ├── error_private.h │ ├── fse.h │ ├── fse_decompress.c │ ├── huf.h │ ├── mem.h │ ├── xxhash.c │ ├── xxhash.h │ ├── zstd_common.c │ ├── zstd_deps.h │ ├── zstd_internal.h │ └── zstd_trace.h │ ├── decompress │ ├── huf_decompress.c │ ├── zstd_ddict.c │ ├── zstd_ddict.h │ ├── zstd_decompress.c │ ├── zstd_decompress_block.c │ ├── zstd_decompress_block.h │ └── zstd_decompress_internal.h │ ├── zstd.h │ └── zstd_errors.h ├── stamp-h1 └── tests ├── apple2 ├── bintodsk.cpp ├── crc.inc ├── crctab-0.bin ├── crctab-1.bin ├── crctab-2.bin ├── crctab-3.bin ├── crctab-4.bin ├── crctab-5.bin ├── crctab-6.bin ├── crctab-7.bin ├── decimal.bin ├── decimal │ ├── decimal.asm │ ├── decimal.bin │ └── decimal.dsk └── gencrctab.cpp ├── pce ├── decimal │ ├── XXc.inc │ ├── adc.asm │ ├── adc.pce │ ├── clean.sh │ ├── gen-results.cpp │ ├── make.sh │ ├── sbc.asm │ └── sbc.pce ├── font.bin └── vcectdump │ ├── make.sh │ ├── vcectdump.asm │ └── vcectdump.pce └── psx ├── gpuprec.exe ├── linefuzz.exe ├── multires-newgpu.exe └── triorder.exe /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/.gitignore -------------------------------------------------------------------------------- /ABOUT-NLS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/ABOUT-NLS -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/COPYING -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/ChangeLog -------------------------------------------------------------------------------- /Documentation/apple2.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/apple2.php -------------------------------------------------------------------------------- /Documentation/bwolf0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/bwolf0.png -------------------------------------------------------------------------------- /Documentation/bwolf1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/bwolf1.png -------------------------------------------------------------------------------- /Documentation/cdplay.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/cdplay.php -------------------------------------------------------------------------------- /Documentation/cheat.html: -------------------------------------------------------------------------------- 1 | TO BE WRITTEN 2 | -------------------------------------------------------------------------------- /Documentation/cheats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/cheats.txt -------------------------------------------------------------------------------- /Documentation/docgen.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/docgen.inc -------------------------------------------------------------------------------- /Documentation/gb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/gb.html -------------------------------------------------------------------------------- /Documentation/gb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/gb.php -------------------------------------------------------------------------------- /Documentation/gba.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/gba.html -------------------------------------------------------------------------------- /Documentation/gba.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/gba.php -------------------------------------------------------------------------------- /Documentation/gg.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/gg.html -------------------------------------------------------------------------------- /Documentation/gg.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/gg.php -------------------------------------------------------------------------------- /Documentation/lynx.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/lynx.html -------------------------------------------------------------------------------- /Documentation/lynx.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/lynx.php -------------------------------------------------------------------------------- /Documentation/md.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/md.html -------------------------------------------------------------------------------- /Documentation/md.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/md.php -------------------------------------------------------------------------------- /Documentation/nes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/nes.html -------------------------------------------------------------------------------- /Documentation/nes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/nes.php -------------------------------------------------------------------------------- /Documentation/ngp.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/ngp.html -------------------------------------------------------------------------------- /Documentation/ngp.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/ngp.php -------------------------------------------------------------------------------- /Documentation/pce.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/pce.html -------------------------------------------------------------------------------- /Documentation/pce.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/pce.php -------------------------------------------------------------------------------- /Documentation/pcfx.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/pcfx.html -------------------------------------------------------------------------------- /Documentation/pcfx.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/pcfx.php -------------------------------------------------------------------------------- /Documentation/psx.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/psx.html -------------------------------------------------------------------------------- /Documentation/psx.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/psx.php -------------------------------------------------------------------------------- /Documentation/sms.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/sms.html -------------------------------------------------------------------------------- /Documentation/sms.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/sms.php -------------------------------------------------------------------------------- /Documentation/snes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/snes.html -------------------------------------------------------------------------------- /Documentation/snes.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/snes.php -------------------------------------------------------------------------------- /Documentation/ss.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/ss.html -------------------------------------------------------------------------------- /Documentation/ss.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/ss.php -------------------------------------------------------------------------------- /Documentation/vb.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/vb.html -------------------------------------------------------------------------------- /Documentation/vb.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/vb.php -------------------------------------------------------------------------------- /Documentation/wswan.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/wswan.html -------------------------------------------------------------------------------- /Documentation/wswan.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Documentation/wswan.php -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/INSTALL -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = po intl src 2 | 3 | ACLOCAL_AMFLAGS = -I m4 4 | 5 | EXTRA_DIST = m4/ChangeLog 6 | -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/Makefile.in -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/README -------------------------------------------------------------------------------- /README.DOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/README.DOS -------------------------------------------------------------------------------- /README.MSWIN: -------------------------------------------------------------------------------- 1 | Refer to notes and scripts in the "mswin" directory. 2 | 3 | -------------------------------------------------------------------------------- /README.PORTING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/README.PORTING -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/TODO -------------------------------------------------------------------------------- /acinclude.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/acinclude.m4 -------------------------------------------------------------------------------- /aclocal.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/aclocal.m4 -------------------------------------------------------------------------------- /autogen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/autogen.sh -------------------------------------------------------------------------------- /compile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/compile -------------------------------------------------------------------------------- /config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/config.guess -------------------------------------------------------------------------------- /config.rpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/config.rpath -------------------------------------------------------------------------------- /config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/config.sub -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/configure -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/configure.ac -------------------------------------------------------------------------------- /depcomp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/depcomp -------------------------------------------------------------------------------- /include/config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/include/config.h.in -------------------------------------------------------------------------------- /include/mednafen: -------------------------------------------------------------------------------- 1 | ../src -------------------------------------------------------------------------------- /include/minilzo_external/minilzo.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/trio_external/trio.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/trio_external/triodef.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/trio_external/trionan.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/trio_external/triop.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/trio_external/triostr.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /include/zstd_external/zstd.h: -------------------------------------------------------------------------------- 1 | #include 2 | -------------------------------------------------------------------------------- /install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/install-sh -------------------------------------------------------------------------------- /intl/ChangeLog: -------------------------------------------------------------------------------- 1 | 2010-06-04 GNU 2 | 3 | * Version 0.18.1 released. 4 | 5 | -------------------------------------------------------------------------------- /intl/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/Makefile.in -------------------------------------------------------------------------------- /intl/VERSION.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/VERSION.txt -------------------------------------------------------------------------------- /intl/bindtextdom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/bindtextdom.c -------------------------------------------------------------------------------- /intl/config.charset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/config.charset -------------------------------------------------------------------------------- /intl/dcgettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/dcgettext.c -------------------------------------------------------------------------------- /intl/dcigettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/dcigettext.c -------------------------------------------------------------------------------- /intl/dcngettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/dcngettext.c -------------------------------------------------------------------------------- /intl/dgettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/dgettext.c -------------------------------------------------------------------------------- /intl/dngettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/dngettext.c -------------------------------------------------------------------------------- /intl/eval-plural.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/eval-plural.h -------------------------------------------------------------------------------- /intl/explodename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/explodename.c -------------------------------------------------------------------------------- /intl/export.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/export.h -------------------------------------------------------------------------------- /intl/finddomain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/finddomain.c -------------------------------------------------------------------------------- /intl/gettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/gettext.c -------------------------------------------------------------------------------- /intl/gettextP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/gettextP.h -------------------------------------------------------------------------------- /intl/gmo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/gmo.h -------------------------------------------------------------------------------- /intl/hash-string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/hash-string.c -------------------------------------------------------------------------------- /intl/hash-string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/hash-string.h -------------------------------------------------------------------------------- /intl/intl-compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/intl-compat.c -------------------------------------------------------------------------------- /intl/intl-exports.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/intl-exports.c -------------------------------------------------------------------------------- /intl/l10nflist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/l10nflist.c -------------------------------------------------------------------------------- /intl/langprefs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/langprefs.c -------------------------------------------------------------------------------- /intl/libgnuintl.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/libgnuintl.h.in -------------------------------------------------------------------------------- /intl/libintl.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/libintl.rc -------------------------------------------------------------------------------- /intl/loadinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/loadinfo.h -------------------------------------------------------------------------------- /intl/loadmsgcat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/loadmsgcat.c -------------------------------------------------------------------------------- /intl/localcharset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/localcharset.c -------------------------------------------------------------------------------- /intl/localcharset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/localcharset.h -------------------------------------------------------------------------------- /intl/locale.alias: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/locale.alias -------------------------------------------------------------------------------- /intl/localealias.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/localealias.c -------------------------------------------------------------------------------- /intl/localename.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/localename.c -------------------------------------------------------------------------------- /intl/lock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/lock.c -------------------------------------------------------------------------------- /intl/lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/lock.h -------------------------------------------------------------------------------- /intl/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/log.c -------------------------------------------------------------------------------- /intl/ngettext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/ngettext.c -------------------------------------------------------------------------------- /intl/os2compat.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/os2compat.c -------------------------------------------------------------------------------- /intl/os2compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/os2compat.h -------------------------------------------------------------------------------- /intl/osdep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/osdep.c -------------------------------------------------------------------------------- /intl/plural-exp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/plural-exp.c -------------------------------------------------------------------------------- /intl/plural-exp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/plural-exp.h -------------------------------------------------------------------------------- /intl/plural.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/plural.c -------------------------------------------------------------------------------- /intl/plural.y: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/plural.y -------------------------------------------------------------------------------- /intl/printf-args.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/printf-args.c -------------------------------------------------------------------------------- /intl/printf-args.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/printf-args.h -------------------------------------------------------------------------------- /intl/printf-parse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/printf-parse.c -------------------------------------------------------------------------------- /intl/printf-parse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/printf-parse.h -------------------------------------------------------------------------------- /intl/printf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/printf.c -------------------------------------------------------------------------------- /intl/ref-add.sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/ref-add.sin -------------------------------------------------------------------------------- /intl/ref-del.sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/ref-del.sin -------------------------------------------------------------------------------- /intl/relocatable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/relocatable.c -------------------------------------------------------------------------------- /intl/relocatable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/relocatable.h -------------------------------------------------------------------------------- /intl/setlocale.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/setlocale.c -------------------------------------------------------------------------------- /intl/textdomain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/textdomain.c -------------------------------------------------------------------------------- /intl/threadlib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/threadlib.c -------------------------------------------------------------------------------- /intl/tsearch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/tsearch.c -------------------------------------------------------------------------------- /intl/tsearch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/tsearch.h -------------------------------------------------------------------------------- /intl/vasnprintf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/vasnprintf.c -------------------------------------------------------------------------------- /intl/vasnprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/vasnprintf.h -------------------------------------------------------------------------------- /intl/vasnwprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/vasnwprintf.h -------------------------------------------------------------------------------- /intl/version.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/version.c -------------------------------------------------------------------------------- /intl/wprintf-parse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/wprintf-parse.h -------------------------------------------------------------------------------- /intl/xsize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/intl/xsize.h -------------------------------------------------------------------------------- /m4/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/ChangeLog -------------------------------------------------------------------------------- /m4/ax_append_flag.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/ax_append_flag.m4 -------------------------------------------------------------------------------- /m4/ax_check_link_flag.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/ax_check_link_flag.m4 -------------------------------------------------------------------------------- /m4/ax_require_defined.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/ax_require_defined.m4 -------------------------------------------------------------------------------- /m4/codeset.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/codeset.m4 -------------------------------------------------------------------------------- /m4/fcntl-o.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/fcntl-o.m4 -------------------------------------------------------------------------------- /m4/gettext.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/gettext.m4 -------------------------------------------------------------------------------- /m4/glibc2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/glibc2.m4 -------------------------------------------------------------------------------- /m4/glibc21.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/glibc21.m4 -------------------------------------------------------------------------------- /m4/iconv.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/iconv.m4 -------------------------------------------------------------------------------- /m4/intdiv0.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/intdiv0.m4 -------------------------------------------------------------------------------- /m4/intl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/intl.m4 -------------------------------------------------------------------------------- /m4/intldir.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/intldir.m4 -------------------------------------------------------------------------------- /m4/intlmacosx.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/intlmacosx.m4 -------------------------------------------------------------------------------- /m4/intmax.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/intmax.m4 -------------------------------------------------------------------------------- /m4/inttypes-h.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/inttypes-h.m4 -------------------------------------------------------------------------------- /m4/inttypes-pri.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/inttypes-pri.m4 -------------------------------------------------------------------------------- /m4/inttypes_h.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/inttypes_h.m4 -------------------------------------------------------------------------------- /m4/lcmessage.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/lcmessage.m4 -------------------------------------------------------------------------------- /m4/lib-ld.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/lib-ld.m4 -------------------------------------------------------------------------------- /m4/lib-link.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/lib-link.m4 -------------------------------------------------------------------------------- /m4/lib-prefix.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/lib-prefix.m4 -------------------------------------------------------------------------------- /m4/lock.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/lock.m4 -------------------------------------------------------------------------------- /m4/longdouble.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/longdouble.m4 -------------------------------------------------------------------------------- /m4/longlong.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/longlong.m4 -------------------------------------------------------------------------------- /m4/nls.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/nls.m4 -------------------------------------------------------------------------------- /m4/po.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/po.m4 -------------------------------------------------------------------------------- /m4/printf-posix.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/printf-posix.m4 -------------------------------------------------------------------------------- /m4/progtest.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/progtest.m4 -------------------------------------------------------------------------------- /m4/sdl2.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/sdl2.m4 -------------------------------------------------------------------------------- /m4/signed.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/signed.m4 -------------------------------------------------------------------------------- /m4/size_max.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/size_max.m4 -------------------------------------------------------------------------------- /m4/stdint_h.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/stdint_h.m4 -------------------------------------------------------------------------------- /m4/threadlib.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/threadlib.m4 -------------------------------------------------------------------------------- /m4/uintmax_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/uintmax_t.m4 -------------------------------------------------------------------------------- /m4/ulonglong.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/ulonglong.m4 -------------------------------------------------------------------------------- /m4/visibility.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/visibility.m4 -------------------------------------------------------------------------------- /m4/wchar_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/wchar_t.m4 -------------------------------------------------------------------------------- /m4/wint_t.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/wint_t.m4 -------------------------------------------------------------------------------- /m4/xsize.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/m4/xsize.m4 -------------------------------------------------------------------------------- /missing: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/missing -------------------------------------------------------------------------------- /mkinstalldirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/mkinstalldirs -------------------------------------------------------------------------------- /mswin/build-mednafen.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/mswin/build-mednafen.sh -------------------------------------------------------------------------------- /mswin/build-toolchain.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/mswin/build-toolchain.sh -------------------------------------------------------------------------------- /package.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/package.sh -------------------------------------------------------------------------------- /po/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/ChangeLog -------------------------------------------------------------------------------- /po/LINGUAS: -------------------------------------------------------------------------------- 1 | # Set of available languages. 2 | # en 3 | ru es de 4 | -------------------------------------------------------------------------------- /po/Makefile.in.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/Makefile.in.in -------------------------------------------------------------------------------- /po/Makevars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/Makevars -------------------------------------------------------------------------------- /po/POTFILES.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/POTFILES.in -------------------------------------------------------------------------------- /po/Rules-quot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/Rules-quot -------------------------------------------------------------------------------- /po/boldquot.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/boldquot.sed -------------------------------------------------------------------------------- /po/de.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/de.gmo -------------------------------------------------------------------------------- /po/de.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/de.po -------------------------------------------------------------------------------- /po/en@boldquot.header: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/en@boldquot.header -------------------------------------------------------------------------------- /po/en@quot.header: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/en@quot.header -------------------------------------------------------------------------------- /po/es.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/es.gmo -------------------------------------------------------------------------------- /po/es.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/es.po -------------------------------------------------------------------------------- /po/insert-header.sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/insert-header.sin -------------------------------------------------------------------------------- /po/mednafen.pot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/mednafen.pot -------------------------------------------------------------------------------- /po/quot.sed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/quot.sed -------------------------------------------------------------------------------- /po/remove-potcdate.sin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/remove-potcdate.sin -------------------------------------------------------------------------------- /po/ru.gmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/ru.gmo -------------------------------------------------------------------------------- /po/ru.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/po/ru.po -------------------------------------------------------------------------------- /po/stamp-po: -------------------------------------------------------------------------------- 1 | timestamp 2 | -------------------------------------------------------------------------------- /src/AtomicFIFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/AtomicFIFO.h -------------------------------------------------------------------------------- /src/ExtMemStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ExtMemStream.cpp -------------------------------------------------------------------------------- /src/ExtMemStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ExtMemStream.h -------------------------------------------------------------------------------- /src/FileStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/FileStream.cpp -------------------------------------------------------------------------------- /src/FileStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/FileStream.h -------------------------------------------------------------------------------- /src/IPSPatcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/IPSPatcher.cpp -------------------------------------------------------------------------------- /src/IPSPatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/IPSPatcher.h -------------------------------------------------------------------------------- /src/MTStreamReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/MTStreamReader.cpp -------------------------------------------------------------------------------- /src/MTStreamReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/MTStreamReader.h -------------------------------------------------------------------------------- /src/MThreading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/MThreading.h -------------------------------------------------------------------------------- /src/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/Makefile.am -------------------------------------------------------------------------------- /src/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/Makefile.in -------------------------------------------------------------------------------- /src/MemoryStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/MemoryStream.cpp -------------------------------------------------------------------------------- /src/MemoryStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/MemoryStream.h -------------------------------------------------------------------------------- /src/NativeVFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/NativeVFS.cpp -------------------------------------------------------------------------------- /src/NativeVFS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/NativeVFS.h -------------------------------------------------------------------------------- /src/PSFLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/PSFLoader.cpp -------------------------------------------------------------------------------- /src/PSFLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/PSFLoader.h -------------------------------------------------------------------------------- /src/SNSFLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/SNSFLoader.cpp -------------------------------------------------------------------------------- /src/SNSFLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/SNSFLoader.h -------------------------------------------------------------------------------- /src/SPCReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/SPCReader.cpp -------------------------------------------------------------------------------- /src/SPCReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/SPCReader.h -------------------------------------------------------------------------------- /src/SSFLoader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/SSFLoader.cpp -------------------------------------------------------------------------------- /src/SSFLoader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/SSFLoader.h -------------------------------------------------------------------------------- /src/SimpleBitset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/SimpleBitset.h -------------------------------------------------------------------------------- /src/Stream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/Stream.cpp -------------------------------------------------------------------------------- /src/Stream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/Stream.h -------------------------------------------------------------------------------- /src/Time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/Time.h -------------------------------------------------------------------------------- /src/VirtualFS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/VirtualFS.cpp -------------------------------------------------------------------------------- /src/VirtualFS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/VirtualFS.h -------------------------------------------------------------------------------- /src/apple2/apple2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/apple2.cpp -------------------------------------------------------------------------------- /src/apple2/apple2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/apple2.h -------------------------------------------------------------------------------- /src/apple2/debug.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/debug.inc -------------------------------------------------------------------------------- /src/apple2/disk2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/disk2.cpp -------------------------------------------------------------------------------- /src/apple2/disk2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/disk2.h -------------------------------------------------------------------------------- /src/apple2/gameio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/gameio.cpp -------------------------------------------------------------------------------- /src/apple2/gameio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/gameio.h -------------------------------------------------------------------------------- /src/apple2/hdd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/hdd.cpp -------------------------------------------------------------------------------- /src/apple2/hdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/hdd.h -------------------------------------------------------------------------------- /src/apple2/kbio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/kbio.cpp -------------------------------------------------------------------------------- /src/apple2/kbio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/kbio.h -------------------------------------------------------------------------------- /src/apple2/notes/CHROMA-ICS: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/apple2/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/sound.cpp -------------------------------------------------------------------------------- /src/apple2/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/sound.h -------------------------------------------------------------------------------- /src/apple2/video.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/video.cpp -------------------------------------------------------------------------------- /src/apple2/video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/apple2/video.h -------------------------------------------------------------------------------- /src/cdplay/cdplay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdplay/cdplay.cpp -------------------------------------------------------------------------------- /src/cdrom/CDAFReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/CDAFReader.cpp -------------------------------------------------------------------------------- /src/cdrom/CDAFReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/CDAFReader.h -------------------------------------------------------------------------------- /src/cdrom/CDAccess.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/CDAccess.cpp -------------------------------------------------------------------------------- /src/cdrom/CDAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/CDAccess.h -------------------------------------------------------------------------------- /src/cdrom/CDAccess_CCD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/CDAccess_CCD.h -------------------------------------------------------------------------------- /src/cdrom/CDInterface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/CDInterface.h -------------------------------------------------------------------------------- /src/cdrom/CDUtility.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/CDUtility.cpp -------------------------------------------------------------------------------- /src/cdrom/CDUtility.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/CDUtility.h -------------------------------------------------------------------------------- /src/cdrom/SimpleFIFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/SimpleFIFO.h -------------------------------------------------------------------------------- /src/cdrom/crc32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/crc32.cpp -------------------------------------------------------------------------------- /src/cdrom/dvdisaster.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/dvdisaster.h -------------------------------------------------------------------------------- /src/cdrom/galois.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/galois.cpp -------------------------------------------------------------------------------- /src/cdrom/l-ec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/l-ec.cpp -------------------------------------------------------------------------------- /src/cdrom/lec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/lec.cpp -------------------------------------------------------------------------------- /src/cdrom/lec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/lec.h -------------------------------------------------------------------------------- /src/cdrom/scsicd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/scsicd.cpp -------------------------------------------------------------------------------- /src/cdrom/scsicd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cdrom/scsicd.h -------------------------------------------------------------------------------- /src/cheat_formats/gb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cheat_formats/gb.cpp -------------------------------------------------------------------------------- /src/cheat_formats/gb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cheat_formats/gb.h -------------------------------------------------------------------------------- /src/cheat_formats/psx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cheat_formats/psx.h -------------------------------------------------------------------------------- /src/cheat_formats/snes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cheat_formats/snes.h -------------------------------------------------------------------------------- /src/compress/ZIPReader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/compress/ZIPReader.h -------------------------------------------------------------------------------- /src/cputest/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cputest/README -------------------------------------------------------------------------------- /src/cputest/cputest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cputest/cputest.c -------------------------------------------------------------------------------- /src/cputest/cputest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cputest/cputest.h -------------------------------------------------------------------------------- /src/cputest/ppc_cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cputest/ppc_cpu.c -------------------------------------------------------------------------------- /src/cputest/x86_cpu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cputest/x86_cpu.c -------------------------------------------------------------------------------- /src/cputest/x86_cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/cputest/x86_cpu.h -------------------------------------------------------------------------------- /src/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/debug.cpp -------------------------------------------------------------------------------- /src/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/debug.h -------------------------------------------------------------------------------- /src/demo/Makefile.am.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/demo/Makefile.am.inc -------------------------------------------------------------------------------- /src/demo/demo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/demo/demo.cpp -------------------------------------------------------------------------------- /src/desa68/desa68.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/desa68/desa68.c -------------------------------------------------------------------------------- /src/desa68/desa68.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/desa68/desa68.h -------------------------------------------------------------------------------- /src/driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/driver.h -------------------------------------------------------------------------------- /src/drivers/2xSaI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/2xSaI.cpp -------------------------------------------------------------------------------- /src/drivers/2xSaI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/2xSaI.h -------------------------------------------------------------------------------- /src/drivers/Joystick.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/Joystick.cpp -------------------------------------------------------------------------------- /src/drivers/Joystick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/Joystick.h -------------------------------------------------------------------------------- /src/drivers/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/Makefile.am -------------------------------------------------------------------------------- /src/drivers/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/Makefile.in -------------------------------------------------------------------------------- /src/drivers/README.WIN32: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/README.WIN32 -------------------------------------------------------------------------------- /src/drivers/TextEntry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/TextEntry.h -------------------------------------------------------------------------------- /src/drivers/args.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/args.cpp -------------------------------------------------------------------------------- /src/drivers/args.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/args.h -------------------------------------------------------------------------------- /src/drivers/cheat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/cheat.cpp -------------------------------------------------------------------------------- /src/drivers/cheat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/cheat.h -------------------------------------------------------------------------------- /src/drivers/console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/console.h -------------------------------------------------------------------------------- /src/drivers/ers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/ers.cpp -------------------------------------------------------------------------------- /src/drivers/ers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/ers.h -------------------------------------------------------------------------------- /src/drivers/fps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/fps.cpp -------------------------------------------------------------------------------- /src/drivers/fps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/fps.h -------------------------------------------------------------------------------- /src/drivers/help.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/help.cpp -------------------------------------------------------------------------------- /src/drivers/help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/help.h -------------------------------------------------------------------------------- /src/drivers/hq2x.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/hq2x.cpp -------------------------------------------------------------------------------- /src/drivers/hq3x.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/hq3x.cpp -------------------------------------------------------------------------------- /src/drivers/hq4x.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/hq4x.cpp -------------------------------------------------------------------------------- /src/drivers/icon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/icon.h -------------------------------------------------------------------------------- /src/drivers/input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/input.cpp -------------------------------------------------------------------------------- /src/drivers/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/input.h -------------------------------------------------------------------------------- /src/drivers/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/main.cpp -------------------------------------------------------------------------------- /src/drivers/main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/main.h -------------------------------------------------------------------------------- /src/drivers/mouse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/mouse.cpp -------------------------------------------------------------------------------- /src/drivers/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/mouse.h -------------------------------------------------------------------------------- /src/drivers/netplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/netplay.h -------------------------------------------------------------------------------- /src/drivers/nnx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/nnx.cpp -------------------------------------------------------------------------------- /src/drivers/nnx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/nnx.h -------------------------------------------------------------------------------- /src/drivers/nongl.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/nongl.cpp -------------------------------------------------------------------------------- /src/drivers/nongl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/nongl.h -------------------------------------------------------------------------------- /src/drivers/opengl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/opengl.h -------------------------------------------------------------------------------- /src/drivers/prompt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/prompt.h -------------------------------------------------------------------------------- /src/drivers/remote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/remote.h -------------------------------------------------------------------------------- /src/drivers/rmdui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/rmdui.cpp -------------------------------------------------------------------------------- /src/drivers/rmdui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/rmdui.h -------------------------------------------------------------------------------- /src/drivers/scale2x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/scale2x.c -------------------------------------------------------------------------------- /src/drivers/scale2x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/scale2x.h -------------------------------------------------------------------------------- /src/drivers/scale3x.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/scale3x.c -------------------------------------------------------------------------------- /src/drivers/scale3x.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/scale3x.h -------------------------------------------------------------------------------- /src/drivers/shader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/shader.h -------------------------------------------------------------------------------- /src/drivers/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/sound.cpp -------------------------------------------------------------------------------- /src/drivers/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/sound.h -------------------------------------------------------------------------------- /src/drivers/video.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/video.cpp -------------------------------------------------------------------------------- /src/drivers/video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/drivers/video.h -------------------------------------------------------------------------------- /src/endian.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/endian.cpp -------------------------------------------------------------------------------- /src/endian.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/endian.h -------------------------------------------------------------------------------- /src/error.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/error.cpp -------------------------------------------------------------------------------- /src/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/error.h -------------------------------------------------------------------------------- /src/file.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/file.cpp -------------------------------------------------------------------------------- /src/file.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/file.h -------------------------------------------------------------------------------- /src/gb/gb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/gb.cpp -------------------------------------------------------------------------------- /src/gb/gb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/gb.h -------------------------------------------------------------------------------- /src/gb/gbCodes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/gbCodes.h -------------------------------------------------------------------------------- /src/gb/gbCodesCB.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/gbCodesCB.h -------------------------------------------------------------------------------- /src/gb/gbGlobals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/gbGlobals.cpp -------------------------------------------------------------------------------- /src/gb/gbGlobals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/gbGlobals.h -------------------------------------------------------------------------------- /src/gb/gfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/gfx.cpp -------------------------------------------------------------------------------- /src/gb/memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/memory.cpp -------------------------------------------------------------------------------- /src/gb/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/memory.h -------------------------------------------------------------------------------- /src/gb/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/sound.cpp -------------------------------------------------------------------------------- /src/gb/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/sound.h -------------------------------------------------------------------------------- /src/gb/z80.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/z80.cpp -------------------------------------------------------------------------------- /src/gb/z80.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gb/z80.h -------------------------------------------------------------------------------- /src/gba/GBA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/GBA.cpp -------------------------------------------------------------------------------- /src/gba/GBA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/GBA.h -------------------------------------------------------------------------------- /src/gba/GBAinline.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/GBAinline.cpp -------------------------------------------------------------------------------- /src/gba/GBAinline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/GBAinline.h -------------------------------------------------------------------------------- /src/gba/Gfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Gfx.cpp -------------------------------------------------------------------------------- /src/gba/Gfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Gfx.h -------------------------------------------------------------------------------- /src/gba/Globals.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Globals.cpp -------------------------------------------------------------------------------- /src/gba/Globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Globals.h -------------------------------------------------------------------------------- /src/gba/Mode0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Mode0.cpp -------------------------------------------------------------------------------- /src/gba/Mode1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Mode1.cpp -------------------------------------------------------------------------------- /src/gba/Mode2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Mode2.cpp -------------------------------------------------------------------------------- /src/gba/Mode3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Mode3.cpp -------------------------------------------------------------------------------- /src/gba/Mode4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Mode4.cpp -------------------------------------------------------------------------------- /src/gba/Mode5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Mode5.cpp -------------------------------------------------------------------------------- /src/gba/Port.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Port.h -------------------------------------------------------------------------------- /src/gba/RTC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/RTC.cpp -------------------------------------------------------------------------------- /src/gba/RTC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/RTC.h -------------------------------------------------------------------------------- /src/gba/Sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Sound.cpp -------------------------------------------------------------------------------- /src/gba/Sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/Sound.h -------------------------------------------------------------------------------- /src/gba/arm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/arm.cpp -------------------------------------------------------------------------------- /src/gba/arm.h: -------------------------------------------------------------------------------- 1 | namespace MDFN_IEN_GBA 2 | { 3 | 4 | unsigned int RunARM(void); 5 | 6 | } 7 | -------------------------------------------------------------------------------- /src/gba/bios.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/bios.cpp -------------------------------------------------------------------------------- /src/gba/bios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/bios.h -------------------------------------------------------------------------------- /src/gba/eeprom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/eeprom.cpp -------------------------------------------------------------------------------- /src/gba/eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/eeprom.h -------------------------------------------------------------------------------- /src/gba/flash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/flash.cpp -------------------------------------------------------------------------------- /src/gba/flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/flash.h -------------------------------------------------------------------------------- /src/gba/gfx-draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/gfx-draw.h -------------------------------------------------------------------------------- /src/gba/myrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/myrom.h -------------------------------------------------------------------------------- /src/gba/sram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/sram.cpp -------------------------------------------------------------------------------- /src/gba/sram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/sram.h -------------------------------------------------------------------------------- /src/gba/thumb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gba/thumb.cpp -------------------------------------------------------------------------------- /src/gba/thumb.h: -------------------------------------------------------------------------------- 1 | namespace MDFN_IEN_GBA 2 | { 3 | 4 | unsigned int RunTHUMB(void); 5 | 6 | } 7 | -------------------------------------------------------------------------------- /src/general.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/general.cpp -------------------------------------------------------------------------------- /src/general.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/general.h -------------------------------------------------------------------------------- /src/gettext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/gettext.h -------------------------------------------------------------------------------- /src/git.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/git.cpp -------------------------------------------------------------------------------- /src/git.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/git.h -------------------------------------------------------------------------------- /src/hash/crc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/hash/crc.cpp -------------------------------------------------------------------------------- /src/hash/crc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/hash/crc.h -------------------------------------------------------------------------------- /src/hash/md5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/hash/md5.cpp -------------------------------------------------------------------------------- /src/hash/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/hash/md5.h -------------------------------------------------------------------------------- /src/hash/sha1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/hash/sha1.cpp -------------------------------------------------------------------------------- /src/hash/sha1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/hash/sha1.h -------------------------------------------------------------------------------- /src/hash/sha256.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/hash/sha256.cpp -------------------------------------------------------------------------------- /src/hash/sha256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/hash/sha256.h -------------------------------------------------------------------------------- /src/jump.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/jump.h -------------------------------------------------------------------------------- /src/lepacker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lepacker.h -------------------------------------------------------------------------------- /src/lynx/c6502mak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/c6502mak.h -------------------------------------------------------------------------------- /src/lynx/c65c02.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/c65c02.cpp -------------------------------------------------------------------------------- /src/lynx/c65c02.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/c65c02.h -------------------------------------------------------------------------------- /src/lynx/cart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/cart.cpp -------------------------------------------------------------------------------- /src/lynx/cart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/cart.h -------------------------------------------------------------------------------- /src/lynx/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/license.txt -------------------------------------------------------------------------------- /src/lynx/lynxbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/lynxbase.h -------------------------------------------------------------------------------- /src/lynx/lynxdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/lynxdef.h -------------------------------------------------------------------------------- /src/lynx/machine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/machine.h -------------------------------------------------------------------------------- /src/lynx/memmap.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/memmap.cpp -------------------------------------------------------------------------------- /src/lynx/memmap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/memmap.h -------------------------------------------------------------------------------- /src/lynx/mikie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/mikie.cpp -------------------------------------------------------------------------------- /src/lynx/mikie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/mikie.h -------------------------------------------------------------------------------- /src/lynx/ram.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/ram.cpp -------------------------------------------------------------------------------- /src/lynx/ram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/ram.h -------------------------------------------------------------------------------- /src/lynx/rom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/rom.cpp -------------------------------------------------------------------------------- /src/lynx/rom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/rom.h -------------------------------------------------------------------------------- /src/lynx/susie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/susie.cpp -------------------------------------------------------------------------------- /src/lynx/susie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/susie.h -------------------------------------------------------------------------------- /src/lynx/sysbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/sysbase.h -------------------------------------------------------------------------------- /src/lynx/system.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/system.cpp -------------------------------------------------------------------------------- /src/lynx/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/lynx/system.h -------------------------------------------------------------------------------- /src/math_ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/math_ops.h -------------------------------------------------------------------------------- /src/md/cart/cart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cart/cart.cpp -------------------------------------------------------------------------------- /src/md/cart/cart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cart/cart.h -------------------------------------------------------------------------------- /src/md/cart/map_ff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cart/map_ff.h -------------------------------------------------------------------------------- /src/md/cart/map_rom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cart/map_rom.h -------------------------------------------------------------------------------- /src/md/cart/map_sbb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cart/map_sbb.h -------------------------------------------------------------------------------- /src/md/cart/map_svp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cart/map_svp.h -------------------------------------------------------------------------------- /src/md/cart/ssp16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cart/ssp16.c -------------------------------------------------------------------------------- /src/md/cart/ssp16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cart/ssp16.h -------------------------------------------------------------------------------- /src/md/cd/cd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cd/cd.cpp -------------------------------------------------------------------------------- /src/md/cd/cd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cd/cd.h -------------------------------------------------------------------------------- /src/md/cd/cdc_cdd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cd/cdc_cdd.cpp -------------------------------------------------------------------------------- /src/md/cd/cdc_cdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cd/cdc_cdd.h -------------------------------------------------------------------------------- /src/md/cd/interrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cd/interrupt.h -------------------------------------------------------------------------------- /src/md/cd/pcm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cd/pcm.cpp -------------------------------------------------------------------------------- /src/md/cd/pcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cd/pcm.h -------------------------------------------------------------------------------- /src/md/cd/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cd/timer.cpp -------------------------------------------------------------------------------- /src/md/cd/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/cd/timer.h -------------------------------------------------------------------------------- /src/md/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/debug.cpp -------------------------------------------------------------------------------- /src/md/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/debug.h -------------------------------------------------------------------------------- /src/md/genesis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/genesis.cpp -------------------------------------------------------------------------------- /src/md/genesis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/genesis.h -------------------------------------------------------------------------------- /src/md/genio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/genio.cpp -------------------------------------------------------------------------------- /src/md/genio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/genio.h -------------------------------------------------------------------------------- /src/md/header.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/header.cpp -------------------------------------------------------------------------------- /src/md/header.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/header.h -------------------------------------------------------------------------------- /src/md/hvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/hvc.h -------------------------------------------------------------------------------- /src/md/input/4way.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/input/4way.cpp -------------------------------------------------------------------------------- /src/md/input/4way.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/input/4way.h -------------------------------------------------------------------------------- /src/md/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/macros.h -------------------------------------------------------------------------------- /src/md/mem68k.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/mem68k.cpp -------------------------------------------------------------------------------- /src/md/mem68k.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/mem68k.h -------------------------------------------------------------------------------- /src/md/membnk.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/membnk.cpp -------------------------------------------------------------------------------- /src/md/membnk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/membnk.h -------------------------------------------------------------------------------- /src/md/memvdp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/memvdp.cpp -------------------------------------------------------------------------------- /src/md/memvdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/memvdp.h -------------------------------------------------------------------------------- /src/md/memz80.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/memz80.cpp -------------------------------------------------------------------------------- /src/md/memz80.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/memz80.h -------------------------------------------------------------------------------- /src/md/shared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/shared.h -------------------------------------------------------------------------------- /src/md/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/sound.cpp -------------------------------------------------------------------------------- /src/md/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/sound.h -------------------------------------------------------------------------------- /src/md/system.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/system.cpp -------------------------------------------------------------------------------- /src/md/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/system.h -------------------------------------------------------------------------------- /src/md/vcnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/vcnt.h -------------------------------------------------------------------------------- /src/md/vdp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/vdp.cpp -------------------------------------------------------------------------------- /src/md/vdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/vdp.h -------------------------------------------------------------------------------- /src/md/vdp_run.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/md/vdp_run.inc -------------------------------------------------------------------------------- /src/mednafen-driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mednafen-driver.h -------------------------------------------------------------------------------- /src/mednafen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mednafen.cpp -------------------------------------------------------------------------------- /src/mednafen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mednafen.h -------------------------------------------------------------------------------- /src/memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/memory.cpp -------------------------------------------------------------------------------- /src/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/memory.h -------------------------------------------------------------------------------- /src/mempatcher.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mempatcher.cpp -------------------------------------------------------------------------------- /src/mempatcher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mempatcher.h -------------------------------------------------------------------------------- /src/minilzo/lzoconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/minilzo/lzoconf.h -------------------------------------------------------------------------------- /src/minilzo/lzodefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/minilzo/lzodefs.h -------------------------------------------------------------------------------- /src/minilzo/minilzo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/minilzo/minilzo.c -------------------------------------------------------------------------------- /src/movie-driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/movie-driver.h -------------------------------------------------------------------------------- /src/movie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/movie.cpp -------------------------------------------------------------------------------- /src/movie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/movie.h -------------------------------------------------------------------------------- /src/mpcdec/ChangeLog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/ChangeLog -------------------------------------------------------------------------------- /src/mpcdec/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/README -------------------------------------------------------------------------------- /src/mpcdec/crc32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/crc32.c -------------------------------------------------------------------------------- /src/mpcdec/decoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/decoder.h -------------------------------------------------------------------------------- /src/mpcdec/huffman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/huffman.c -------------------------------------------------------------------------------- /src/mpcdec/huffman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/huffman.h -------------------------------------------------------------------------------- /src/mpcdec/internal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/internal.h -------------------------------------------------------------------------------- /src/mpcdec/minimax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/minimax.h -------------------------------------------------------------------------------- /src/mpcdec/mpcdec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/mpcdec.h -------------------------------------------------------------------------------- /src/mpcdec/mpcmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/mpcmath.h -------------------------------------------------------------------------------- /src/mpcdec/reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/reader.h -------------------------------------------------------------------------------- /src/mpcdec/requant.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/requant.c -------------------------------------------------------------------------------- /src/mpcdec/requant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/mpcdec/requant.h -------------------------------------------------------------------------------- /src/nes/NES-TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/NES-TODO -------------------------------------------------------------------------------- /src/nes/boards/15.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/15.cpp -------------------------------------------------------------------------------- /src/nes/boards/16.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/16.cpp -------------------------------------------------------------------------------- /src/nes/boards/18.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/18.cpp -------------------------------------------------------------------------------- /src/nes/boards/21.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/21.cpp -------------------------------------------------------------------------------- /src/nes/boards/22.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/22.cpp -------------------------------------------------------------------------------- /src/nes/boards/23.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/23.cpp -------------------------------------------------------------------------------- /src/nes/boards/25.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/25.cpp -------------------------------------------------------------------------------- /src/nes/boards/30.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/30.cpp -------------------------------------------------------------------------------- /src/nes/boards/32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/32.cpp -------------------------------------------------------------------------------- /src/nes/boards/33.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/33.cpp -------------------------------------------------------------------------------- /src/nes/boards/34.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/34.cpp -------------------------------------------------------------------------------- /src/nes/boards/38.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/38.cpp -------------------------------------------------------------------------------- /src/nes/boards/40.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/40.cpp -------------------------------------------------------------------------------- /src/nes/boards/41.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/41.cpp -------------------------------------------------------------------------------- /src/nes/boards/42.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/42.cpp -------------------------------------------------------------------------------- /src/nes/boards/46.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/46.cpp -------------------------------------------------------------------------------- /src/nes/boards/51.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/51.cpp -------------------------------------------------------------------------------- /src/nes/boards/65.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/65.cpp -------------------------------------------------------------------------------- /src/nes/boards/67.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/67.cpp -------------------------------------------------------------------------------- /src/nes/boards/68.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/68.cpp -------------------------------------------------------------------------------- /src/nes/boards/70.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/70.cpp -------------------------------------------------------------------------------- /src/nes/boards/72.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/72.cpp -------------------------------------------------------------------------------- /src/nes/boards/73.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/73.cpp -------------------------------------------------------------------------------- /src/nes/boards/75.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/75.cpp -------------------------------------------------------------------------------- /src/nes/boards/76.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/76.cpp -------------------------------------------------------------------------------- /src/nes/boards/77.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/77.cpp -------------------------------------------------------------------------------- /src/nes/boards/78.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/78.cpp -------------------------------------------------------------------------------- /src/nes/boards/8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/8.cpp -------------------------------------------------------------------------------- /src/nes/boards/80.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/80.cpp -------------------------------------------------------------------------------- /src/nes/boards/82.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/82.cpp -------------------------------------------------------------------------------- /src/nes/boards/86.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/86.cpp -------------------------------------------------------------------------------- /src/nes/boards/87.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/87.cpp -------------------------------------------------------------------------------- /src/nes/boards/88.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/88.cpp -------------------------------------------------------------------------------- /src/nes/boards/89.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/89.cpp -------------------------------------------------------------------------------- /src/nes/boards/90.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/90.cpp -------------------------------------------------------------------------------- /src/nes/boards/92.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/92.cpp -------------------------------------------------------------------------------- /src/nes/boards/93.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/93.cpp -------------------------------------------------------------------------------- /src/nes/boards/94.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/94.cpp -------------------------------------------------------------------------------- /src/nes/boards/95.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/95.cpp -------------------------------------------------------------------------------- /src/nes/boards/96.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/96.cpp -------------------------------------------------------------------------------- /src/nes/boards/97.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/97.cpp -------------------------------------------------------------------------------- /src/nes/boards/99.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/boards/99.cpp -------------------------------------------------------------------------------- /src/nes/cart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/cart.cpp -------------------------------------------------------------------------------- /src/nes/cart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/cart.h -------------------------------------------------------------------------------- /src/nes/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/debug.cpp -------------------------------------------------------------------------------- /src/nes/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/debug.h -------------------------------------------------------------------------------- /src/nes/dis6502.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/dis6502.cpp -------------------------------------------------------------------------------- /src/nes/dis6502.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/dis6502.h -------------------------------------------------------------------------------- /src/nes/fds-sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/fds-sound.cpp -------------------------------------------------------------------------------- /src/nes/fds-sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/fds-sound.h -------------------------------------------------------------------------------- /src/nes/fds.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/fds.cpp -------------------------------------------------------------------------------- /src/nes/fds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/fds.h -------------------------------------------------------------------------------- /src/nes/ines-bad.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/ines-bad.inc -------------------------------------------------------------------------------- /src/nes/ines.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/ines.cpp -------------------------------------------------------------------------------- /src/nes/ines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/ines.h -------------------------------------------------------------------------------- /src/nes/input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/input.cpp -------------------------------------------------------------------------------- /src/nes/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/input.h -------------------------------------------------------------------------------- /src/nes/input/fkb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/input/fkb.cpp -------------------------------------------------------------------------------- /src/nes/input/fkb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/input/fkb.h -------------------------------------------------------------------------------- /src/nes/input/share.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/input/share.h -------------------------------------------------------------------------------- /src/nes/nes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/nes.cpp -------------------------------------------------------------------------------- /src/nes/nes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/nes.h -------------------------------------------------------------------------------- /src/nes/nsf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/nsf.cpp -------------------------------------------------------------------------------- /src/nes/nsf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/nsf.h -------------------------------------------------------------------------------- /src/nes/nsfe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/nsfe.cpp -------------------------------------------------------------------------------- /src/nes/nsfe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/nsfe.h -------------------------------------------------------------------------------- /src/nes/ntsc/LGPL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/ntsc/LGPL.txt -------------------------------------------------------------------------------- /src/nes/ntsc/demo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/ntsc/demo.c -------------------------------------------------------------------------------- /src/nes/ntsc/nes.raw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/ntsc/nes.raw -------------------------------------------------------------------------------- /src/nes/ops.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/ops.h -------------------------------------------------------------------------------- /src/nes/ppu/palette.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/ppu/palette.h -------------------------------------------------------------------------------- /src/nes/ppu/ppu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/ppu/ppu.cpp -------------------------------------------------------------------------------- /src/nes/ppu/ppu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/ppu/ppu.h -------------------------------------------------------------------------------- /src/nes/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/sound.cpp -------------------------------------------------------------------------------- /src/nes/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/sound.h -------------------------------------------------------------------------------- /src/nes/unif.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/unif.cpp -------------------------------------------------------------------------------- /src/nes/unif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/unif.h -------------------------------------------------------------------------------- /src/nes/vsuni.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/vsuni.cpp -------------------------------------------------------------------------------- /src/nes/vsuni.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/vsuni.h -------------------------------------------------------------------------------- /src/nes/x6502.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/x6502.cpp -------------------------------------------------------------------------------- /src/nes/x6502.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/x6502.h -------------------------------------------------------------------------------- /src/nes/x6502struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/nes/x6502struct.h -------------------------------------------------------------------------------- /src/net/Net.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/net/Net.cpp -------------------------------------------------------------------------------- /src/net/Net.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/net/Net.h -------------------------------------------------------------------------------- /src/net/Net_POSIX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/net/Net_POSIX.cpp -------------------------------------------------------------------------------- /src/net/Net_POSIX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/net/Net_POSIX.h -------------------------------------------------------------------------------- /src/net/Net_WS2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/net/Net_WS2.cpp -------------------------------------------------------------------------------- /src/net/Net_WS2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/net/Net_WS2.h -------------------------------------------------------------------------------- /src/netplay-driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/netplay-driver.h -------------------------------------------------------------------------------- /src/netplay.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/netplay.cpp -------------------------------------------------------------------------------- /src/netplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/netplay.h -------------------------------------------------------------------------------- /src/ngp/T6W28_Apu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/T6W28_Apu.cpp -------------------------------------------------------------------------------- /src/ngp/T6W28_Apu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/T6W28_Apu.h -------------------------------------------------------------------------------- /src/ngp/T6W28_Oscs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/T6W28_Oscs.h -------------------------------------------------------------------------------- /src/ngp/bios.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/bios.cpp -------------------------------------------------------------------------------- /src/ngp/bios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/bios.h -------------------------------------------------------------------------------- /src/ngp/biosHLE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/biosHLE.cpp -------------------------------------------------------------------------------- /src/ngp/dma.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/dma.cpp -------------------------------------------------------------------------------- /src/ngp/dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/dma.h -------------------------------------------------------------------------------- /src/ngp/flash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/flash.cpp -------------------------------------------------------------------------------- /src/ngp/flash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/flash.h -------------------------------------------------------------------------------- /src/ngp/gfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/gfx.cpp -------------------------------------------------------------------------------- /src/ngp/gfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/gfx.h -------------------------------------------------------------------------------- /src/ngp/interrupt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/interrupt.cpp -------------------------------------------------------------------------------- /src/ngp/interrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/interrupt.h -------------------------------------------------------------------------------- /src/ngp/mem.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/mem.cpp -------------------------------------------------------------------------------- /src/ngp/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/mem.h -------------------------------------------------------------------------------- /src/ngp/neopop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/neopop.cpp -------------------------------------------------------------------------------- /src/ngp/neopop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/neopop.h -------------------------------------------------------------------------------- /src/ngp/rom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/rom.cpp -------------------------------------------------------------------------------- /src/ngp/rtc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/rtc.cpp -------------------------------------------------------------------------------- /src/ngp/rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/rtc.h -------------------------------------------------------------------------------- /src/ngp/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/sound.cpp -------------------------------------------------------------------------------- /src/ngp/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ngp/sound.h -------------------------------------------------------------------------------- /src/pce/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/debug.cpp -------------------------------------------------------------------------------- /src/pce/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/debug.h -------------------------------------------------------------------------------- /src/pce/dis6280.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/dis6280.cpp -------------------------------------------------------------------------------- /src/pce/dis6280.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/dis6280.h -------------------------------------------------------------------------------- /src/pce/hes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/hes.cpp -------------------------------------------------------------------------------- /src/pce/hes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/hes.h -------------------------------------------------------------------------------- /src/pce/huc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/huc.cpp -------------------------------------------------------------------------------- /src/pce/huc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/huc.h -------------------------------------------------------------------------------- /src/pce/huc6280.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/huc6280.cpp -------------------------------------------------------------------------------- /src/pce/huc6280.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/huc6280.h -------------------------------------------------------------------------------- /src/pce/input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/input.cpp -------------------------------------------------------------------------------- /src/pce/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/input.h -------------------------------------------------------------------------------- /src/pce/input/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/input/mouse.h -------------------------------------------------------------------------------- /src/pce/mcgenjin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/mcgenjin.cpp -------------------------------------------------------------------------------- /src/pce/mcgenjin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/mcgenjin.h -------------------------------------------------------------------------------- /src/pce/notes/PATENTS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/notes/PATENTS -------------------------------------------------------------------------------- /src/pce/pce.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/pce.cpp -------------------------------------------------------------------------------- /src/pce/pce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/pce.h -------------------------------------------------------------------------------- /src/pce/pcecd.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/pcecd.cpp -------------------------------------------------------------------------------- /src/pce/pcecd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/pcecd.h -------------------------------------------------------------------------------- /src/pce/tsushin.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/tsushin.cpp -------------------------------------------------------------------------------- /src/pce/tsushin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/tsushin.h -------------------------------------------------------------------------------- /src/pce/vce.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/vce.cpp -------------------------------------------------------------------------------- /src/pce/vce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce/vce.h -------------------------------------------------------------------------------- /src/pce_fast/hes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/hes.cpp -------------------------------------------------------------------------------- /src/pce_fast/hes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/hes.h -------------------------------------------------------------------------------- /src/pce_fast/huc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/huc.cpp -------------------------------------------------------------------------------- /src/pce_fast/huc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/huc.h -------------------------------------------------------------------------------- /src/pce_fast/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/input.h -------------------------------------------------------------------------------- /src/pce_fast/pce.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/pce.cpp -------------------------------------------------------------------------------- /src/pce_fast/pce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/pce.h -------------------------------------------------------------------------------- /src/pce_fast/pcecd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/pcecd.h -------------------------------------------------------------------------------- /src/pce_fast/psg.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/psg.cpp -------------------------------------------------------------------------------- /src/pce_fast/psg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/psg.h -------------------------------------------------------------------------------- /src/pce_fast/vdc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/vdc.cpp -------------------------------------------------------------------------------- /src/pce_fast/vdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pce_fast/vdc.h -------------------------------------------------------------------------------- /src/pcfx/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/debug.cpp -------------------------------------------------------------------------------- /src/pcfx/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/debug.h -------------------------------------------------------------------------------- /src/pcfx/fxscsi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/fxscsi.cpp -------------------------------------------------------------------------------- /src/pcfx/fxscsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/fxscsi.h -------------------------------------------------------------------------------- /src/pcfx/gamedb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/gamedb.inc -------------------------------------------------------------------------------- /src/pcfx/huc6273.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/huc6273.cpp -------------------------------------------------------------------------------- /src/pcfx/huc6273.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/huc6273.h -------------------------------------------------------------------------------- /src/pcfx/idct.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/idct.cpp -------------------------------------------------------------------------------- /src/pcfx/idct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/idct.h -------------------------------------------------------------------------------- /src/pcfx/input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/input.cpp -------------------------------------------------------------------------------- /src/pcfx/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/input.h -------------------------------------------------------------------------------- /src/pcfx/interrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/interrupt.h -------------------------------------------------------------------------------- /src/pcfx/king.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/king.cpp -------------------------------------------------------------------------------- /src/pcfx/king.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/king.h -------------------------------------------------------------------------------- /src/pcfx/pcfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/pcfx.cpp -------------------------------------------------------------------------------- /src/pcfx/pcfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/pcfx.h -------------------------------------------------------------------------------- /src/pcfx/rainbow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/rainbow.cpp -------------------------------------------------------------------------------- /src/pcfx/rainbow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/rainbow.h -------------------------------------------------------------------------------- /src/pcfx/soundbox.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/soundbox.cpp -------------------------------------------------------------------------------- /src/pcfx/soundbox.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/soundbox.h -------------------------------------------------------------------------------- /src/pcfx/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/timer.cpp -------------------------------------------------------------------------------- /src/pcfx/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/pcfx/timer.h -------------------------------------------------------------------------------- /src/player.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/player.cpp -------------------------------------------------------------------------------- /src/player.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/player.h -------------------------------------------------------------------------------- /src/psx/FastFIFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/FastFIFO.h -------------------------------------------------------------------------------- /src/psx/cdc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/cdc.cpp -------------------------------------------------------------------------------- /src/psx/cdc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/cdc.h -------------------------------------------------------------------------------- /src/psx/cpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/cpu.cpp -------------------------------------------------------------------------------- /src/psx/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/cpu.h -------------------------------------------------------------------------------- /src/psx/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/debug.cpp -------------------------------------------------------------------------------- /src/psx/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/debug.h -------------------------------------------------------------------------------- /src/psx/dis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/dis.cpp -------------------------------------------------------------------------------- /src/psx/dis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/dis.h -------------------------------------------------------------------------------- /src/psx/dma.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/dma.cpp -------------------------------------------------------------------------------- /src/psx/dma.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/dma.h -------------------------------------------------------------------------------- /src/psx/frontio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/frontio.cpp -------------------------------------------------------------------------------- /src/psx/frontio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/frontio.h -------------------------------------------------------------------------------- /src/psx/gpu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/gpu.cpp -------------------------------------------------------------------------------- /src/psx/gpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/gpu.h -------------------------------------------------------------------------------- /src/psx/gpu_line.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/gpu_line.cpp -------------------------------------------------------------------------------- /src/psx/gte.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/gte.cpp -------------------------------------------------------------------------------- /src/psx/gte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/gte.h -------------------------------------------------------------------------------- /src/psx/input/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/input/mouse.h -------------------------------------------------------------------------------- /src/psx/irq.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/irq.cpp -------------------------------------------------------------------------------- /src/psx/irq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/irq.h -------------------------------------------------------------------------------- /src/psx/masmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/masmem.h -------------------------------------------------------------------------------- /src/psx/mdec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/mdec.cpp -------------------------------------------------------------------------------- /src/psx/mdec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/mdec.h -------------------------------------------------------------------------------- /src/psx/notes/SOURCES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/notes/SOURCES -------------------------------------------------------------------------------- /src/psx/notes/SPU-IRQ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/notes/SPU-IRQ -------------------------------------------------------------------------------- /src/psx/psx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/psx.cpp -------------------------------------------------------------------------------- /src/psx/psx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/psx.h -------------------------------------------------------------------------------- /src/psx/sio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/sio.cpp -------------------------------------------------------------------------------- /src/psx/sio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/sio.h -------------------------------------------------------------------------------- /src/psx/spu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/spu.cpp -------------------------------------------------------------------------------- /src/psx/spu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/spu.h -------------------------------------------------------------------------------- /src/psx/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/timer.cpp -------------------------------------------------------------------------------- /src/psx/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/psx/timer.h -------------------------------------------------------------------------------- /src/qtrecord.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/qtrecord.cpp -------------------------------------------------------------------------------- /src/qtrecord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/qtrecord.h -------------------------------------------------------------------------------- /src/quicklz/quicklz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/quicklz/quicklz.c -------------------------------------------------------------------------------- /src/quicklz/quicklz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/quicklz/quicklz.h -------------------------------------------------------------------------------- /src/resampler/arch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/resampler/arch.h -------------------------------------------------------------------------------- /src/sasplay/games.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sasplay/games.h -------------------------------------------------------------------------------- /src/sasplay/songs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sasplay/songs.h -------------------------------------------------------------------------------- /src/settings-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/settings-common.h -------------------------------------------------------------------------------- /src/settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/settings.cpp -------------------------------------------------------------------------------- /src/settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/settings.h -------------------------------------------------------------------------------- /src/sexyal/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sexyal/README -------------------------------------------------------------------------------- /src/sexyal/convert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sexyal/convert.h -------------------------------------------------------------------------------- /src/sexyal/sexyal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sexyal/sexyal.cpp -------------------------------------------------------------------------------- /src/sexyal/sexyal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sexyal/sexyal.h -------------------------------------------------------------------------------- /src/sms/cart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/cart.cpp -------------------------------------------------------------------------------- /src/sms/cart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/cart.h -------------------------------------------------------------------------------- /src/sms/docs/license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/docs/license -------------------------------------------------------------------------------- /src/sms/hvc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/hvc.inc -------------------------------------------------------------------------------- /src/sms/memz80.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/memz80.cpp -------------------------------------------------------------------------------- /src/sms/memz80.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/memz80.h -------------------------------------------------------------------------------- /src/sms/pio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/pio.cpp -------------------------------------------------------------------------------- /src/sms/pio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/pio.h -------------------------------------------------------------------------------- /src/sms/render.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/render.cpp -------------------------------------------------------------------------------- /src/sms/render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/render.h -------------------------------------------------------------------------------- /src/sms/romdb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/romdb.cpp -------------------------------------------------------------------------------- /src/sms/romdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/romdb.h -------------------------------------------------------------------------------- /src/sms/shared.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/shared.h -------------------------------------------------------------------------------- /src/sms/sms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/sms.cpp -------------------------------------------------------------------------------- /src/sms/sms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/sms.h -------------------------------------------------------------------------------- /src/sms/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/sound.cpp -------------------------------------------------------------------------------- /src/sms/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/sound.h -------------------------------------------------------------------------------- /src/sms/system.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/system.cpp -------------------------------------------------------------------------------- /src/sms/system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/system.h -------------------------------------------------------------------------------- /src/sms/tms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/tms.cpp -------------------------------------------------------------------------------- /src/sms/tms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/tms.h -------------------------------------------------------------------------------- /src/sms/vdp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/vdp.cpp -------------------------------------------------------------------------------- /src/sms/vdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sms/vdp.h -------------------------------------------------------------------------------- /src/snes/src/base.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/snes/src/base.hpp -------------------------------------------------------------------------------- /src/snes_faust/apu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/snes_faust/apu.h -------------------------------------------------------------------------------- /src/snes_faust/cart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/snes_faust/cart.h -------------------------------------------------------------------------------- /src/snes_faust/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/snes_faust/cpu.h -------------------------------------------------------------------------------- /src/snes_faust/msu1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/snes_faust/msu1.h -------------------------------------------------------------------------------- /src/snes_faust/ppu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/snes_faust/ppu.h -------------------------------------------------------------------------------- /src/snes_faust/snes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/snes_faust/snes.h -------------------------------------------------------------------------------- /src/sound/WAVRecord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sound/WAVRecord.h -------------------------------------------------------------------------------- /src/sound/okiadpcm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/sound/okiadpcm.h -------------------------------------------------------------------------------- /src/ss/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/Makefile.am -------------------------------------------------------------------------------- /src/ss/Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/Makefile.in -------------------------------------------------------------------------------- /src/ss/ak93c45.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/ak93c45.cpp -------------------------------------------------------------------------------- /src/ss/ak93c45.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/ak93c45.h -------------------------------------------------------------------------------- /src/ss/cart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart.cpp -------------------------------------------------------------------------------- /src/ss/cart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart.h -------------------------------------------------------------------------------- /src/ss/cart/ar4mp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart/ar4mp.cpp -------------------------------------------------------------------------------- /src/ss/cart/ar4mp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart/ar4mp.h -------------------------------------------------------------------------------- /src/ss/cart/backup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart/backup.h -------------------------------------------------------------------------------- /src/ss/cart/bootrom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart/bootrom.h -------------------------------------------------------------------------------- /src/ss/cart/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart/common.h -------------------------------------------------------------------------------- /src/ss/cart/cs1ram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart/cs1ram.h -------------------------------------------------------------------------------- /src/ss/cart/extram.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart/extram.h -------------------------------------------------------------------------------- /src/ss/cart/rom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart/rom.cpp -------------------------------------------------------------------------------- /src/ss/cart/rom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart/rom.h -------------------------------------------------------------------------------- /src/ss/cart/stv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart/stv.cpp -------------------------------------------------------------------------------- /src/ss/cart/stv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cart/stv.h -------------------------------------------------------------------------------- /src/ss/cdb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cdb.cpp -------------------------------------------------------------------------------- /src/ss/cdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/cdb.h -------------------------------------------------------------------------------- /src/ss/db.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/db.cpp -------------------------------------------------------------------------------- /src/ss/db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/db.h -------------------------------------------------------------------------------- /src/ss/debug.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/debug.inc -------------------------------------------------------------------------------- /src/ss/input/3dpad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/input/3dpad.h -------------------------------------------------------------------------------- /src/ss/input/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/input/common.h -------------------------------------------------------------------------------- /src/ss/input/gun.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/input/gun.cpp -------------------------------------------------------------------------------- /src/ss/input/gun.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/input/gun.h -------------------------------------------------------------------------------- /src/ss/input/mouse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/input/mouse.h -------------------------------------------------------------------------------- /src/ss/input/wheel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/input/wheel.h -------------------------------------------------------------------------------- /src/ss/scsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/scsp.h -------------------------------------------------------------------------------- /src/ss/scsp.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/scsp.inc -------------------------------------------------------------------------------- /src/ss/scu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/scu.h -------------------------------------------------------------------------------- /src/ss/scu.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/scu.inc -------------------------------------------------------------------------------- /src/ss/scu_actab.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/scu_actab.inc -------------------------------------------------------------------------------- /src/ss/scu_btab.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/scu_btab.inc -------------------------------------------------------------------------------- /src/ss/sh7095.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/sh7095.h -------------------------------------------------------------------------------- /src/ss/sh7095.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/sh7095.inc -------------------------------------------------------------------------------- /src/ss/sh7095_ops.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/sh7095_ops.inc -------------------------------------------------------------------------------- /src/ss/smpc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/smpc.cpp -------------------------------------------------------------------------------- /src/ss/smpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/smpc.h -------------------------------------------------------------------------------- /src/ss/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/sound.cpp -------------------------------------------------------------------------------- /src/ss/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/sound.h -------------------------------------------------------------------------------- /src/ss/ss.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/ss.cpp -------------------------------------------------------------------------------- /src/ss/ss.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/ss.h -------------------------------------------------------------------------------- /src/ss/ssf.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/ssf.cpp -------------------------------------------------------------------------------- /src/ss/stvio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/stvio.cpp -------------------------------------------------------------------------------- /src/ss/stvio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/stvio.h -------------------------------------------------------------------------------- /src/ss/vdp1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/vdp1.cpp -------------------------------------------------------------------------------- /src/ss/vdp1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/vdp1.h -------------------------------------------------------------------------------- /src/ss/vdp1_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/vdp1_common.h -------------------------------------------------------------------------------- /src/ss/vdp1_line.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/vdp1_line.cpp -------------------------------------------------------------------------------- /src/ss/vdp1_poly.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/vdp1_poly.cpp -------------------------------------------------------------------------------- /src/ss/vdp2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/vdp2.cpp -------------------------------------------------------------------------------- /src/ss/vdp2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/vdp2.h -------------------------------------------------------------------------------- /src/ss/vdp2_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/vdp2_common.h -------------------------------------------------------------------------------- /src/ss/vdp2_render.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/ss/vdp2_render.h -------------------------------------------------------------------------------- /src/state-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/state-common.h -------------------------------------------------------------------------------- /src/state-driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/state-driver.h -------------------------------------------------------------------------------- /src/state.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/state.cpp -------------------------------------------------------------------------------- /src/state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/state.h -------------------------------------------------------------------------------- /src/state_rewind.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/state_rewind.cpp -------------------------------------------------------------------------------- /src/state_rewind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/state_rewind.h -------------------------------------------------------------------------------- /src/string/escape.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/string/escape.cpp -------------------------------------------------------------------------------- /src/string/escape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/string/escape.h -------------------------------------------------------------------------------- /src/string/string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/string/string.cpp -------------------------------------------------------------------------------- /src/string/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/string/string.h -------------------------------------------------------------------------------- /src/tests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tests.cpp -------------------------------------------------------------------------------- /src/tests.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tests.h -------------------------------------------------------------------------------- /src/testsexp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/testsexp.cpp -------------------------------------------------------------------------------- /src/testsexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/testsexp.h -------------------------------------------------------------------------------- /src/tremor/asm_arm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/asm_arm.h -------------------------------------------------------------------------------- /src/tremor/backends.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/backends.h -------------------------------------------------------------------------------- /src/tremor/bitwise.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/bitwise.c -------------------------------------------------------------------------------- /src/tremor/block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/block.c -------------------------------------------------------------------------------- /src/tremor/block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/block.h -------------------------------------------------------------------------------- /src/tremor/codebook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/codebook.c -------------------------------------------------------------------------------- /src/tremor/codebook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/codebook.h -------------------------------------------------------------------------------- /src/tremor/floor0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/floor0.c -------------------------------------------------------------------------------- /src/tremor/floor1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/floor1.c -------------------------------------------------------------------------------- /src/tremor/framing.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/framing.c -------------------------------------------------------------------------------- /src/tremor/info.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/info.c -------------------------------------------------------------------------------- /src/tremor/mapping0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/mapping0.c -------------------------------------------------------------------------------- /src/tremor/mdct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/mdct.c -------------------------------------------------------------------------------- /src/tremor/mdct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/mdct.h -------------------------------------------------------------------------------- /src/tremor/misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/misc.h -------------------------------------------------------------------------------- /src/tremor/ogg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/ogg.h -------------------------------------------------------------------------------- /src/tremor/os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/os.h -------------------------------------------------------------------------------- /src/tremor/os_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/os_types.h -------------------------------------------------------------------------------- /src/tremor/registry.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/registry.c -------------------------------------------------------------------------------- /src/tremor/registry.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/registry.h -------------------------------------------------------------------------------- /src/tremor/res012.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/res012.c -------------------------------------------------------------------------------- /src/tremor/window.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/window.c -------------------------------------------------------------------------------- /src/tremor/window.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/tremor/window.h -------------------------------------------------------------------------------- /src/trio/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/trio/CHANGES -------------------------------------------------------------------------------- /src/trio/trio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/trio/trio.c -------------------------------------------------------------------------------- /src/trio/trio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/trio/trio.h -------------------------------------------------------------------------------- /src/trio/triodef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/trio/triodef.h -------------------------------------------------------------------------------- /src/trio/trionan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/trio/trionan.c -------------------------------------------------------------------------------- /src/trio/trionan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/trio/trionan.h -------------------------------------------------------------------------------- /src/trio/triop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/trio/triop.h -------------------------------------------------------------------------------- /src/trio/triostr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/trio/triostr.c -------------------------------------------------------------------------------- /src/trio/triostr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/trio/triostr.h -------------------------------------------------------------------------------- /src/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/types.h -------------------------------------------------------------------------------- /src/vb/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/debug.cpp -------------------------------------------------------------------------------- /src/vb/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/debug.h -------------------------------------------------------------------------------- /src/vb/input.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/input.cpp -------------------------------------------------------------------------------- /src/vb/input.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/input.h -------------------------------------------------------------------------------- /src/vb/timer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/timer.cpp -------------------------------------------------------------------------------- /src/vb/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/timer.h -------------------------------------------------------------------------------- /src/vb/vb.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/vb.cpp -------------------------------------------------------------------------------- /src/vb/vb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/vb.h -------------------------------------------------------------------------------- /src/vb/vip.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/vip.cpp -------------------------------------------------------------------------------- /src/vb/vip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/vip.h -------------------------------------------------------------------------------- /src/vb/vip_draw.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/vip_draw.inc -------------------------------------------------------------------------------- /src/vb/vsu.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/vsu.cpp -------------------------------------------------------------------------------- /src/vb/vsu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/vb/vsu.h -------------------------------------------------------------------------------- /src/video-driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video-driver.h -------------------------------------------------------------------------------- /src/video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video.h -------------------------------------------------------------------------------- /src/video/convert.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/convert.cpp -------------------------------------------------------------------------------- /src/video/convert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/convert.h -------------------------------------------------------------------------------- /src/video/font-data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/font-data.h -------------------------------------------------------------------------------- /src/video/font5x7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/font5x7.h -------------------------------------------------------------------------------- /src/video/font6x12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/font6x12.h -------------------------------------------------------------------------------- /src/video/font6x13.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/font6x13.h -------------------------------------------------------------------------------- /src/video/font6x9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/font6x9.h -------------------------------------------------------------------------------- /src/video/font9x18.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/font9x18.h -------------------------------------------------------------------------------- /src/video/png.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/png.cpp -------------------------------------------------------------------------------- /src/video/png.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/png.h -------------------------------------------------------------------------------- /src/video/resize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/resize.cpp -------------------------------------------------------------------------------- /src/video/resize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/resize.h -------------------------------------------------------------------------------- /src/video/surface.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/surface.cpp -------------------------------------------------------------------------------- /src/video/surface.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/surface.h -------------------------------------------------------------------------------- /src/video/tblur.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/tblur.cpp -------------------------------------------------------------------------------- /src/video/tblur.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/tblur.h -------------------------------------------------------------------------------- /src/video/text.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/text.cpp -------------------------------------------------------------------------------- /src/video/text.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/text.h -------------------------------------------------------------------------------- /src/video/video.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/video/video.cpp -------------------------------------------------------------------------------- /src/win32-common.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/win32-common.cpp -------------------------------------------------------------------------------- /src/win32-common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/win32-common.h -------------------------------------------------------------------------------- /src/wswan/comm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/comm.cpp -------------------------------------------------------------------------------- /src/wswan/comm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/comm.h -------------------------------------------------------------------------------- /src/wswan/debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/debug.cpp -------------------------------------------------------------------------------- /src/wswan/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/debug.h -------------------------------------------------------------------------------- /src/wswan/eeprom.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/eeprom.cpp -------------------------------------------------------------------------------- /src/wswan/eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/eeprom.h -------------------------------------------------------------------------------- /src/wswan/gfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/gfx.cpp -------------------------------------------------------------------------------- /src/wswan/gfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/gfx.h -------------------------------------------------------------------------------- /src/wswan/interrupt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/interrupt.h -------------------------------------------------------------------------------- /src/wswan/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/main.cpp -------------------------------------------------------------------------------- /src/wswan/memory.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/memory.cpp -------------------------------------------------------------------------------- /src/wswan/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/memory.h -------------------------------------------------------------------------------- /src/wswan/rtc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/rtc.cpp -------------------------------------------------------------------------------- /src/wswan/rtc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/rtc.h -------------------------------------------------------------------------------- /src/wswan/sound.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/sound.cpp -------------------------------------------------------------------------------- /src/wswan/sound.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/sound.h -------------------------------------------------------------------------------- /src/wswan/start.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/start.inc -------------------------------------------------------------------------------- /src/wswan/tcache.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/tcache.cpp -------------------------------------------------------------------------------- /src/wswan/v30mz.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/v30mz.cpp -------------------------------------------------------------------------------- /src/wswan/v30mz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/v30mz.h -------------------------------------------------------------------------------- /src/wswan/wswan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/wswan/wswan.h -------------------------------------------------------------------------------- /src/zstd/COPYING.ZSTD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/zstd/COPYING.ZSTD -------------------------------------------------------------------------------- /src/zstd/LICENSE.ZSTD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/zstd/LICENSE.ZSTD -------------------------------------------------------------------------------- /src/zstd/common/cpu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/zstd/common/cpu.h -------------------------------------------------------------------------------- /src/zstd/common/fse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/zstd/common/fse.h -------------------------------------------------------------------------------- /src/zstd/common/huf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/zstd/common/huf.h -------------------------------------------------------------------------------- /src/zstd/common/mem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/zstd/common/mem.h -------------------------------------------------------------------------------- /src/zstd/zstd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/src/zstd/zstd.h -------------------------------------------------------------------------------- /stamp-h1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/stamp-h1 -------------------------------------------------------------------------------- /tests/apple2/crc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/tests/apple2/crc.inc -------------------------------------------------------------------------------- /tests/apple2/decimal.bin: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/pce/font.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/tests/pce/font.bin -------------------------------------------------------------------------------- /tests/pce/vcectdump/make.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | pceas -raw vcectdump.asm 4 | -------------------------------------------------------------------------------- /tests/psx/gpuprec.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/libretro-mirrors/mednafen-git/HEAD/tests/psx/gpuprec.exe --------------------------------------------------------------------------------