RSS feed
c3e212d3
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 14:15
stop a strcpy() warning on OpenBSD
80e957b5
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 13:55
make makefile respect CFLAGS
7474cee7
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 13:51
rgbasm: use errx() for some error messages
bd843134
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 12:18
remove GAMEBOY/PCENGINE conditionals (this is a Game Boy assembler)
79554210
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 12:16
fix "static declaration follows non-static" warning
35af9072
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 12:11
fix implied declaration warning
e5ba184e
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 12:07
fix strcpy() warning on OpenBSD
4feaa929
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 12:05
fix usage fill character info
48fd34c9
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 12:04
rgbasm: remove option for random fill character
b63924eb
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 11:46
remove endianness code (this is solely a Game Boy assembler now)
24c1613f
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 11:35
remove mswin-type define -- this is UNIX
913e9c9e
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 11:29
rgblib: use errx() for error messages
2648ee98
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 09:33
rgblink: remove vestigial linkfile function
06c4e1fb
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 08:11
rgblink: set default fill byte to 0x00
deccbb07
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 08:05
rgblink: remove random option for fill character
dc390e8c
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 07:44
and rename xlib to rgblib
bfbc9fd1
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 07:42
while we're removing backwards compatibility, rename xlink->rgblink
084cc995
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 07:38
make >32KiB default; replace "-t s" with "-t" (tiny?)
367abd83
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 07:35
remove psion2 compatibility; i doubt anyone uses it
97b9e822
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 07:15
xlink: fix usage
1202c6b4
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 06:04
minor: fix implicit declaration warning
755572c1
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/15 05:52
replace linkfile functionality with command-line options
b223905e
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/14 19:33
xlink: use some proper return values
157fda2b
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/14 19:29
xlink: fix usage printing to match new options (and rgbfix format)
c5ce3ae1
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/14 19:23
xlink: use getopt(3) instead of hand-rolled flag parsing
0017a93a
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/14 18:47
minor: finish removing unused var temptext
0b08fca9
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/14 18:17
xlink: replace awkward fatalerror() with standard errx(3)
bb85782f
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/14 17:16
this is a bourne script, bash is not needed
b69cd0c3
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/13 06:22
-v doesn't need to modify ROM size; -p can do that
2da63e2f
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/13 05:08
cosmetic change: rearrange getopt() switch for easier reading
0b647c5a
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/13 05:04
move color only flag to -c, color compatible flag to -C
2d5c193e
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/13 04:50
move MBC option from -b to -m
cd52e3c5
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/13 04:48
move ramsize option from -m to -r
59319730
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/13 03:26
fix compile error on Linux
a913dc01
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/13 02:33
remove unused variable argn (no longer needed due to getopt(3) usage)
9da8db3c
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/13 02:31
fix cast warnings
cdb90cea
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/12 17:46
remove archaic 512KiB error, replace with 8MiB warning
d0a03bc9
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/12 17:40
pad option now changes the ROM size at 0x148
cba8933c
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/12 16:21
remove unneeded carttype checking in -v
b2a4f54f
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/12 14:52
rename PrintUsage() to usage(), and return EX_USAGE
5fe2bcbe
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/12 14:44
use errx(3) and warnx(3) instead of rolling our own error functions
fd9901a2
– bentley <anthonyjbentley@gmail.com>
authored
on 2010/01/12 14:05
remove the -r (truncate) option
f617078f
– bentley <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/12 13:42
finish minor consistency output changes
198fcfaa
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/12 13:17
minor text output changes
ac5b3110
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/12 13:04
use SI units (KiB) instead of the ambiguous kB
c3fa922c
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/12 12:55
fix quiet mode oversight
b23c5ab4
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/12 12:33
rewrite usage to match new getopt() option format
16c7a49f
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/12 09:25
use getopt(3) instead of our hand-rolled flag parsing
8f5e7676
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/05 09:21
list new default init values in usage information (rgbasm, xlink)
8614871e
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/05 09:17
change unitialized byte values in xlink to 0
b864431a
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/05 09:11
add yacc output to the clean target
f9e443b1
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/05 09:08
get rid of a strcpy() warning on OpenBSD
ed3e35e6
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/05 09:01
set default fillchar for rgbasm to 0, not random
290c65e9
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/04 15:11
minor spacing changes in output
8f1ad7f9
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/04 15:09
the -k flag wrote to the wrong location. fixing the bug
f0361ee0
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/04 15:04
many of the flags did not respect -d (debug) flag. this fixes them.
3649cec5
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/04 15:00
add -k option to set new licensee code
fb81793d
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/04 14:50
add -s flag for SGB mode
6752b102
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2010/01/04 14:40
add -j option for setting 0x14A (region flag)
2d72b12e
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 14:47
error out if both -o and -c are specified
77bbbba9
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 13:58
give warning if -c/-o overwrites last character of new title
8e9672c1
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 13:39
add -c/-o flags to set GBC flag (lmod)
317c2662
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 11:54
add -b option to the usage (lmod)
3397810e
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 11:52
when changing MBC, print the name of the MBC (lmod)
2afdc060
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 11:32
add -b option to change MBC type (lmod)
7e4104ca
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 10:55
add option to change memory size (from lmod)
ecae9483
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 09:10
remove some tabs to make usage information easier to read on a terminal
dd16f2d5
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 09:05
add new info on -p to usage information
0bc88ce7
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 08:58
Add an optional value parameter to -p (lmod)
d8070a10
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 07:59
run indent on header files (whitespace changes)
a0145378
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/30 07:51
reran indent (whitespace changes)
ddd7fdac
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/29 19:16
finish fixing segfault (probably caused by argv[] craziness)
e5ac9c2c
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/29 19:08
partially fix segfault when run with options but no input file
5e9c2ee2
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/29 18:39
finish moving src/rgbfix/ to src/fix/
81961554
– anthony <anthony@ponderosa.gateway.2wire.net>
authored
on 2009/12/29 18:19
move src/rgbfix/ to src/fix/ for consistency
b6a50a3a
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/11/08 16:27
added -q to the documentation
db0667e5
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/11/08 15:28
added a command line option -q for quiet mode (suppresses messages except errors) (lmod)
b7ca2e2b
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/11/08 14:49
rgbfix: add warning function, separate output between stdout and stderr (lmod)
be13e051
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/11/08 14:28
xlib: separate output between stdout and stderr (from lmod)
46c131bc
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/11/08 13:47
more HTML formatting gunk
42007c5c
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/11/06 18:01
remove HTML formatting gunk from a lot of the docs
e1f5352b
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/11/06 13:37
makefile now works with BSD make
8cbc2f44
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/11/06 09:59
use ${CC} and ${YACC} instead of hardcoded programs
8fd364a1
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/09/12 14:53
document partial binary includes
6c1dd85c
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/09/12 14:46
add support for partial binary includes (from lmod00)
7d0dd140
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/09/12 13:49
create stylesheet and link to it
171061f3
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/09/12 13:10
Replaced needless anchors with IDs
cd2e59fc
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/09/12 12:47
converted DOS linebreaks to UNIX
3eb060b0
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/09/12 12:14
HTML4 Transitional doctype
1c734a01
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/09/12 02:40
correct error in documentation
792fb5ef
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/09/11 18:45
Put in the original license
c0031dad
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/09/11 18:01
use [b]yacc instead of bison by default
50a8bbd4
– Anthony Bentley <anthonyjbentley@gmail.com>
authored
on 2009/09/11 17:40
Make grammar specifications yacc-compatible
74eea592
– Vegard Nossum <vegard.nossum@gmail.com>
authored
on 2009/06/11 06:24
build: figure out git revision and include as part of version string
98810091
– Vegard Nossum <vegard.nossum@gmail.com>
authored
on 2009/06/11 06:10
build: split cflags to its own variable
f81bcc72
– Vegard Nossum <vegard.nossum@gmail.com>
authored
on 2009/06/11 06:08
build: merge everything to a single top-level Makefile
3ce06cd4
– Vegard Nossum <vegard.nossum@gmail.com>
authored
on 2009/06/11 05:53
Added a README file
a2168550
– Vegard Nossum <vegard.nossum@gmail.com>
authored
on 2009/06/11 05:28
Move src/asmotor.h to top-level include/
afe33e11
– Vegard Nossum <vegard.nossum@gmail.com>
authored
on 2009/06/11 05:22
link: move includes to include/link/
618082bc
– Vegard Nossum <vegard.nossum@gmail.com>
authored
on 2009/06/11 05:18
lib: move includes to include/lib/
Next