PSXSDK videogame
Go to file
Xavier ASUS 8fcf5bf1f7 Removed SIO interrupt (it caused VBlank ISR not to be triggered).
Added Gfx wait on LoadMenuEnd(). Otherwise, some levels would not start after loading all required files.
Also, added GPU wait on Menu.c before entering the main loop.
An invalid index inside sound table was being accessed when creating an arrival flight. This made the game crash only under real hardware.
Other minor changes and fixes.
2018-11-30 01:34:40 +01:00
Bin Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
Concepts Removed city background. 2018-11-25 21:07:28 +01:00
Documentation * Slight optimization: all comparations against true are now compared against != false. 2017-12-26 22:18:37 +01:00
Fonts + Added documentation about text fonts sources. 2017-08-14 14:31:31 +02:00
Levels Added new levels into cdimg subfolder. 2018-11-29 01:11:01 +01:00
Music + Added tutorial level. 2018-03-18 19:14:17 +01:00
Sounds * System.c: Root counters are finally working, YAY! 2018-03-17 01:43:53 +01:00
Source Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
Sprites Removed city background. 2018-11-25 21:07:28 +01:00
cdimg Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
.directory * Updated. 2017-02-04 15:31:41 +01:00
.gitignore Added new levels into cdimg subfolder. 2018-11-29 01:11:01 +01:00
.gitignore.save Removed SIO interrupt (it caused VBlank ISR not to be triggered). 2018-11-30 01:34:40 +01:00
LICENSE Added LICENSE file 2017-02-04 14:56:48 +01:00
README.md * Probably it looks like Github's MD parser needs spaces after "#" token... 2017-09-16 03:23:54 +02:00
TestLevel.lvl * Updated. 2017-02-04 15:31:41 +01:00

README.md

Airport

Overview

What is Airport?

Airport is an open-source video game for the original Sony Playstation aka PSX/PS1. The player puts himself/herself in the role of an Air Traffic Controller (ATC), where lots of inbound/outbund flights need to be controlled without delays.

What is Airport written with?

Airport is written using an open-source SDK called PSXSDK together with the GNU toolchain. PSXSDK can be freely here. However, a fork was created specifically from the 20150729 version with new experimental features and posted into Github.