Skip to content

Commit

Permalink
Vertical border for OSIC1P
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio-Caruso committed Oct 15, 2019
1 parent 0930cd5 commit 03bd6c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

#if defined(__C128_Z80__) || defined(__ZX80__) || defined(__ZX81__) || defined(__GAL__)
#define _VERTICAL_BRICK 'i'
#elif defined(__ATARI_LYNX__) || defined(__ABC80__)
#elif defined(__ATARI_LYNX__) || defined(__ABC80__) || defined(__OSIC1P__)
#define _VERTICAL_BRICK 'I'
#else
#define _VERTICAL_BRICK ('|')
Expand Down

0 comments on commit 03bd6c8

Please sign in to comment.