Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FUNCky - <b>name:</b> <b>romdate() - get the rom date of your computer's bios</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Name:     romdate() - get the rom date of your computer's BIOS
  Usage:    <string> = romdate()
  Params:   none
  Returns:  a string in the format "MM/DD/YY" that corresponds to the
            date of the rom BIOS manufacture. Useful in conjunction
            with systype() to determine what machine your running

 ---------------------------------- Example ---------------------------------

                 ? romdate()
                 * prints "08/19/86"

                 if (romdate()="04/24/81").and.(systype()=255)
                      ? "This is an original IBM PC"
                 endif


See Also: systype() cputype() ndptype() peek() poke() peekstr()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson