source: buchla-68k/include/rom.h@ 06f6615

Last change on this file since 06f6615 was 06f6615, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Share more.

  • Property mode set to 100644
File size: 324 bytes
Line 
1/*
2 =============================================================================
3 rom.h -- ROM include file
4 Version 1 -- 2017-07-10 -- Thomas Lopatic
5 =============================================================================
6*/
7
8#pragma once
9
10#include "libs.h"
11
12#include "../rom/booter.x"
13#include "../rom/romp.x"
Note: See TracBrowser for help on using the repository browser.