source: buchla-68k/ram/msl.x@ 6aa430b

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

More accurate headers.

  • Property mode set to 100644
File size: 549 bytes
Line 
1#pragma once
2
3#include "stdint.h"
4
5/*
6 =============================================================================
7 msl.c -- global variables
8 =============================================================================
9*/
10
11extern uint16_t fifoval;
12
13/*
14 =============================================================================
15 msl.c -- global functions
16 =============================================================================
17*/
18
19extern void clk_ped(int16_t stat);
20extern void msl(void);
21extern void pch_ped(int16_t stat);
Note: See TracBrowser for help on using the repository browser.