- added getchar()

- minor bugfixes
Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@627 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-11-06 21:22:12 +00:00
parent 4a5d55bd7e
commit f5cfe810ef
2 changed files with 10 additions and 3 deletions
+2
View File
@@ -148,6 +148,8 @@ void print_word(int word);
void _exit (int exitcode);
void sleep(unsigned ms);
char _getch(void);
void PrintBuffer8(UINT8 *pBuf, int nbpr, int len);
void memdump(UINT8 *pBuf, int print_offset_only, int num_bytes_per_row, int len);