Search
lxdream.org :: lxdream/src/dreamcast.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.h
changeset 2:42349f6ea216
next15:5194dd0fdb60
author nkeynes
date Mon Dec 12 10:37:41 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Use cpu-specific is_valid_page function
file annotate diff log raw
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/src/dreamcast.h Mon Dec 12 10:37:41 2005 +0000
1.3 @@ -0,0 +1,9 @@
1.4 +
1.5 +#ifndef dreamcast_H
1.6 +#define dreamcast_H 1
1.7 +
1.8 +void dreamcast_init(void);
1.9 +void dreamcast_reset(void);
1.10 +void dreamcast_stop(void);
1.11 +
1.12 +#endif /* !dream_machine_H */
.