17 lines
619 B
C
17 lines
619 B
C
|
|
// ****************************************************************************
|
|
//
|
|
// Common definitions
|
|
//
|
|
// ****************************************************************************
|
|
|
|
// ----------------------------------------------------------------------------
|
|
// Includes
|
|
// ----------------------------------------------------------------------------
|
|
|
|
#include "../../global.h" // global common definitions
|
|
#include "../vga.pio.h" // VGA PIO compilation
|
|
|
|
// main
|
|
#include "main.h" // main code
|