Nestopia emulator with libretro interface
Go to file
Rupert Carmichael 49e50e6bc5 core: Apply latest upstream changes
This adds support for the NES 2.0 Default Expansion Device field, and
better support for MMC3 and VRC2/4 hacks
2024-11-20 21:53:38 -05:00
.github/workflows Add automatic Crowdin synchronization 2021-12-04 17:31:07 +01:00
intl Fix Crowdin config & workflow 2023-01-02 22:27:23 +01:00
libretro tvos: properly set min supported version (#90) 2024-10-16 23:39:26 -04:00
palettes Update core to 1.51.0 2021-03-17 16:21:51 -04:00
source core: Apply latest upstream changes 2024-11-20 21:53:38 -05:00
.gitignore Core options update 2019-09-02 14:16:51 +01:00
.gitlab-ci.yml Update .gitlab-ci.yml 2023-02-20 19:08:22 +01:00
appveyor.yml Initial commit 2019-08-31 21:22:49 -05:00
COPYING Initial commit 2019-08-31 21:22:49 -05:00
NstDatabase.xml core: Update to latest upstream release 2024-03-29 00:24:40 -04:00
README README: Add README 2024-04-07 12:51:19 -04:00
schemadb.xsd Initial commit 2019-08-31 21:22:49 -05:00
schemaromset.xsd Initial commit 2019-08-31 21:22:49 -05:00

nestopia-libretro
-----------------
Nestopia is a cycle accurate emulator for the NES/Famicom.

This is the libretro port of the Nestopia emulator, based on the de facto
upstream Nestopia JG fork, which lives at: https://gitlab.com/jgemu/nestopia

The libretro port contains an additional overclocking feature.

Famicom Disk System
-------------------
FDS support requires the FDS BIOS to be placed in the "system" directory:
 system/disksys.rom

ADPCM Samples
-------------
Some games have ADPCM audio samples on the cartridge, which are not included in
the ROM data. In order to use such samples with Nestopia, you must extract the
samples into the correct location under the System directory. They are
required to be in the "nestopia/samples" subdirectory named after the .zip file
in MAME format:
  moepro.zip        system/nestopia/samples/moepro/
  moepro88.zip      system/nestopia/samples/moepro88/
  mptennis.zip      system/nestopia/samples/mptennis/
  terao.zip         system/nestopia/samples/terao/
  ftaerobi.zip      system/nestopia/samples/ftaerobi/

The location of the System directory depends on the frontend and platform in
use. Refer to the frontend documentation.

Contributing
------------
Changes to the libretro port should be contributed in this repository.
Please contribute any changes to the emulator core to the upstream repository.

Copyright
---------
Nestopia JG (GPL-2.0-or-later)
  Copyright (c) 2003-2008 Martin Freij
  Copyright (c) 2008-2018 Nestopia UE Contributors
  Copyright (c) 2020-2024 Rupert Carmichael

nes_ntsc (LGPL-2.1-or-later)
  Copyright (c) 2006-2007 Shay Green