File: control

package info (click to toggle)
open-roms 0.0~git20210824.e4e324c-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,184 kB
  • sloc: asm: 25,386; cpp: 3,333; ansic: 1,667; makefile: 709
file content (24 lines) | stat: -rw-r--r-- 894 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: open-roms
Section: otherosfs
Priority: optional
Maintainer: Reiner Herrmann <reiner@reiner-h.de>
Build-Depends: debhelper-compat (= 13), dh-exec, acme, libpng-dev
Standards-Version: 4.6.0
Homepage: https://github.com/MEGA65/open-roms
Vcs-Browser: https://salsa.debian.org/reiner/open-roms
Vcs-Git: https://salsa.debian.org/reiner/open-roms.git
Rules-Requires-Root: no

Package: open-roms
Architecture: all
Depends: ${misc:Depends}
Description: ROM files for retro computers
 Using emulators for old retro computers (like the Commodore 64) requires
 code and data (kernal, basic, characters sets) that was stored in their
 ROM chips.
 .
 This project contains reverse-engineered fully open-source ROMs that can
 be used with emulators.
 .
 Currently the only supported platform is the C64, but as the code is very
 modular, support for additional platforms might be added in the future.