source: buchla-68k

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @897a874   7 years thomas Missing include.
(edit) @661ae9d   7 years thomas Fixed indentation.
(edit) @e4a1376   7 years thomas Made declarations consistent.
(edit) @83ea432   7 years thomas Script for consistency check.
(edit) @1c4f9be   7 years thomas Work around parser issue.
(edit) @f261cc8   7 years thomas Minor cleanup.
(edit) @0c06bc5   7 years thomas Prefer int16_t.
(edit) @1d174fb   7 years thomas Cast fix.
(edit) @d60f436   7 years thomas Alignment fix.
(edit) @99cac86   7 years thomas Simplify kind handling.
(edit) @ea232f9   7 years thomas Format string fixes.
(edit) @8973acd   7 years thomas No more warnings in libcio.
(edit) @7d0d347   7 years thomas Prefer signed integers in libsm.
(edit) @d18a473   7 years thomas No more warnings in lib700.
(edit) @e102943   7 years thomas No more warnings in iolib.
(edit) @dade7a0   7 years thomas No more warnings in libsm.
(edit) @c80943f   7 years thomas Added missing file.
(edit) @bf89cfb   7 years thomas No more warnings in vlib.
(edit) @09d1345   7 years thomas Prefer signed integers in vlib.
(edit) @6a37d5b   7 years thomas Prefer signed integers in assembly prototypes.
(edit) @7bb1284   7 years thomas Signed integers in wordq struct.
(edit) @aa021e2   7 years thomas Don't shift negative constants.
(edit) @7ecfb7b   7 years thomas Unused variables and parameters.
(edit) @4810254   7 years thomas Fixed console io_arg.
(edit) @d6f9ed1   7 years thomas Allow alignment cast.
(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.
Note: See TracRevisionLog for help on using the revision log.