#
# ChangeLog for emu in buchla-emu
#
# Generated by Trac 1.4.4
# 04/06/2025 01:31:43 PM

Mon, 04 Sep 2017 16:32:56 GMT Thomas Lopatic <thomas@…> [fffab34]
	* emu/vid.c (modified)

	Support UND attribute.


Mon, 04 Sep 2017 15:04:49 GMT Thomas Lopatic <thomas@…> [d021bbb]
	* emu/kbd.c (modified)

	Support 24-key "keyboard".


Mon, 04 Sep 2017 14:28:12 GMT Thomas Lopatic <thomas@…> [4ed9bfe]
	* emu/all.h (modified)
	* emu/cpu.c (modified)
	* emu/kbd.c (modified)
	* emu/sdl.c (modified)
	* emu/ser.c (modified)
	* emu/vid.c (modified)

	Support data keys, X, E, and M.


Sat, 02 Sep 2017 18:31:51 GMT Thomas Lopatic <thomas@…> [4f967e8]
	* emu/vid.c (modified)

	Minor cleanup.


Sat, 02 Sep 2017 18:14:05 GMT Thomas Lopatic <thomas@…> [b6f5f64]
	* emu/vid.c (modified)

	Support character objects.


Sat, 02 Sep 2017 14:04:45 GMT Thomas Lopatic <thomas@…> [8c8a883]
	* emu/ser.c (modified)

	Don't keep NUL bytes in display memory.


Sun, 20 Aug 2017 21:47:23 GMT Thomas Lopatic <thomas@…> [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 <thomas@…> [a9861f3]
	* emu/vid.c (modified)

	Don't double-lock the CPU mutex.


Sun, 20 Aug 2017 19:23:37 GMT Thomas Lopatic <thomas@…> [b48c8a5]
	* emu/sdl.c (modified)
	* misc/buchla.supp (modified)

	Mouse capture.


Sun, 20 Aug 2017 16:13:15 GMT Thomas Lopatic <thomas@…> [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 <thomas@…> [ac4e192]
	* emu/cpu.c (modified)
	* emu/vid.c (modified)

	Started VSDD emulation.


Tue, 08 Aug 2017 18:30:31 GMT Thomas Lopatic <thomas@…> [7b50125]
	* emu/cpu.c (modified)
	* emu/tim.c (modified)

	Merged timer code.


Sun, 06 Aug 2017 16:42:17 GMT Thomas Lopatic <thomas@…> [05e6dbe]
	* emu/cpu.c (modified)

	Cover palette writes in vid module.


Sun, 06 Aug 2017 08:20:22 GMT Thomas Lopatic <thomas@…> [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 <thomas@…> [29618fe]
	* emu/gdb.c (modified)

	No GDB connection -> no breakpoint response.


Sat, 05 Aug 2017 20:48:28 GMT Thomas Lopatic <thomas@…> [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 <thomas@…> [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 <thomas@…> [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 <thomas@…> [40b2112]
	* emu/tim.c (modified)

	CR2 is SR when reading.


Sat, 05 Aug 2017 10:54:17 GMT Thomas Lopatic <thomas@…> [9e0cd12]
	* emu/tim.c (modified)

	Code review.


Wed, 02 Aug 2017 22:40:36 GMT Alexander Heinrich <alex.heinrich@…> [52c8401]
	* emu/tim.c (modified)

	Formatting


Wed, 02 Aug 2017 21:59:46 GMT Alexander Heinrich <alex.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 <thomas@…> [6e313dd]
	* emu/cpu.c (modified)
	* emu/sdl.c (modified)

	Be friendlier to Valgrind.


Tue, 01 Aug 2017 22:32:52 GMT Thomas Lopatic <thomas@…> [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 <thomas@…> [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 <thomas@…> [74c44d9]
	* emu/cpu.c (modified)

	Fix first loaded byte.


Mon, 31 Jul 2017 18:13:17 GMT Thomas Lopatic <thomas@…> [8967dbc]
	* emu/fdd.c (modified)

	Minor cleanup.


Mon, 31 Jul 2017 17:48:15 GMT Thomas Lopatic <thomas@…> [1489228]
	* emu/fdd.c (modified)

	Fix single-sector commands.


Mon, 31 Jul 2017 17:01:38 GMT Thomas Lopatic <thomas@…> [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 <thomas@…> [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 <thomas@…> [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 <thomas@…> [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 <thomas@…> [0726522]
	* emu/ser.c (modified)

	Support ASCII BEL code (^G).


Sat, 29 Jul 2017 22:24:03 GMT Thomas Lopatic <thomas@…> [375f7fb]
	* emu/ser.c (modified)

	Better interrupt emulation.


Sun, 23 Jul 2017 20:57:53 GMT Thomas Lopatic <thomas@…> [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 <thomas@…> [2a75e87]
	* emu/ser.c (modified)

	More clarity.


Sun, 23 Jul 2017 10:48:38 GMT Thomas Lopatic <thomas@…> [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 <thomas@…> [a23f3d9]
	* emu/cpu.c (modified)
	* emu/ser.c (modified)

	Control character input.


Sun, 23 Jul 2017 10:17:42 GMT Thomas Lopatic <thomas@…> [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 <thomas@…> [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 <thomas@…> [9674f1a]
	* cpu/m68kconf.h (modified)
	* emu/cpu.c (modified)

	Log BIOS calls.


Thu, 20 Jul 2017 23:37:13 GMT Thomas Lopatic <thomas@…> [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 <thomas@…> [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 <thomas@…> [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 <thomas@…> [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 <thomas@…> [e41c6b6]
	* emu/cpu.c (modified)
	* emu/sdl.c (modified)

	Fix Ctrl-C.


Thu, 20 Jul 2017 19:20:52 GMT Thomas Lopatic <thomas@…> [555b171]
	* emu/cpu.c (modified)

	Allow access to the first 64 KiB.


Thu, 20 Jul 2017 19:09:33 GMT Thomas Lopatic <thomas@…> [ba36b71]
	* emu/cpu.c (modified)

	Fixed memory access control.


Thu, 20 Jul 2017 16:25:06 GMT Thomas Lopatic <thomas@…> [51b6cfd]
	* emu/cpu.c (modified)

	Removed unnecessary definitions.


Thu, 20 Jul 2017 16:19:40 GMT Thomas Lopatic <thomas@…> [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 <thomas@…> [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 <thomas@…> [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 <thomas@…> [d54045b]
	* Makefile (added)
	* emu/main.c (added)

	Skeleton compiles.