
Games::NES::ROM::Format::UNIF - Loads data from a ROM in UNIF format

This module loads the details of an NES rom in UNIF format. A UNIF file is layed out as follows:
+----------+
| "UNIF" | 4 Bytes
+----------+
| Revision | 32-bit Word
+----------+
| Filler | 24 Bytes
+----------+
| Chunk ID | 4 Bytes
+----------+
| Length | 32-bit Word
+----------+
| Data |
+----------+
etc...

A Moose method which loads the ROM data from a file.

Along with the base attributes, the following UNIF specific attributes are available:


Brian Cassidy <bricas@cpan.org>

Copyright 2007-2010 by Brian Cassidy
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.