Class: Badline::VIC::GraphicsMode::Text
- Inherits:
-
Object
- Object
- Badline::VIC::GraphicsMode::Text
- Includes:
- Hires
- Defined in:
- lib/badline/vic/graphics_mode.rb
Instance Method Summary collapse
Methods included from Hires
Instance Method Details
#decode(screencode, color, _cell, row, seq) ⇒ Object
51 52 53 54 55 |
# File 'lib/badline/vic/graphics_mode.rb', line 51 def decode(screencode, color, _cell, row, seq) registers = seq.registers data = seq.bank.peek(registers.char_base + (screencode * 8) + row) paint_hires(data, color, registers.background, seq) end |