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)
commit324cec89343c216ad232fbcaf50faed6e528beef
tree0c7e6a0627347365891e46e4e8e206f467eaa9d8
parentcd1ea24508e604743ad8d9c67199510c7498ef29
psxbios: Adds putc and getc implementation

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.
libpcsxcore/psxbios.c