source: buchla-68k

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ace9ee7   7 years thomas Fix shift count overflow.
(edit) @fa38804   7 years thomas Removed form-feed comments.
(edit) @1efe224   7 years thomas Added 61810 datasheet.
(edit) @d21fc6f   7 years thomas Always use (uint16_t *) for object pointers.
(edit) @4422c8e   7 years thomas No more pointer-int conversions.
(edit) @add86dd   7 years thomas Incompatible pointers, pointer-int conversions.
(edit) @7d4cf30   7 years thomas Added setp() for pointers.
(edit) @298f0b4   7 years thomas Fewer incompatible pointers.
(edit) @33b5477   7 years thomas Fixed argument order.
(edit) @928d5d9   7 years thomas Added addresses.
(edit) @6ee14ba   7 years thomas Added 68000 datasheet.
(edit) @92479b9   7 years thomas Added datasheets.
(edit) @4d04f41   7 years thomas Fixed indexer paths.
(edit) @0170798   7 years thomas Added last missing function pointer prototypes.
(edit) @7af8be4   7 years thomas Prototypes for formatted I/O.
(edit) @4a17aeb   7 years thomas Prototypes for I/O dispatch pointers.
(edit) @4aa78b2   7 years thomas Format .x files as header files.
(edit) @2340de6   7 years thomas Keep macros in external declarations.
(edit) @526a993   7 years thomas Wording change.
(edit) @e877e55   7 years thomas Script clean-up.
(edit) @6aa430b   7 years thomas More accurate headers.
(edit) @14ad9c9   7 years thomas Added missing headers.
(edit) @1d61ba3   7 years thomas Warn about missing declarations.
(edit) @06f6615   7 years thomas Share more.
(edit) @b28a12e   7 years thomas Zero redundant declarations.
(edit) @39a696b   7 years thomas Regenerate global headers.
(edit) @6262b5c   7 years thomas Added include files for global functions and variables.
(edit) @5fa506d   7 years thomas Include file cleanup.
(edit) @f7428b1   7 years thomas Started to rework include files.
(edit) @c3aee8a   7 years thomas Make tables unsigned.
(edit) @411371e   7 years thomas Removed redundant declarations.
(edit) @e225e77   7 years thomas Added missing includes and declarations.
(edit) @d2d593b   7 years thomas Added more functions to header files.
(edit) @d10dbee   7 years thomas Eclipse format settings.
(edit) @9519422   7 years thomas Strip trailing tabs and spaces.
(edit) @7848656   7 years thomas Spaces to tabs.
(edit) @bc11fc1   7 years thomas Added Eclipse project.
(edit) @8618599   7 years thomas Count warnings.
(edit) @7258c6a   7 years thomas Use standard integer types.
(edit) @0292fbb   7 years thomas Manually fixed missing wdfield.c.
(edit) @5c13d64   7 years thomas Use void pointers for mem*() functions.
(edit) @002f873   7 years thomas Don't require declarations, but always expect prototypes.
(edit) @599d89b   7 years thomas Missing return values. Missing int declarations.
(edit) @6dd74a9   7 years thomas Fixed array pointer.
(edit) @60288f5   7 years thomas Make function pointers more consistent.
(edit) @0c834c5   7 years thomas Prototypes for global function pointers. Consistent global types.
(edit) @342a56f   7 years thomas Script to check global types.
(edit) @0580615   7 years thomas Point of no return.
(edit) @46d8069   7 years thomas Fixed remaining prototypes.
(edit) @f4fbee9   7 years thomas iolib compiles.
(edit) @abd4109   7 years thomas Added vlib assembly prototypes.
(edit) @1127e68   7 years thomas Minor function mixup.
(edit) @ab83141   7 years thomas _dofmt() -> dofmt_().
(edit) @c6f3870   7 years thomas _ptcl12() prototype.
(edit) @392c73c   7 years thomas Align FILE and PFS.
(edit) @dfe4288   7 years thomas Process stdarg.h instead of varargs.h.
(edit) @bfc0072   7 years thomas varargs.h -> stdarg.h.
(edit) @72d4545   7 years thomas Added missing parameter declaration.
(edit) @5f714c9   7 years thomas Don't try to use exit codes.
(edit) @ee49131   7 years thomas Exit codes not supported.
(edit) @f7c91fc   7 years thomas Prototype fix framework.
(edit) @b8080f6   7 years thomas Merge master.
(edit) @06ccda2   7 years thomas Don't mix function and variable declarations.
(edit) @30c03a4   7 years thomas Merge master.
(edit) @6d3de83   7 years thomas No local function declarations.
(edit) @73dd55f   7 years thomas Prepare for automatic substitution.
(edit) @6888aa2   7 years thomas Virtual Python environment for pycparser.
(edit) @cbe2c15   7 years thomas rom.abs -> bios.abs.
(edit) @050d522   7 years thomas Added readme.txt.
(edit) @7bf3856   7 years thomas Added Alcyon C reference output.
(edit) @66b48e7   7 years thomas Keep empty directories.
(edit) @10afc24   7 years thomas Consistent library order.
(edit) @0cfc372   7 years thomas Remove incomplete conversion script.
(edit) @f394e7b   7 years thomas Linked ROM without errors.
(edit) @6dc5ea7   7 years thomas Linked RAM without errors.
(edit) @c091ef8   7 years thomas Use correct writern.c file.
(edit) @df097bf   7 years thomas Code compiles, doesn't link.
(edit) @9bf0f86   7 years thomas Build libraries, try to link.
(edit) @ef7ae7e   7 years thomas Added varargs.h header.
(edit) @1f698bb   7 years thomas Added version file to emulator build.
(edit) @283e7a6   7 years thomas Added version file.
(edit) @bef53a9   7 years thomas More emulator memory, fixed assembler flags.
(edit) @a6f5b95   7 years thomas Try to link RAM.
(edit) @08e1da1   7 years thomas Slight format change.
(edit) @4f508e6   7 years thomas Converted assembly language files.
(edit) @f40a309   7 years thomas Unix line breaks.
(edit) @c65a0e2   7 years thomas Added RAM files.
(edit) @f8c95c4   7 years thomas Rebuild image when work directory changes.
(edit) @698a58a   7 years thomas Successfully linked ROM!
(edit) @a838f5b   7 years thomas Added work directory.
(edit) @c79db87   7 years thomas Added archive indexer.
(edit) @6ec258e   7 years thomas Added docs for Atari development tools.
(edit) @f40d52b   7 years thomas Create static libraries.
(edit) @cbc2fcf   7 years thomas Ignore harddisk image.
(edit) @bbb6a97   7 years thomas Ignore build directory.
(edit) @5f1d169   7 years thomas Ignore output directory.
(edit) @109c83b   7 years thomas Compiled full ROM in Hatari.
(add) @3ae31e9   7 years thomas Imported original source code.
Note: See TracRevisionLog for help on using the revision log.