Author Topic: How to fix the HuC/PCEAS 384KB ROM size problem?  (Read 963 times)

elmer

  • Hero Member
  • *****
  • Posts: 2148
Re: How to fix the HuC/PCEAS 384KB ROM size problem?
« Reply #15 on: February 20, 2017, 03:55:05 PM »
However, this specific random error definitely needs a basic warning with suggested solution, just so future devs who inevitably encounter the error don't have projects killed by a weird hardware quirk.

There's now a fix for this in the "New HuC" thread.  :)

If you use the new build, you won't need to add/remove data from your project in order to get around the problem.

touko

  • Hero Member
  • *****
  • Posts: 953
Re: How to fix the HuC/PCEAS 384KB ROM size problem?
« Reply #16 on: February 20, 2017, 10:01:16 PM »
What sort of problems catastrophy has ??
Because F.L's barbarian rom is 720KB and have no particular problems, except some datas have a wrong label address,and must be included directly after the "huc.h"
A 720KB ROM image wouldn't have the issue. Catastrophy is at that odd size where emulators expect a split ROM.
Ah ok i see, But with some dummy data this should solve the problem .
Or adding:

#asm
 .bank $31
#endasm

before including huc.h force huc to create a larger ROM than 384KB.
« Last Edit: February 20, 2017, 10:04:29 PM by touko »