More cleanups in the CPU code, removing unused stuff.

Updated vid_svga.c (thanks TC) - fixes BeOS and others.
This commit is contained in:
waltje
2019-04-22 16:38:14 -05:00
parent 6d34fca1a0
commit 22cd445edc
6 changed files with 24 additions and 32 deletions

View File

@@ -8,7 +8,7 @@
*
* Definitions for the memory interface.
*
* Version: @(#)mem.h 1.0.14 2019/03/29
* Version: @(#)mem.h 1.0.15 2019/04/21
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Sarah Walker, <tommowalker@tommowalker.co.uk>
@@ -125,6 +125,9 @@ extern page_t *pages,
extern uint32_t get_phys_virt,get_phys_phys;
extern uint32_t pccache;
extern uint8_t *pccache2;
extern int memspeed[11];
extern int mmu_perm;