input - Add first implementation for joypad class

handling the Joypad register
This commit is contained in:
madmaurice 2023-09-12 00:11:45 +02:00
parent 8d40d491b1
commit 431e7bb9a7
3 changed files with 105 additions and 0 deletions

View file

@ -20,6 +20,7 @@ modules_libemu.a := memory/device.o \
cartridge/cartridge.o \
lcd/lcd.o \
lcd/palette.o \
input/joypad.o \
modules_vgbc := main.o libemu.a
verb_vgbc := link