Commit Graph

  • d54081896a adapt to new value of dummy error code cpg 2004-03-15 21:02:04 +00:00
  • 09a608cd58 Removed a useless function call cuz 2004-03-14 19:58:48 +00:00
  • b78ef1e0b4 Removed obsolete comment cuz 2004-03-14 11:16:49 +00:00
  • 20c3a8c25c New apple2enh target cuz 2004-03-13 23:27:54 +00:00
  • c7eaae5d07 New apple2enh target library cuz 2004-03-13 23:25:35 +00:00
  • 1b588fd831 apple2enh fixes cuz 2004-03-13 23:25:22 +00:00
  • 3e6393c279 Added a Makefile cuz 2004-03-13 23:25:11 +00:00
  • 847e1c62eb Minor fixes for the new apple2enh target cuz 2004-03-13 23:17:19 +00:00
  • 0358a14d1f Additional I/O chips added by Stefan Haubenthal cuz 2004-03-13 22:51:29 +00:00
  • fd7e7f8e73 New header file from Stefan Haubenthal cuz 2004-03-13 22:46:29 +00:00
  • 89fc8f3df7 Fixed a bug: The volatile keyword was not accepted in type casts or as argument to the sizeof operator, if the type spec is starting with this keyword. cuz 2004-03-13 22:37:13 +00:00
  • 0008f12107 Contributed files from Oliver Schmidt cuz 2004-03-13 21:42:44 +00:00
  • a942017c96 Remove break registers as absolute variables cuz 2004-03-13 21:41:30 +00:00
  • 3846e8c536 Fixed inclusion order cuz 2004-03-13 21:39:01 +00:00
  • 175cba5701 Fixed key definitions (were removed from apple2.h) cuz 2004-03-13 21:35:47 +00:00
  • a5eb81c76b - technical stuff in <tt/../ izydorst 2004-03-12 01:23:21 +00:00
  • f2d613cfbc - some VDC info updates izydorst 2004-03-12 01:21:27 +00:00
  • a57deeb58a Reworked version by Oliver Schmidt cuz 2004-03-11 21:54:22 +00:00
  • 5f2569ef28 New target APPLE2ENH cuz 2004-03-11 21:29:09 +00:00
  • 897b12cdb2 Fixed a typo cuz 2004-03-11 21:28:49 +00:00
  • bcf09a96bb New target APPLE2ENH cuz 2004-03-11 21:21:33 +00:00
  • c313ae2ce4 Added a new apple2enh target cuz 2004-03-11 20:52:23 +00:00
  • 32307e14e4 Document push/pop for segment name #pragmas cuz 2004-03-08 22:35:37 +00:00
  • 40dc3582a9 Allow push/pop arguments for segment name #pragmas cuz 2004-03-08 22:33:27 +00:00
  • 7a5d4f3138 Fixed issues with the last change: The return code must be pulled from stack before the stack pointer is reset. cuz 2004-03-08 20:38:58 +00:00
  • 742d8c3294 Renamed IS_Pop to IS_Drop cuz 2004-03-07 22:09:25 +00:00
  • 9d439d9dd2 New module strstack cuz 2004-03-07 22:09:06 +00:00
  • 7006e5d1f2 Documented the new push/pop factility for #pragmas. cuz 2004-03-07 22:02:45 +00:00
  • d0ea9f34b6 Made several options that can be changed by #pragmas stackable. Added new #pragma regvars. cuz 2004-03-07 21:53:35 +00:00
  • 7492c924e3 New module intstack cuz 2004-03-07 21:52:30 +00:00
  • 9c2e03466d - a new sample program (GetID is a Hello World in GEOS :) izydorst 2004-03-06 13:35:29 +00:00
  • 703cde460f Working... cuz 2004-03-05 18:34:44 +00:00
  • 18a2904921 Added mouse_ioctl cuz 2004-03-05 18:33:56 +00:00
  • d923233a53 - fixed bug which prevented DrawPoint/Line from drawing izydorst 2004-03-05 17:13:52 +00:00
  • 2b66c5e131 - comment fixes izydorst 2004-03-05 17:11:57 +00:00
  • 70f4d3a6df Document atari function keys cuz 2004-03-04 22:31:18 +00:00
  • 04ccfdd660 Added missing 'simple escape sequences' cuz 2004-03-02 19:42:19 +00:00
  • f2a74164a2 Fixed a bug: Octal character constants were not handled correctly. cuz 2004-03-02 19:42:07 +00:00
  • 6577ca9cb3 SB_GetNumber didn't handle a sign correctly cuz 2004-03-02 19:30:08 +00:00
  • 98e3d2815e Added missing 'simple escape sequences' cuz 2004-03-02 19:27:59 +00:00
  • 9bf337a37b Pass chars as ints cuz 2004-03-02 19:25:26 +00:00
  • e47ed98aa7 Move the expression test code into separate modules. The Test() and TestInParens() functions do now return information about the expression that was tested. An if... statement where the expression is always true will now print a warning "Unreachable code" if it has an else clause. cuz 2004-03-02 18:00:08 +00:00
  • 9d46a42600 Fixed two errors, skip to end of line in case of an error cuz 2004-03-02 17:24:30 +00:00
  • 56715084b8 The program return code is passed back in ST for the CBMs cuz 2004-03-02 17:13:01 +00:00
  • af461406cb Fix: No ST constant available cuz 2004-03-02 17:10:43 +00:00
  • 220e5a3898 Place the return code into ST cuz 2004-03-02 17:08:07 +00:00
  • 910f9277ac Place the return code into ST cuz 2004-03-02 16:59:52 +00:00
  • 96f96a5bde Identifiers starting with a dot could not be used as namens for .define style macros, even with --leading_dots_in_identifiers. This was also true for symbols with one character names and without a leading dot. cuz 2004-02-22 11:34:29 +00:00
  • 4d80ff9214 Don't use bash'isms in make cuz 2004-02-20 11:02:15 +00:00
  • be5adac693 Use the assembler version as BASIC line number, so the version of the assembler (and probably compiler) can be determined from a compiled executable. Nice idea from Stefan Haubenthal. cuz 2004-02-02 13:34:12 +00:00
  • f0250724a1 Working on the mouse stuff cuz 2004-02-02 12:26:50 +00:00
  • 5ed647b99e New joystick driver contributed by Stefan Haubenthal cuz 2004-02-02 12:23:45 +00:00
  • 7165d4d77f The disassembler outputs .text instead of .byte cuz 2004-01-22 21:15:51 +00:00
  • 4106dfd526 Fixed a bug cuz 2004-01-22 21:13:01 +00:00
  • 51aec21c23 Fixed a bug cuz 2004-01-20 21:33:23 +00:00
  • e717b44d4d Fixes/improvements from Stefan Haubenthal cuz 2004-01-09 17:39:55 +00:00
  • 95c0fb6e0b Removed an unused assignment cuz 2004-01-04 21:35:38 +00:00
  • 15793782a8 Doc fixes from Stefan Haubenthal cuz 2004-01-04 21:25:50 +00:00
  • 1b73d9d254 New module from Stefan Haubenthal cuz 2004-01-04 21:24:37 +00:00
  • 473d620742 Fixed a typo cuz 2004-01-04 21:16:08 +00:00
  • 5c3b1be529 Removed a few em driver remanents cuz 2004-01-04 21:15:23 +00:00
  • d237a9fa23 Remove an unused include cuz 2004-01-04 21:14:43 +00:00
  • 7bea8431e2 Two fixes from Stefan Haubenthal cuz 2004-01-04 21:12:01 +00:00
  • e94afbc0dd added ExitTurbo before showing DlgBox - this allows for safe recover after ActionReplay freeze izydorst 2004-01-02 23:28:00 +00:00
  • 83342c6ee9 more info about kernal functions that silently restore vectors izydorst 2004-01-02 23:16:01 +00:00
  • 77e667c14d Better debug output cuz 2003-12-31 09:55:18 +00:00
  • 5cc3e809bb Fixed a bug cuz 2003-12-30 22:44:03 +00:00
  • 6d49e06fa2 Fixed a few bugs cuz 2003-12-30 22:42:49 +00:00
  • d428d3cec7 More mouse functions cuz 2003-12-30 19:14:17 +00:00
  • fb17cf5e0f New ioctl function cuz 2003-12-30 08:18:40 +00:00
  • 92d5130220 Improved PET-II support cuz 2003-12-30 08:09:08 +00:00
  • 904780547c More mouse stuff cuz 2003-12-30 08:08:07 +00:00
  • 0f06fe63b7 New mouse directory cuz 2003-12-29 07:40:56 +00:00
  • 3e528820b0 Fixed a bug cuz 2003-12-28 22:17:33 +00:00
  • 2c622ca099 New mouse subdirectories cuz 2003-12-28 21:48:22 +00:00
  • 8d4c661c75 Make mouse driver loadable cuz 2003-12-28 21:26:11 +00:00
  • 30d99a4d56 New loadable mouse drivers cuz 2003-12-28 21:25:15 +00:00
  • 7e43e5e0e1 New style mouse routines cuz 2003-12-28 21:05:06 +00:00
  • 96ef6d828f PET-II improvements cuz 2003-12-28 18:35:00 +00:00
  • 7c609c4e8e Fix an incomplete statement cuz 2003-12-27 19:31:23 +00:00
  • dada43f570 More cbm510 changes to make file I/O and kernal access work cuz 2003-12-27 16:11:14 +00:00
  • 40a48c59b8 Fixed a typo cuz 2003-12-27 16:10:53 +00:00
  • 63437207a1 Use direct access to the position variables, since gotoxy uses them also. cuz 2003-12-27 15:51:11 +00:00
  • 1af46f9998 The RAM driver operates of course in bank #1 (not #2) cuz 2003-12-27 15:46:23 +00:00
  • f3b1ddfe8a Fixed a comment cuz 2003-12-27 14:32:37 +00:00
  • a08b30c66d Add serial driver for the 510 cuz 2003-12-26 22:51:29 +00:00
  • dbbc0032e8 Started to remove obsolete RS232 code cuz 2003-12-26 21:44:52 +00:00
  • 8636914964 Cleanup and preparation for the new design cuz 2003-12-26 21:43:18 +00:00
  • b9327d23f8 Removed the old rs232 code cuz 2003-12-26 21:05:25 +00:00
  • aa9d9445e8 Bumped the version number cuz 2003-12-26 21:03:54 +00:00
  • a51631bdcd Removed macro that didn't work cuz 2003-12-23 20:21:45 +00:00
  • 067706b737 Added small comments about address sizes cuz 2003-12-23 20:20:45 +00:00
  • eaeeea0cc0 Changelog is now in CVS cuz 2003-12-23 09:39:29 +00:00
  • baef511276 Fixed address in comment cuz 2003-12-23 08:46:00 +00:00
  • 15acb94c93 Add the atari joystick driver cuz 2003-12-22 23:48:54 +00:00
  • a60eebad94 Copy the atari joystick driver cuz 2003-12-22 23:19:27 +00:00
  • 23935bd4c6 Fixed a watcom warning cuz 2003-12-22 23:13:15 +00:00
  • 46a013c312 We cannot build the inc files from windows/wine cuz 2003-12-22 22:46:17 +00:00
  • 99d1516b86 Prodos does only allows dots in filenames cuz 2003-12-22 21:37:36 +00:00
  • 467cc7c5ad Generate the inc files cuz 2003-12-22 21:29:28 +00:00