File: supergrafx.cpp

package info (click to toggle)
ares 126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 32,600 kB
  • sloc: cpp: 356,508; ansic: 20,394; makefile: 16; sh: 2
file content (4 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (2)
1
2
3
4
struct SuperGrafx : PCEngine {
  auto name() -> string override { return "SuperGrafx"; }
  auto extensions() -> vector<string> override { return {"sgx"}; }
};