factor out lcd_linetovram()
commita32bf9d7edc9b3e61cf8025e4e04a03034da5eff
authorrofl0r <rofl0r@users.noreply.github.com>
Sun, 20 Mar 2022 15:37:39 +0000 (20 15:37 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Sun, 20 Mar 2022 15:37:39 +0000 (20 15:37 +0000)
treed505d608e83ea12d6714659e16f94fb61764c1cd
parentb32fba0aef391f40d58de900fe2c03717e7c098f
factor out lcd_linetovram()

this allows us to use the same upscale/bpp conversion code from
outside the main emulator loop, namely in the menu system i'm
about to implement.
lcd.c
lcd.h