Files
Arcade-TimePilot_MiSTer/Arcade-TimePilot.qpf
Ace9921 76b97e9979 Complete core redesign (#17)
-New model built using Time Pilot '84 as a base
-Increase base clock to match actual frequencies of the PCB; fixes slower-than-normal game speed from the original implementation
-Refactor all clocks derived from the base clock
-Add implementation of the Konami 501 custom chip from Gyruss for more accurate handling of the Z80 and its data I/O
-Adjust video timings to match the original (thank you to Artemio Urbina for assisting with this)
-Adjust VBlank area; fixes graphical garbage outside the playfield
-Change aspect ratio to square pixels as per the PCB's 6.144MHz pixel clock
-Improve sprite rendering accuracy; fixes graphical errors in the sprite layer and correctly replicates a sprite discolration bug at the bottom of the screen present on the original PCB
-Replace existing YM2149/AY-3-8910 module with JT49 from Gyruss; fixes the incorrect volume scale from the previous releases
-Tune the switchable low-pass filters to better match the frequency response of the original PCB (thank you to Artemio Urbina for assisting with this)
-Increase audio volume
-Add high score auto-save support (JimmyStones)
-Update framework
2021-10-25 19:00:12 +08:00

32 lines
1.3 KiB
Plaintext

# -------------------------------------------------------------------------- #
#
# Copyright (C) 2017 Intel Corporation. All rights reserved.
# Your use of Intel Corporation's design tools, logic functions
# and other software and tools, and its AMPP partner logic
# functions, and any output files from any of the foregoing
# (including device programming or simulation files), and any
# associated documentation or information are expressly subject
# to the terms and conditions of the Intel Program License
# Subscription Agreement, the Intel Quartus Prime License Agreement,
# the Intel MegaCore Function License Agreement, or other
# applicable license agreement, including, without limitation,
# that your use is for the sole purpose of programming logic
# devices manufactured by Intel and sold by Intel or its
# authorized distributors. Please refer to the applicable
# agreement for further details.
#
# -------------------------------------------------------------------------- #
#
# Quartus Prime
# Version 17.0.0 Build 595 04/25/2017 SJ Standard Edition
# Date created = 10:34:50 April 3, 2021
#
# -------------------------------------------------------------------------- #
QUARTUS_VERSION = "17.0"
DATE = "10:34:50 April 3, 2021"
# Revisions
PROJECT_REVISION = "Arcade-TimePilot"