86960297c3
return correct joystick count for XL and newer machines -- patch from Stefan Haubenthal
cpg
2004-05-11 19:31:14 +00:00
e7f2009fcd
Added the new --list-bytes option
cuz
2004-05-10 21:53:37 +00:00
1a68dd715a
New --list-bytes option
cuz
2004-05-10 21:50:13 +00:00
ab78147991
Fixed a small memory leak
cuz
2004-05-10 21:06:53 +00:00
0effd47c41
Add 6502X cpu
cuz
2004-05-10 09:32:01 +00:00
1286c79d85
Added CPU_6502X for 6502 with illegal opcodes
cuz
2004-05-09 21:06:36 +00:00
7d8b69f6f0
Document the new curly braces feature
cuz
2004-05-09 20:28:43 +00:00
b10b7cd3e8
Fixed a problem with {} enclosed token lists and implemented them for .blank and .tcount.
cuz
2004-05-09 20:24:51 +00:00
fdb685b874
Allow token lists to be optionally enclosed in curly braces. Using such enclosement, tokens that would otherwise terminate the list can be part of the list.
cuz
2004-05-09 19:45:07 +00:00
df07cf1114
New module joy_stddrv
cuz
2004-05-06 08:16:14 +00:00
fe9c53730c
The type parser didn't check bounds for the type string it created in a fixed size buffer.
cuz
2004-05-02 09:57:05 +00:00
4add4c3396
More output when using -v.
cuz
2004-05-02 09:50:27 +00:00
aa5a3035ef
New test program arg-test.c
cuz
2004-05-02 00:53:39 +00:00
1ae117fed8
Fixed a bug in the handling of ranges where the granularity is not one: An internally generated label could disrupt the output of such a range by adding an offset not equal to the granularity. The solution is to only add dependent labels within such a range on all addresses that do not match the granularity (odd addresses for a .word table for example).
cuz
2004-04-29 14:00:28 +00:00
3ccd9f97c7
Use .addr for address tables
cuz
2004-04-28 20:52:28 +00:00
fd80d1e7c9
Added command line param evaluation
cuz
2004-04-28 12:16:41 +00:00
2ed253d417
Command line arguments are now supported
cuz
2004-04-28 12:08:54 +00:00
f77feb7452
Added the mouse_move module
cuz
2004-04-28 12:06:14 +00:00
feff4843ed
Copy mouse drivers using new names
cuz
2004-04-28 12:06:00 +00:00
29d453d5dd
Added routine to parse command line args
cuz
2004-04-28 12:05:30 +00:00
215955ecba
Added address of FETCH routine
cuz
2004-04-28 12:03:09 +00:00
e68196c252
Add command line evaluation for the Plus/4
cuz
2004-04-28 11:57:50 +00:00
968cf01d58
Fixed a problem with the ubiquitous_idents change
cuz
2004-04-20 13:10:52 +00:00
9b96998e76
Document the new ubiquitous_idents feature
cuz
2004-04-20 12:54:21 +00:00
c3d510a9bc
Add a new feature "ubiquitous_idents" that allows the use of instructions as identifiers and macro names.
cuz
2004-04-20 12:49:36 +00:00
0eba6f615f
Fixed a problem with .global: In some situations, exported symbols went into the object files with an address size of ADDR_SIZE_DEFAULT, something which cannot be handled by the linker.
cuz
2004-04-19 17:00:12 +00:00
2b57b0e4f4
Small speed improvement
cuz
2004-04-19 11:38:51 +00:00
5e79761321
Added a missing export statement
cuz
2004-04-08 17:48:55 +00:00
3d8aa8c7d8
Added a comment
cuz
2004-04-08 17:43:28 +00:00
368cdbf115
Fixed a bug
cuz
2004-04-05 13:36:10 +00:00
01f864bcf1
Fixed a typo
cuz
2004-04-05 12:46:51 +00:00
4ae1e7bbb7
Fixed a comment
cuz
2004-04-04 20:43:08 +00:00
e4554505d6
Optimized the condes routine, because it is used to schedule interrupt handlers on many platforms, so too many cycles are evil.
cuz
2004-03-25 07:58:58 +00:00
ac08caec07
Added docs for new interrupt handler feature
cuz
2004-03-23 22:42:37 +00:00
a18e23a9d8
Added the mouse driver for the C64
cuz
2004-03-23 21:58:33 +00:00
5e1bbfce87
New mouse API
cuz
2004-03-23 21:56:13 +00:00
cfe8c8d934
Removed the old mouse module
cuz
2004-03-23 21:55:35 +00:00
04d2a349af
Rewrite. This fixes a bug where a forward reference (+1) to a non existing label caused an internal error. It does also add checking for unreferenced labels.
cuz
2004-03-21 16:15:55 +00:00
eeea3b9bc2
Adjust year in copyright string
cuz
2004-03-21 16:15:04 +00:00
c638243881
Changed a bug in the the translation table for the Atari: \a (bell) should now work.
cuz
2004-03-21 15:13:45 +00:00
1447b104db
Fixed a problem with conditional assembly. The assembler did not check if end of lined was reached after a .IF/.ELSE/... This could lead to invalid input accepted without an error message.
cuz
2004-03-21 11:03:08 +00:00
3f1ebfe116
Fixed a small bug
cuz
2004-03-20 19:23:03 +00:00
0bbcaa5c1a
New option --list-targets
cuz
2004-03-20 09:36:22 +00:00