Commit Graph

  • 0021956044 bug fixes. Kelvin Sherlock 2019-02-10 22:45:42 -0500
  • f9a86eed8a auto-select readline library by default. Kelvin Sherlock 2019-02-10 22:39:23 -0500
  • 817792f94d ubuntu, debian, etc, have outdated version of re2c. imagine that. Kelvin Sherlock 2019-02-10 22:21:06 -0500
  • 926e9b7e47 travis - need freetype. Kelvin Sherlock 2019-02-10 21:43:15 -0500
  • 25caf2dbad add ;s stack command. Kelvin Sherlock 2019-02-10 21:42:15 -0500
  • fdcb504d9c use simpler signal interface. Kelvin Sherlock 2019-02-10 21:40:47 -0500
  • 66fbd7f677 move readline code to separate file. Kelvin Sherlock 2019-02-10 21:40:22 -0500
  • 964293a3b8 travis.yml Kelvin Sherlock 2019-02-09 00:17:00 -0500
  • 61858c4d62 Add Low-Level hook for Windows keyboard events windows, alt, and control keys are handled separately, before windows can get a chance to act on them. This makes win usable as an option key and prevents things like alt-esc from minimizing the window. Some combos (alt-control-delete, windows-L, etc) cannot be blocked. Kelvin Sherlock 2019-02-08 00:13:09 -0500
  • 1c8e2aecc4
    Merge pull request #61 from ksherlock/master Dagen Brock 2019-02-08 15:10:35 -0600
  • a76d26a0ad drop all keys when window no longer active (not jut loss of focus). Also drop all pending keys that haven't been sent to the ADB yet. Kelvin Sherlock 2019-02-07 23:09:53 -0500
  • ea9a16fc5f debug shell - ;l or l for list. Kelvin Sherlock 2019-02-06 22:54:41 -0500
  • 2b1e04c3ac debug shell - allow registers as addresses. Kelvin Sherlock 2019-02-06 22:54:18 -0500
  • 524d4a27e4 halt_printf, control-c, etc set a halt bit. This now invokes the debugger, asynchronously (ie, after the current instruction finishes execution). Kelvin Sherlock 2019-02-06 22:53:44 -0500
  • 68260dcf6a debugger - new WANTS_BRK bit. setting it will cause BRKS to invoke the debugger instead of being handled within the 65816. Kelvin Sherlock 2019-02-06 22:50:38 -0500
  • dccb965631 eliminate overflow warnings when byteswapping. Kelvin Sherlock 2019-02-06 22:48:04 -0500
  • d0ed507ef4 debug shell - control-C sets asynchronous halt request. Kelvin Sherlock 2019-02-06 22:47:35 -0500
  • b08806c12a debug shell - : memory assignment Kelvin Sherlock 2019-02-06 22:46:46 -0500
  • b7ff6d56e8 debug shell - @ and ^ indirection. Kelvin Sherlock 2019-02-06 22:46:08 -0500
  • 2fb1249c96 clean up windows key mapping to use adb names codes. also fixes a few mistakes with keypad values. Kelvin Sherlock 2019-02-04 23:45:39 -0500
  • 35993914f9 update adb keycodes with F15-F20, use proper value for F keys, eliminate Mac OS arrow key mapping. Kelvin Sherlock 2019-02-04 20:43:12 -0500
  • 82229498b4 adb keycodes. Kelvin Sherlock 2019-02-04 20:41:11 -0500
  • 2cde38ba3c
    Merge pull request #57 from ksherlock/option_return Dagen Brock 2019-01-30 11:13:14 -0600
  • 225dca264d
    Merge pull request #56 from ksherlock/cmake-3 Dagen Brock 2019-01-30 11:12:26 -0600
  • e62889901c fix up tcp debug to work with new debugger Kelvin Sherlock 2019-01-29 19:20:01 -0500
  • d47589374c bp/mp are now post-fix ops. Kelvin Sherlock 2019-01-29 19:18:08 -0500
  • 619ea2109d remove dead code, update for new debugger code Kelvin Sherlock 2019-01-29 00:21:24 -0500
  • 6034573693 udpated cmakefile for new debug code. Kelvin Sherlock 2019-01-28 23:04:55 -0500
  • c4aa64de48 new breakpoint code. Kelvin Sherlock 2019-01-28 23:04:20 -0500
  • 0cf532c00d BRK / COP weren't pushing the current z/neg flags. Kelvin Sherlock 2019-01-28 23:03:04 -0500
  • 81c74470ef PUSH16 MMU check was incorrect. Kelvin Sherlock 2019-01-28 22:59:00 -0500
  • 0e2f35e7fe re-order instructions so zero/negative flags are set AFTER memory write (which may abort) Kelvin Sherlock 2019-01-28 22:01:29 -0500
  • 8d60a2d437 clean up the disassembler a little bit. Kelvin Sherlock 2019-01-28 18:10:27 -0500
  • 0c0c886be9 drop the g_dbg_step variable for now... Kelvin Sherlock 2019-01-26 17:14:39 -0500
  • 66f3971027 add debug flag register to engine. Kelvin Sherlock 2019-01-26 17:07:40 -0500
  • f376e2a442 new memory checking [part 1] Kelvin Sherlock 2019-01-26 17:06:48 -0500
  • 7e87fc6968 replace inline asm for rdtsc with compiler intrinsics. Kelvin Sherlock 2019-01-26 16:48:06 -0500
  • 38e691562c use c99 stdint types. Kelvin Sherlock 2019-01-22 22:37:20 -0500
  • ee078aeb19 remove breakpoint checks (to be added back later) Kelvin Sherlock 2019-01-22 21:52:00 -0500
  • 77eb25fc71 use defines instead of bit shifts Kelvin Sherlock 2019-01-22 19:28:59 -0500
  • 9f5a6566f5 sdl driver - support for the Home key. Kelvin Sherlock 2019-01-16 18:23:17 -0500
  • ad3ec85a1d shift-keypad . was generating a keypad comma. very strange. Kelvin Sherlock 2019-01-16 18:22:36 -0500
  • ff1022db8f sdl driver keymap mistakes. Kelvin Sherlock 2019-01-12 21:10:51 -0500
  • 43b7330256 clean up CMake dependencies a little bit. Kelvin Sherlock 2019-01-10 20:36:17 -0500
  • 5e852773ca os x - setuid helper utility to connect to the bridge interface. Kelvin Sherlock 2019-01-08 18:41:55 -0500
  • 4a5d6effd5 to work around vmnet root/entitlement restrictions, add a stand-alone helper utility than can be setuid root. Kelvin Sherlock 2019-01-06 22:58:41 -0500
  • 55de506812 msvc warnings Kelvin Sherlock 2019-01-04 22:58:56 -0500
  • 1700285fd2 cleanup to build with MSVC. Kelvin Sherlock 2019-01-04 17:53:16 -0500
  • b0764fb93c build fix. Kelvin Sherlock 2019-01-02 21:49:48 -0500
  • f0bd88195b bsd tuntap documentation. Kelvin Sherlock 2019-01-02 21:49:38 -0500
  • 7422409f53 remove stale old msvc projects Kelvin Sherlock 2019-01-02 21:48:55 -0500
  • b353a7ff22 cleanup headers a bit Kelvin Sherlock 2019-01-02 19:53:34 -0500
  • 4923efb5fc cleanup to build under msys2/mingw64 Kelvin Sherlock 2019-01-02 18:45:14 -0500
  • ecf6c58661 improved ethernet startup. use device name instead of index into a list that could change. Kelvin Sherlock 2018-12-31 20:51:14 -0500
  • 4da1a246c7 get rid of the -enet flag, for now. Kelvin Sherlock 2018-12-31 20:50:07 -0500
  • fae38450e9 tap cleanup, more *BSD support. Kelvin Sherlock 2018-12-31 20:49:39 -0500
  • aaeda41baf unix mtu/mac code for pcap. Kelvin Sherlock 2018-12-31 20:49:07 -0500
  • 4af3cf0761 untested win32 mac code. Kelvin Sherlock 2018-12-31 20:48:34 -0500
  • 04314d7bb0 dead code, no longer needed as of Uthernet Link Layer 1.0.2 Kelvin Sherlock 2018-12-31 20:48:07 -0500
  • 41b01509ad rawnet - replace ugly transmit/receive functions with read/write. Kelvin Sherlock 2018-12-30 15:53:54 -0500
  • 5884e751bc rawnet - close pcap if not an ethernet device. Kelvin Sherlock 2018-12-30 15:51:53 -0500
  • c4796f77ec rawnet - add rawnet_status() call to check if interface is open. Kelvin Sherlock 2018-12-30 15:50:41 -0500
  • 324c9a191f win32 - support for npcap which is a successor to winpcap. winpcap is still supported. Kelvin Sherlock 2018-12-30 15:49:29 -0500
  • 0b03aad15d tap/tun interface (alpha!) Kelvin Sherlock 2018-12-29 15:04:14 -0500
  • c34b0a4c02 vmnet - allocate one buffer and use it. Kelvin Sherlock 2018-12-26 22:51:04 -0500
  • 44ee124882 can use numbers to navigate file picker. Kelvin Sherlock 2018-12-26 20:01:22 -0500
  • ce3bb3d642 add new menu lookup for ethernet interface. Kelvin Sherlock 2018-12-26 00:11:42 -0500
  • fc100dd6b6 sdl key mapping - remove alternate value (eg, page up) for keypad numbers. Hitting real page-up is converted to the 3 key, for example, which is bad. Kelvin Sherlock 2018-12-25 21:53:56 -0500
  • 8dcbb38a62 clean up config menus Kelvin Sherlock 2018-12-25 21:52:41 -0500
  • 1790096088 clean up arrow key code in the config window. Kelvin Sherlock 2018-12-25 20:00:15 -0500
  • 18d988319e rawnet cmake Kelvin Sherlock 2018-12-19 21:07:57 -0500
  • 7a6ea5ef99 remove unused variables. Kelvin Sherlock 2018-12-19 21:07:25 -0500
  • b98635aaf1 darwin rawnet - since the MAC address can't change, switch it with Uthernet's mac address. Unfortunately, dhcp requests include a mac address, so it also has to be swapped in the DHCP message. Kelvin Sherlock 2018-12-18 19:23:57 -0500
  • 9370ed8604 rawnet - add functions to get mac and mtu, if known. Kelvin Sherlock 2018-12-18 19:21:20 -0500
  • f550249382 tweak rawnet_hexdump Kelvin Sherlock 2018-12-18 19:20:11 -0500
  • ba50807910 tfe -> rawnet. Kelvin Sherlock 2018-12-14 20:37:39 -0500
  • 12c8f215ba darwin vmnet tweaks. Kelvin Sherlock 2018-12-14 20:35:50 -0500
  • a8c23a4c2a rawnet - fix logging, add hexdump. Kelvin Sherlock 2018-12-14 20:35:23 -0500
  • 1b1983b64a rawnet - add link libraries, debugging defines. Kelvin Sherlock 2018-12-14 20:35:04 -0500
  • 698678f508 rawnet Kelvin Sherlock 2018-12-13 23:20:04 -0500
  • 5f2a5e4348 remove warning about parse_cli_options not returning a value. Kelvin Sherlock 2018-12-13 21:50:43 -0500
  • e37e50affe cmake support. Kelvin Sherlock 2018-12-13 20:53:58 -0500
  • df0833994a
    Merge pull request #51 from digarok/v0.14 v0.14 Dagen Brock 2018-09-11 17:25:46 -0500
  • 5e009305f8 v0.14 release Dagen Brock 2018-09-11 17:06:05 -0500
  • fba7d6c89d partially realized delta mouse handler (hidden in shift-F5 for now) Dagen Brock 2018-09-07 09:29:46 -0500
  • 489f1310a6
    Merge pull request #49 from digarok/fix_keymap_intl Dagen Brock 2018-08-31 10:30:59 -0500
  • 61d672f635 use SDL keycode whenever possible - tested with US 101 key on US keyboard and it worked fine with this switch, but need users with international keyboards to test behavior on their end Dagen Brock 2018-08-31 10:18:41 -0500
  • e2150dd0d2
    Merge pull request #47 from digarok/sdl_enhancements Dagen Brock 2018-08-30 10:14:44 -0500
  • 7df808cf4a add scaling options and fix speedups Dagen Brock 2018-08-30 09:55:10 -0500
  • 6ebebfa2e8
    Merge pull request #46 from digarok/menu_sorting_fixes Dagen Brock 2018-08-28 11:40:44 -0500
  • 710e2cd067 always alpha sort and cleaner hotkeys in file menu Dagen Brock 2018-08-28 10:51:54 -0500
  • 6ec560ca49 only grab mouse in fullscreen for now Dagen Brock 2018-08-27 12:16:57 -0500
  • 48bad8a432 cleaner shutdown / mouse code for SDL Dagen Brock 2018-08-27 11:21:59 -0500
  • 712c0792bf
    Merge pull request #45 from digarok/sdl2_performance_profile Dagen Brock 2018-08-26 14:23:12 -0500
  • ff39749feb fix sdl frame rendering vsync method to simply present the buffer once per frame Dagen Brock 2018-08-26 13:59:39 -0500
  • 17f22c3393 fix sdl2 keymap on non-apple systems and add rpi doc Dagen Brock 2018-08-24 23:20:47 -0500
  • 12ec7c4fa9 proper SDL shutdown - fixes exit on RPi HW accel version Dagen Brock 2018-08-24 14:18:44 -0500
  • 632d824a8c
    Merge pull request #43 from digarok/sdl2_performance_improvement Dagen Brock 2018-08-24 13:13:06 -0500
  • ed817c15fe add vsync flag for great success Dagen Brock 2018-08-24 12:45:51 -0500
  • 931d2cb626
    Merge pull request #42 from digarok/win_build_fixes Dagen Brock 2018-08-24 12:00:31 -0500