view nuklear_ui/font.h @ 1915:53faef14cbdb

Don't lockup on writes to !TIME or !FDC regions regardless of whether anything is mapped there
author Michael Pavone <pavone@retrodev.com>
date Thu, 02 Apr 2020 20:32:09 -0700
parents 4f6e8acd7b6a
children
line wrap: on
line source

#ifndef FONT_H_
#define FONT_H_

uint8_t *default_font(uint32_t *size_out);

#endif //FONT_H_