Mercurial > public > hwos_code
comparison src/simulator.asm @ 275:653a3ab08062
rename into hwOS
author | heinrichsweikamp |
---|---|
date | Thu, 07 May 2015 13:11:14 +0200 |
parents | ad62dff7739a |
children | d1117b99fd99 |
comparison
equal
deleted
inserted
replaced
274:9347893b74ce | 275:653a3ab08062 |
---|---|
7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. | 7 ; Copyright (c) 2011, JD Gascuel, HeinrichsWeikamp, all right reserved. |
8 ;============================================================================= | 8 ;============================================================================= |
9 ; HISTORY | 9 ; HISTORY |
10 ; 2011-07-09 : [jDG] Creation... | 10 ; 2011-07-09 : [jDG] Creation... |
11 | 11 |
12 #include "ostc3.inc" ; Mandatory include. | 12 #include "hwos.inc" ; Mandatory include. |
13 #include "convert.inc" ; output_* | 13 #include "convert.inc" ; output_* |
14 #include "shared_definitions.h" ; Mailbox from/to p2_deco.c | 14 #include "shared_definitions.h" ; Mailbox from/to p2_deco.c |
15 #include "strings.inc" ; STRCPY,... | 15 #include "strings.inc" ; STRCPY,... |
16 #include "tft.inc" ; WIN_LEFT,... | 16 #include "tft.inc" ; WIN_LEFT,... |
17 #include "wait.inc" ; speed_* | 17 #include "wait.inc" ; speed_* |