updated ROM copy to be 64kB so we have it fully.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9741 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rudolf Cornelissen 2004-11-02 17:12:06 +00:00
parent 92ee00b1da
commit 48bfcd5601

View File

@ -3,7 +3,7 @@
This file may be used under the terms of the Be Sample Code License.
Other authors:
Rudolf Cornelissen 4/2003-8/2004
Rudolf Cornelissen 4/2003-11/2004
*/
#ifndef DRIVERINTERFACE_H
@ -202,7 +202,7 @@ typedef struct {
} ps;
/*mirror of the ROM (copied in driver, because may not be mapped permanently - only over fb)*/
uint8 rom_mirror[32768];
uint8 rom_mirror[65536];
/* apsed: some configuration settings from ~/config/settings/kernel/drivers/nm.settings if exists */
settings settings;