Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Ports/Flashback/README.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copy Flashback game files from Flashback_Data/StreamingAssets/data to Roms/PORTS/reminiscence. Music files from the Amiga version can be used, as well as voice.vce from the Sega CD version to provide dialogue
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Software Information
display_name = "Flashback (REminiscence)"
authors = "Gregory Montoir|Stuart Carnie"
supported_extensions = "map|aba|seq|lev"
corename = "REminiscence"
license = "GPLv3"
permissions = ""
display_version = "0.3.6"

# Hardware Information
categories = "Game"
systemname = "Flashback Game Engine"

# Libretro Features
supports_no_game = "false"
database = "Flashback"
savestate = "true"
savestate_features = "serialized"
cheats = "false"
input_descriptors = "true"
memory_descriptors = "false"
libretro_saves = "false"
core_options = "false"
load_subsystem = "false"
hw_render = "false"
needs_fullpath = "true"
disk_control = "false"
is_experimental = "false"

description = "A port of the REminiscence engine, a reimplementation of the engine used by Delphine Software's Flashback, to libretro. The core requires data files from the game and is compatible with the Steam/GOG, DOS, PC-CD, Amiga and Macintosh releases. The core does not support regular saves, only savestates."
Binary file not shown.
9 changes: 9 additions & 0 deletions Ports/Flashback/Roms/PORTS/Flashback.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

ROM_DIR="$(dirname "$0")"
RA_DIR="/mnt/SDCARD/RetroArch"
REMINISCENCE_DIR="$ROM_DIR/reminiscence"
CORE_DIR="$RA_DIR/.retroarch/cores"

cd "$RA_DIR"
./retroarch -v -L "$CORE_DIR/reminiscence_libretro.so" "$REMINISCENCE_DIR/level1.map"
Empty file.