Changeset f7428b1 in buchla-68k for include/vsdd.h


Ignore:
Timestamp:
07/10/2017 01:26:59 AM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
5fa506d
Parents:
c3aee8a
Message:

Started to rework include files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/vsdd.h

    rc3aee8a rf7428b1  
    77*/
    88
    9 #define VSDD    (unsigned int *)0x200000
     9#pragma once
     10#include "stdint.h"
     11
     12#define VSDD    ((uint16_t *)0x200000)
    1013
    1114#define V_CHITE 12              /* Character height */
     
    6972                        odtw1;  /* Object descriptor table word 1 */
    7073};
    71 
Note: See TracChangeset for help on using the changeset viewer.