RE: [Tuxnes-devel] Trying to build on OpenBSD 2.9
Brought to you by:
tmmm
|
From: Mike M. <mel...@pc...> - 2001-08-23 18:16:52
|
On Thu, 23 Aug 2001, HUYNH,SONTRI (HP-Richardson,ex1) wrote: > Actually.. (sorry, this email is following my train of actions) I just > commented out > the #include lines of x86.S and it builds fine. In fact, I only have to > comment out > "#define _LASTBANK LASTBANK /* Last memory page code executed in */" > from > mapper.h. > > Does this make sense to anyone? Nope, but if it works, great. It also doesn't make sense that LASTBANK doesn't actually seem to be used (assigned) anywhere in the code (try 'grep LASTBANK *' in the source dir). I'm still puzzling over that one. Can you certify TuxNES as working on OpenBSD/i386 if that line in mapper.h is gone? If so, I'll note that fact on the features page. -Mike Melanson |