log

age author description
Sat, 23 Mar 2019 00:05:37 -0700 Michael Pavone Fix Windows build
Fri, 22 Mar 2019 09:25:28 -0700 Michael Pavone Added support for detecting Mega WiFi titles based on a header string
Wed, 20 Mar 2019 22:06:29 -0700 Michael Pavone Remove dummy controller_add_mappings definitions from vgmplay and stateview as controller_info.o has been added to RENDEROBJS in the Makefile
Wed, 20 Mar 2019 22:05:27 -0700 Michael Pavone Avoid printing a bunch of junk to stdout when GDB remote debugging is enabled as this can confuse GDB
Wed, 20 Mar 2019 21:36:32 -0700 Michael Pavone Fix off-by one in IO port connection text output
Wed, 20 Mar 2019 09:35:17 -0700 Michael Pavone Updated checkbox style
Tue, 19 Mar 2019 18:56:21 -0700 Michael Pavone Fix off by one in IO device UI
Tue, 19 Mar 2019 09:27:30 -0700 Michael Pavone Fix off-by-one error in code for loading an SMD format ROM from a ZIP archive
Thu, 14 Mar 2019 23:40:50 -0700 Michael Pavone Merge from default mame_interp
Thu, 14 Mar 2019 23:27:10 -0700 Michael Pavone Remove some commented out code in fbdev backend
Thu, 14 Mar 2019 23:23:02 -0700 Michael Pavone Handle interlaced mode in fbdev backend
Tue, 12 Mar 2019 23:06:04 -0700 Michael Pavone Implement serialization/deserialization in new Z80 core
Mon, 11 Mar 2019 00:04:48 -0700 Michael Pavone Minor cleanup
Sun, 10 Mar 2019 23:10:43 -0700 Michael Pavone Scale H32 horizontally in fbdev backend so it has the correct aspect ratio
Sun, 10 Mar 2019 22:22:23 -0700 Michael Pavone Grab keyboard devices at startup so keyboard input stops going to terminal while running
Sun, 10 Mar 2019 22:11:32 -0700 Michael Pavone Fix off-by-one error in evdev init code and allow ALSA device to be specified in config
Sun, 10 Mar 2019 21:30:09 -0700 Michael Pavone Added raw fbdev/evdev/ALSA render backend
Wed, 13 Mar 2019 22:01:22 -0700 Michael Pavone Get latency between interrupt latch and interrupt acceptance working with Musashi mame_interp
Wed, 13 Mar 2019 20:34:24 -0700 Michael Pavone Make get_open_bus_value work right with Musashi mame_interp
Wed, 13 Mar 2019 19:13:46 -0700 Michael Pavone Hopefully fix 68K serialization/deserialization with Musashi mame_interp
Wed, 13 Mar 2019 18:57:11 -0700 Michael Pavone Make refresh delay emulation play nice with Musashi mame_interp
Tue, 12 Mar 2019 22:05:40 -0700 Michael Pavone Remove debug printf mame_interp
Tue, 12 Mar 2019 21:59:52 -0700 Michael Pavone Remove MAME Z80 core in favor of my new Z80 core mame_interp
Tue, 12 Mar 2019 21:58:53 -0700 Michael Pavone Wrote a version of m68k_invalidate_code_range for interpreter build so that MMAP_PTR_IDX regions can safely get "fast" pointers mame_interp
Tue, 12 Mar 2019 21:57:35 -0700 Michael Pavone Fix a couple issues in manual memory map read/write functions mame_interp
Tue, 12 Mar 2019 21:57:13 -0700 Michael Pavone Fix a couple bugs in the integration of Musashi mame_interp
Fri, 01 Mar 2019 14:17:29 -0800 Michael Pavone Merge from default mame_interp
Fri, 01 Mar 2019 08:17:57 -0800 Michael Pavone Couple of fixes for using MAME Z80 core mame_interp
Mon, 25 Feb 2019 21:22:14 -0800 Michael Pavone More instruction timing fixes in old Z80 core
Wed, 20 Feb 2019 09:42:12 -0800 Michael Pavone Fix Z80 interrupts in Gen/MD mode when using new core. Disable CPU debug log in new Z80 core
Wed, 20 Feb 2019 00:34:52 -0800 Michael Pavone Fix calculation for whether coalesceFlags is needed for xchg instruction in CPU DSL
Wed, 20 Feb 2019 00:16:27 -0800 Michael Pavone A couple more instruction timing fixes in new Z80 core
Tue, 19 Feb 2019 23:14:38 -0800 Michael Pavone Fix implementation of halt in new Z80 core
Tue, 19 Feb 2019 22:59:30 -0800 Michael Pavone Small fix to ztestrun rule in makefile
Tue, 19 Feb 2019 22:59:14 -0800 Michael Pavone Fix cycle counts of a few instructions in old Z80 core
Tue, 19 Feb 2019 22:51:53 -0800 Michael Pavone Add emulated MHz output to blastcpm
Tue, 19 Feb 2019 22:51:33 -0800 Michael Pavone Store sync_cycle in context rather than in a local in CPU DSL. Fix the timing of a number of instructions in new Z80 core
Tue, 19 Feb 2019 07:03:57 +0000 Michael Pavone Fix build mame_interp
Sat, 16 Feb 2019 13:15:09 -0800 Michael Pavone Fix size of relocated Z80 bank register field
Fri, 15 Feb 2019 23:59:34 -0800 Michael Pavone Added in block instructions, fixed IO address calculation in out block instructions in new Z80 core
Fri, 15 Feb 2019 23:58:55 -0800 Michael Pavone Add appropriate cycles for IO access
Fri, 15 Feb 2019 23:58:34 -0800 Michael Pavone Basic support for string operands in CPU DSL
Tue, 12 Feb 2019 09:58:04 -0800 Michael Pavone Integration of new Z80 core is sort of working now
Sun, 10 Feb 2019 11:58:23 -0800 Michael Pavone Initial attempt at interrupts in new Z80 core and integrating it into main executable
Sat, 09 Feb 2019 11:52:43 -0800 Michael Pavone Allow profiling blastcpm with perftools
Sat, 09 Feb 2019 11:34:31 -0800 Michael Pavone Optimization to memory access in new Z80 core
Fri, 08 Feb 2019 23:09:58 -0800 Michael Pavone Added option to CPU DSL to produce a threaded interpreter using computed goto
Thu, 07 Feb 2019 09:43:25 -0800 Michael Pavone Added init functions to z80_util.c so new Z80 core is closer to a drop in replacement for the old one
Wed, 06 Feb 2019 09:13:24 -0800 Michael Pavone Optimization of flag calculation for flags that just copy a bit from the result in CPU DSL
Wed, 06 Feb 2019 08:54:56 -0800 Michael Pavone Call srand in Z80 test generator so different values are used when regenerating tests
Wed, 06 Feb 2019 08:54:09 -0800 Michael Pavone Fixes to DAA, SCF and CCF to pass ZEXALL in new Z80 core
Tue, 05 Feb 2019 19:29:54 -0800 Michael Pavone Fixed half-carry flag calcuation for adc/sbc in new Z80 core
Tue, 05 Feb 2019 19:29:30 -0800 Michael Pavone Fixed cp ixh in new Z80 core
Mon, 04 Feb 2019 23:46:35 -0800 Michael Pavone Fixed CPI/CPD/CPIR/CPDR in new Z80 core
Mon, 04 Feb 2019 22:51:56 -0800 Michael Pavone Implemented RLD/RRD in new Z80 core
Mon, 04 Feb 2019 22:20:51 -0800 Michael Pavone Implement DD/FD prefixes for instructions that don't reference HL
Mon, 04 Feb 2019 22:02:59 -0800 Michael Pavone Fixed flag calculation in dec (hl) in new Z80 core
Mon, 04 Feb 2019 21:43:59 -0800 Michael Pavone Implemented DAA in new Z80 core
Mon, 04 Feb 2019 21:43:43 -0800 Michael Pavone Fixed some issues involving conditional execution and temporaries/constant folding
Mon, 04 Feb 2019 20:47:20 -0800 Michael Pavone Implemented conditional call/ret, cpi/cpd/cpir/cpdr and fixed ldir/lddr in new Z80 core