psxbios: Adds putc and getc implementation
authorgameblabla <gameblabla@openmailbox.org>
Wed, 17 Jul 2019 23:58:44 +0000 (01:58 +0200)
committergameblabla <gameblabla@openmailbox.org>
Wed, 17 Jul 2019 23:58:44 +0000 (01:58 +0200)
getc will need to be fixed later but this should do as it is.
No issues with putc. Both are similar to psxBios_read and psxBios_write,
except size is 1.


No differences found