-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
executable file
·39 lines (35 loc) · 1.99 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
liberis (C)2011 Alex Marshall "trap15" <[email protected]>
================================================================================
A set of libraries for NEC/Hudson PC-FX development.
This code is licensed to you under the terms of the MIT license;
see file LICENSE or http://www.opensource.org/licenses/mit-license.php
Subsystems
================================================================================
7up -- Controls the two 7up VDPs. These were also used in the
PC-Engine. Support is partly tested. Only low-level API exists
currently.
cd -- High-level interface to the CD drive. Tested working.
king -- Controls the KING chip, which controls many other peripherals.
Basic support exists and backgrounds have been tested working.
pad -- Handles input ports. Tested working. High- and low-level
interfaces exist.
romfont -- Activates the in-ROM font processing. Tested working.
soundbox -- SoundBox PSG support. Similar to the PSG in the PC-Engine.
PSG support is tested working. Other support is untested.
Only low-level API exists currently.
scsi -- Interface to the SCSI interface on KING. Tested working. Only
low-level API exists currently.
std -- "Standard" function replicas, with modifications for
efficiency.
tetsu -- Controls NEW Tetsukannon, the video controller. Tested
working.
v810 -- Miscellaneous V810 supports.
Credits
================================================================================
NEC/Hudson -- Creating such a cool system
trap15 -- Code and reverse engineering
Arikado -- Support and listening to my rambling while I code
Ryphecha -- Inifinite amounts of help
Mednafen -- Greatest debugger around!
#HACKERCHANNEL -- The cool place
#pcfx @ EFnet -- EFnet's premier PC-FX channel!