# # ChangeLog for emu in buchla-emu # # Generated by Trac 1.4.4 # 04/27/2024 08:16:24 AM Sat, 02 Sep 2017 14:04:45 GMT Thomas Lopatic [8c8a883] * emu/ser.c (modified) Don't keep NUL bytes in display memory. Sun, 20 Aug 2017 21:47:23 GMT Thomas Lopatic [657abdf] * emu/all.h (modified) * emu/sdl.c (modified) * emu/ser.c (modified) Serial FIFO. Mouse support. Sun, 20 Aug 2017 20:09:56 GMT Thomas Lopatic [a9861f3] * emu/vid.c (modified) Don't double-lock the CPU mutex. Sun, 20 Aug 2017 19:23:37 GMT Thomas Lopatic [b48c8a5] * emu/sdl.c (modified) * misc/buchla.supp (modified) Mouse capture. Sun, 20 Aug 2017 16:13:15 GMT Thomas Lopatic [f285858] * emu/all.h (modified) * emu/sdl.c (modified) * emu/vid.c (modified) Main menu shows. Sat, 19 Aug 2017 20:26:00 GMT Thomas Lopatic [ac4e192] * emu/cpu.c (modified) * emu/vid.c (modified) Started VSDD emulation. Tue, 08 Aug 2017 18:30:31 GMT Thomas Lopatic [7b50125] * emu/cpu.c (modified) * emu/tim.c (modified) Merged timer code. Sun, 06 Aug 2017 16:42:17 GMT Thomas Lopatic [05e6dbe] * emu/cpu.c (modified) Cover palette writes in vid module. Sun, 06 Aug 2017 08:20:22 GMT Thomas Lopatic [0edef06] * .gitignore (modified) * emu/all.h (modified) * emu/main.c (modified) * emu/ser.c (modified) Configurable font file. Sat, 05 Aug 2017 20:57:52 GMT Thomas Lopatic [29618fe] * emu/gdb.c (modified) No GDB connection -> no breakpoint response. Sat, 05 Aug 2017 20:48:28 GMT Thomas Lopatic [149c3e0] * emu/all.h (modified) * emu/cpu.c (modified) * emu/gdb.c (modified) Resuming, Ctrl-C, breakpoints look OK. Sat, 05 Aug 2017 19:03:20 GMT Thomas Lopatic [5fa5369] * emu/all.h (modified) * emu/cpu.c (modified) * emu/gdb.c (modified) Single-stepping looks OK. Sat, 05 Aug 2017 17:07:26 GMT Thomas Lopatic [7cc6ac0] * .gitignore (modified) * Makefile (modified) * emu/all.h (modified) * emu/cpu.c (modified) * emu/gdb.c (added) * emu/main.c (modified) * emu/sdl.c (modified) Successfully attached GDB. Sat, 05 Aug 2017 11:24:15 GMT Thomas Lopatic [40b2112] * emu/tim.c (modified) CR2 is SR when reading. Sat, 05 Aug 2017 10:54:17 GMT Thomas Lopatic [9e0cd12] * emu/tim.c (modified) Code review. Wed, 02 Aug 2017 22:40:36 GMT Alexander Heinrich [52c8401] * emu/tim.c (modified) Formatting Wed, 02 Aug 2017 21:59:46 GMT Alexander Heinrich [212bc4c] * emu/cpu.c (modified) * emu/tim.c (modified) Add rudimentary timer Add rudimentary timer that responds to the ... Tue, 01 Aug 2017 23:11:47 GMT Thomas Lopatic [6e313dd] * emu/cpu.c (modified) * emu/sdl.c (modified) Be friendlier to Valgrind. Tue, 01 Aug 2017 22:32:52 GMT Thomas Lopatic [bdd5a63] * emu/all.h (modified) * emu/cpu.c (modified) * emu/main.c (modified) * emu/sdl.c (modified) * emu/ser.c (modified) Separate thread for rendering. Tue, 01 Aug 2017 17:46:02 GMT Thomas Lopatic [ea878ba] * Makefile (modified) * emu/all.h (modified) * emu/sdl.c (modified) * readme.txt (modified) Added SDL_net for networking. Tue, 01 Aug 2017 07:40:22 GMT Thomas Lopatic [74c44d9] * emu/cpu.c (modified) Fix first loaded byte. Mon, 31 Jul 2017 18:13:17 GMT Thomas Lopatic [8967dbc] * emu/fdd.c (modified) Minor cleanup. Mon, 31 Jul 2017 17:48:15 GMT Thomas Lopatic [1489228] * emu/fdd.c (modified) Fix single-sector commands. Mon, 31 Jul 2017 17:01:38 GMT Thomas Lopatic [c5b6c90] * emu/all.h (modified) * emu/cpu.c (modified) * emu/fdd.c (modified) * emu/mid.c (modified) * emu/mkdisk.c (modified) * emu/ser.c (modified) Successfully loaded midas.abs from disk. Sun, 30 Jul 2017 18:18:21 GMT Thomas Lopatic [1efc42c] * Makefile (modified) * emu/all.h (modified) * emu/cpu.c (modified) * emu/fdd.c (modified) * emu/main.c (modified) Load floppy disk image file. Sun, 30 Jul 2017 18:06:21 GMT Thomas Lopatic [caff491] * emu/all.h (modified) * emu/sdl.c (modified) * emu/ser.c (modified) * misc/buchla.supp (modified) Moved serial console window to ser emulation. Sun, 30 Jul 2017 17:33:49 GMT Thomas Lopatic [a6da9fb] * .gitignore (modified) * Makefile (modified) * emu/mkdisk.c (added) Create buchla.disk, a 1.44M FAT12 floppy disk image. Sat, 29 Jul 2017 22:40:29 GMT Thomas Lopatic [0726522] * emu/ser.c (modified) Support ASCII BEL code (^G). Sat, 29 Jul 2017 22:24:03 GMT Thomas Lopatic [375f7fb] * emu/ser.c (modified) Better interrupt emulation. Sun, 23 Jul 2017 20:57:53 GMT Thomas Lopatic [3c30832] * emu/all.h (modified) * emu/cpu.c (modified) * emu/fdd.c (modified) * emu/fpu.c (modified) * emu/kbd.c (modified) * emu/lcd.c (modified) * emu/led.c (modified) * emu/mid.c (modified) * emu/ser.c (modified) * emu/snd.c (modified) * emu/tim.c (modified) * emu/vid.c (modified) Interrupt handling. Serial console shows ROMP. Sun, 23 Jul 2017 11:05:50 GMT Thomas Lopatic [2a75e87] * emu/ser.c (modified) More clarity. Sun, 23 Jul 2017 10:48:38 GMT Thomas Lopatic [7eb8971] * Makefile (modified) * emu/cpu.c (modified) Don't use Linux fix on OS X. Sun, 23 Jul 2017 10:40:02 GMT Thomas Lopatic [a23f3d9] * emu/cpu.c (modified) * emu/ser.c (modified) Control character input. Sun, 23 Jul 2017 10:17:42 GMT Thomas Lopatic [bb4fd0c] * emu/all.h (modified) * emu/cpu.c (modified) * emu/sdl.c (modified) * emu/ser.c (modified) * misc/buchla.supp (modified) Started serial console. Sat, 22 Jul 2017 15:27:04 GMT Thomas Lopatic [2f9f352] * Makefile (modified) * emu/all.h (modified) * emu/sdl.c (modified) * readme.txt (modified) Added SDL2_ttf. Fri, 21 Jul 2017 01:24:57 GMT Thomas Lopatic [9674f1a] * cpu/m68kconf.h (modified) * emu/cpu.c (modified) Log BIOS calls. Thu, 20 Jul 2017 23:37:13 GMT Thomas Lopatic [4c71d39] * emu/all.h (modified) * emu/cpu.c (modified) * emu/fdd.c (modified) * emu/fpu.c (modified) * emu/kbd.c (modified) * emu/lcd.c (modified) * emu/led.c (modified) * emu/main.c (modified) * emu/mid.c (modified) * emu/sdl.c (modified) * emu/ser.c (modified) * emu/snd.c (modified) * emu/tim.c (modified) * emu/vid.c (modified) More granular verbosity. Thu, 20 Jul 2017 20:18:39 GMT Thomas Lopatic [ebc8f69] * emu/all.h (modified) * emu/cpu.c (modified) * emu/sdl.c (modified) Throttle CPU to 7 MHz. Thu, 20 Jul 2017 19:57:35 GMT Thomas Lopatic [2147e53] * copying.txt (modified) * emu/cpu.c (modified) * emu/fdd.c (modified) * emu/fpu.c (modified) * emu/kbd.c (modified) * emu/lcd.c (modified) * emu/led.c (modified) * emu/main.c (modified) * emu/mid.c (modified) * emu/sdl.c (modified) * emu/ser.c (modified) * emu/snd.c (modified) * emu/tim.c (modified) * emu/vid.c (modified) * gpl.txt (moved) Renamed GPL file. Thu, 20 Jul 2017 19:50:53 GMT Thomas Lopatic [90d6373] * emu/fdd.c (modified) * emu/fpu.c (modified) * emu/kbd.c (modified) * emu/lcd.c (modified) * emu/led.c (modified) * emu/mid.c (modified) * emu/ser.c (modified) * emu/snd.c (modified) * emu/tim.c (modified) * emu/vid.c (modified) Properly display access width. Thu, 20 Jul 2017 19:26:42 GMT Thomas Lopatic [e41c6b6] * emu/cpu.c (modified) * emu/sdl.c (modified) Fix Ctrl-C. Thu, 20 Jul 2017 19:20:52 GMT Thomas Lopatic [555b171] * emu/cpu.c (modified) Allow access to the first 64 KiB. Thu, 20 Jul 2017 19:09:33 GMT Thomas Lopatic [ba36b71] * emu/cpu.c (modified) Fixed memory access control. Thu, 20 Jul 2017 16:25:06 GMT Thomas Lopatic [51b6cfd] * emu/cpu.c (modified) Removed unnecessary definitions. Thu, 20 Jul 2017 16:19:40 GMT Thomas Lopatic [b909777] * .gitignore (modified) * emu/all.h (modified) * emu/cpu.c (modified) * emu/main.c (modified) Parse command line options. Load BIOS file. Thu, 20 Jul 2017 14:34:09 GMT Thomas Lopatic [a06aa8b] * Makefile (modified) * copying.txt (modified) * emu/all.h (modified) * emu/cpu.c (modified) * emu/fdd.c (added) * emu/fpu.c (added) * emu/kbd.c (added) * emu/lcd.c (added) * emu/led.c (added) * emu/main.c (modified) * emu/mid.c (added) * emu/sdl.c (modified) * emu/ser.c (added) * emu/snd.c (added) * emu/tim.c (added) * emu/vid.c (added) Added skeleton device files. Mon, 17 Jul 2017 05:07:53 GMT Thomas Lopatic [ff8d800] * .cproject (modified) * Makefile (modified) * buchla.supp (added) * emu/all.h (added) * emu/cpu.c (added) * emu/main.c (modified) * emu/sdl.c (added) * setup (added) Added SDL2 support. Sun, 16 Jul 2017 20:04:53 GMT Thomas Lopatic [d54045b] * Makefile (added) * emu/main.c (added) Skeleton compiles.