Chip8Display typedef

Chip8Display = List<List<int>>

Implementation

typedef Chip8Display = List<List<int>>;