Add a second section to make sure the ROM is extended properly.

--HG--
extra : convert_revision : a69c09c5e62c8b00d6c8039199c02e8fecbf9f2f
This commit is contained in:
Gabe Black 2007-05-31 22:21:21 +00:00
parent 2bdd4eda12
commit a703fdfcf9

View file

@ -91,6 +91,13 @@ def macroop squishy {
.tweak
};
#Extending the rom...
def rom
{
#Here's more stuff for the rom
bah
};
def macroop squashy {
bah
};