1
0
Fork 0

Second part of patch 1022702. (All except addkey). Changed loading of a BCD in the fpu a bit to get more resolution and speed.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1959
This commit is contained in:
Peter Veenstra 2004-09-09 18:36:50 +00:00
parent 5c6506d1bf
commit 30f2bb7612
4 changed files with 70 additions and 12 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: shell.h,v 1.6 2004-08-04 09:12:51 qbix79 Exp $ */
/* $Id: shell.h,v 1.7 2004-09-09 18:36:50 qbix79 Exp $ */
#ifndef SHELL_H_
#define SHELL_H_
@ -100,6 +100,8 @@ public:
void CMD_PAUSE(char * args);
void CMD_SUBST(char* args);
void CMD_LOADHIGH(char* args);
void CMD_CHOICE(char * args);
void CMD_ATTRIB(char * args);
/* The shell's variables */
Bit16u input_handle;
BatchFile * bf;