|
|
ForumsSega Master System / Mark III / Game GearSG-1000 / SC-3000 / SF-7000 / OMV |
Home - Forums - Games - Scans - Maps - Cheats Music - Videos - Development - Translations - Homebrew |
![]() |
| Author | Message |
|---|---|
|
WLA DX binaries
|
|
WLA DX 9.4 (18 Dec 2007)
Built with GCC 3.4.5 (MingW32) CFLAGS = -march=i486 -c -mno-cygwin -ansi -O2 -pedantic -Wall Changelog (http://www.villehelin.com/wla_changelog.txt): v9.4 (18-Dec-2007) [ALL] Enhanced the documentation.
[ALL] .DEFINE without a definition value, and a .DEFINE that would have an address label as the definition value would make WLA count the linenumbers afterwards wrong. [ALL] Issuing a loose .ENDM will give an error. [ALL] All macros must have at least a name. [ALL] Added .DBM (define bytes through a filter macro) and .DWM (define words through a filter macro). [ALL] Added FILTER to .INCBIN (circulate all the data through a filter macro). [ALL] Fixed overflow checks in .INCBIN's SKIP and READ. [ALL] Integrated Mersenne Twister by Takuji Nishimura and Makoto Matsumoto (.SEED, .DBRND and .DWRND use that now instead of the stdlib's srand() and rand()). [ALL] It's possible to use '\!' to get the name of the currently parsed source file (works like '\@'). [Z80] If a pending computation follows "JR" or "DJNZ", all the label references inside are relative. [GB ] If a pending computation follows "JR", all the label references inside are relative. [65?] If a pending computation follows "BCC", "BCS", "BEQ", "BMI", "BNE", "BPL", BVC", "BVS", all the label references inside are relative. [65C] If a pending computation follows "BCC", "BCS", "BEQ", "BMI", "BNE", "BPL", BVC", "BVS", "BRA", "BBR*", "BBS*", all the label references inside are relative. [658] If a pending computation follows "BCC", "BCS", "BEQ", "BMI", "BNE", "BPL", BVC", "BVS", "BRA", "BRL", "PER", all the label references inside are relative. [HuC] If a pending computation follows "BCC", "BCS", "BEQ", "BMI", "BNE", "BPL", BVC", "BVS", "BSR", "BBR*", "BBS*", "BRA", all the label references inside are relative. [SPC] If a pending computation follows "BCC", "BCS", "BEQ", "BMI", "BNE", "BPL", BVC", "BVS", "BRA", "BBS", "BBC", "CBNE *", "DBNZ *", all the label references inside are relative. |
|
|
|
|
|
WLA DX win32 binaries
|
|
WLA DX 9.5 (14 aug 2008)
Built with GCC 4.3.0 (MingW32) CFLAGS = -march=i486 -c -mno-cygwin -ansi -O2 -pedantic -Wall Changelog (http://www.villehelin.com/wla_changelog.txt): v9.5 (14-Aug-2008) [ALL] The unix.sh now takes the number of jobs make
commands should create, speeding up the compiling on CPUs with more than one core. [ALL] .DSTRUCTs can now be issued without passing values to all struct members (will be init to $00 or .EMPTYFILL). |
|
|
|
|
|
|
| I stickied this topic. It seems the WLA DX mailing list is broken, else I'd have done this already... | |
|
|
|
|
|
|
I compiled WLA DX for OS X the other day, and when I saw this thread (even though it is for Windows) I thought I might upload the binaries here. I guess most people who use a Mac for development have Xcode already, but who knows.
*small update, tried compiling PowerPC versions aswell, and it seems to have worked, haven't been able to try them though.* Download link (x86) Download link (ppc) |
|
|
|
![]() |