Skip to content

Commit

Permalink
Add support for Sharp PC 1403(H) #951
Browse files Browse the repository at this point in the history
  • Loading branch information
spotlessmind1975 committed Oct 28, 2024
1 parent 842cf64 commit 6eeb1ba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ugbc/src/hw/pc1403.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@
#define INPUT_DEFAULT_RATE 16
#define INPUT_DEFAULT_DELAY 64

#define SCREEN_WIDTH 128
#define SCREEN_HEIGHT 8

#define SCREEN_CAPABILITIES ( ( 1<<TILEMAP_NATIVE ) | ( 1<<BITMAP_NATIVE ) )

#define DEFAULT_PAINT_BUCKET_SIZE 512
Expand Down

0 comments on commit 6eeb1ba

Please sign in to comment.