emu8051.git
10 years agoAdd support to view/hide SFR memory dump window in config file
Hugo Villeneuve [Thu, 31 Oct 2013 00:49:21 +0000 (20:49 -0400)]
Add support to view/hide SFR memory dump window in config file

10 years agoUpdate TODO
Hugo Villeneuve [Thu, 10 Oct 2013 01:10:10 +0000 (21:10 -0400)]
Update TODO

10 years agoRefactor code to create memory windows
Hugo Villeneuve [Thu, 31 Oct 2013 01:41:09 +0000 (21:41 -0400)]
Refactor code to create memory windows

10 years agoRefactor log functions
Hugo Villeneuve [Mon, 28 Oct 2013 04:13:14 +0000 (00:13 -0400)]
Refactor log functions

10 years agoAdd option to specify maximum pgm memory size
Hugo Villeneuve [Mon, 28 Oct 2013 02:46:52 +0000 (22:46 -0400)]
Add option to specify maximum pgm memory size

10 years agoRefactor code to read/write different memory types
Hugo Villeneuve [Mon, 28 Oct 2013 02:48:24 +0000 (22:48 -0400)]
Refactor code to read/write different memory types

Dynamic memory buffers allocation depending on sizes specified with command-line
options.

Add future support for separate IRAM and SFR buffers.

10 years agoRename macros for maximum memory sizes
Hugo Villeneuve [Mon, 28 Oct 2013 02:28:03 +0000 (22:28 -0400)]
Rename macros for maximum memory sizes

10 years agoLimit default external memory size to 1024 bytes
Hugo Villeneuve [Mon, 28 Oct 2013 02:26:43 +0000 (22:26 -0400)]
Limit default external memory size to 1024 bytes

Emulator is running very slow if external memory is at its maximum of 64K.

10 years agoFix syntax error in comment
Hugo Villeneuve [Fri, 25 Oct 2013 01:25:54 +0000 (21:25 -0400)]
Fix syntax error in comment

10 years agoDo not reset emulator on file load (no ram clear)
Hugo Villeneuve [Thu, 24 Oct 2013 03:32:00 +0000 (23:32 -0400)]
Do not reset emulator on file load (no ram clear)

Reset only when loading first file at application startup.

10 years agoAdd Timers 0 and 1 to SFR window
Hugo Villeneuve [Thu, 24 Oct 2013 03:07:34 +0000 (23:07 -0400)]
Add Timers 0 and 1 to SFR window

10 years agoAdd option to specify maximum memory sizes
Hugo Villeneuve [Wed, 23 Oct 2013 03:16:35 +0000 (23:16 -0400)]
Add option to specify maximum memory sizes

10 years agoAdd view menu option to enable/disable IRAM/XRAM windows
Hugo Villeneuve [Wed, 23 Oct 2013 02:56:02 +0000 (22:56 -0400)]
Add view menu option to enable/disable IRAM/XRAM windows

10 years agoAdd view menu option for selecting bits per row (8/16)
Hugo Villeneuve [Tue, 22 Oct 2013 03:04:16 +0000 (23:04 -0400)]
Add view menu option for selecting bits per row (8/16)

10 years agoAdd support for bits per row in config file
Hugo Villeneuve [Tue, 22 Oct 2013 02:57:28 +0000 (22:57 -0400)]
Add support for bits per row in config file

Also add support for viewing internal and external memory windows
in config file.

These 3 new variables are not yet connected (TODO).

10 years agoAdd live option to change windows layout
Hugo Villeneuve [Tue, 22 Oct 2013 02:36:40 +0000 (22:36 -0400)]
Add live option to change windows layout

Restart UI when changing layout. This is working, altough the main window
temporarily disapear in doing so.

10 years agoUse fixed font for ASCII column
Hugo Villeneuve [Mon, 21 Oct 2013 02:18:53 +0000 (22:18 -0400)]
Use fixed font for ASCII column

10 years agoAlign memory data columns text on left side
Hugo Villeneuve [Mon, 21 Oct 2013 02:12:19 +0000 (22:12 -0400)]
Align memory data columns text on left side

10 years agoAdjust memory index column header according to number of data columns
Hugo Villeneuve [Mon, 21 Oct 2013 02:09:50 +0000 (22:09 -0400)]
Adjust memory index column header according to number of data columns

10 years agoHarmonize windows refresh function names
Hugo Villeneuve [Mon, 21 Oct 2013 01:46:07 +0000 (21:46 -0400)]
Harmonize windows refresh function names

10 years agoSave vpane position for memory windows
Hugo Villeneuve [Mon, 21 Oct 2013 01:33:40 +0000 (21:33 -0400)]
Save vpane position for memory windows

10 years agoAdd external memory window vpaned_mem
Hugo Villeneuve [Mon, 21 Oct 2013 01:13:22 +0000 (21:13 -0400)]
Add external memory window vpaned_mem

10 years agoConvert memwin to display internal or external memory
Hugo Villeneuve [Mon, 21 Oct 2013 00:44:56 +0000 (20:44 -0400)]
Convert memwin to display internal or external memory

10 years agoUse single function to refresh all windows
Hugo Villeneuve [Mon, 21 Oct 2013 00:46:07 +0000 (20:46 -0400)]
Use single function to refresh all windows

Use emugtk_UpdateDisplay() to replace individual calls to these functions:
  regwin_Show();
  memwin_DumpD();
  pgmwin_Disasm();

10 years agoCode cleanup (tree view store init)
Hugo Villeneuve [Fri, 18 Oct 2013 00:37:14 +0000 (20:37 -0400)]
Code cleanup (tree view store init)

10 years agoIncrease dissassembled instructions lines from 24 to 100
Hugo Villeneuve [Thu, 17 Oct 2013 21:17:03 +0000 (17:17 -0400)]
Increase dissassembled instructions lines from 24 to 100

10 years agoAdd red color for current instruction in pgmwin
Hugo Villeneuve [Thu, 17 Oct 2013 21:09:11 +0000 (17:09 -0400)]
Add red color for current instruction in pgmwin

10 years agoRefresh pgmwin after modifying regwin (PC)
Hugo Villeneuve [Thu, 17 Oct 2013 02:25:37 +0000 (22:25 -0400)]
Refresh pgmwin after modifying regwin (PC)

10 years agoAdd offset address to memwin dump header
Hugo Villeneuve [Thu, 17 Oct 2013 02:23:01 +0000 (22:23 -0400)]
Add offset address to memwin dump header

10 years agoRemove address parameter when dumping memwin
Hugo Villeneuve [Thu, 17 Oct 2013 02:21:46 +0000 (22:21 -0400)]
Remove address parameter when dumping memwin

10 years agoRefactor code for memwin and pgmwin modify
Hugo Villeneuve [Thu, 17 Oct 2013 01:56:32 +0000 (21:56 -0400)]
Refactor code for memwin and pgmwin modify

Add common functions int2asciihex and asciihex2int

10 years agoRegisters window can now be edited
Hugo Villeneuve [Sat, 12 Oct 2013 03:26:50 +0000 (23:26 -0400)]
Registers window can now be edited

10 years agoRefresh register window after any memory modification
Hugo Villeneuve [Wed, 16 Oct 2013 20:17:42 +0000 (16:17 -0400)]
Refresh register window after any memory modification

Banked registers R0 to R7 depend on internal memory content.

10 years agoMemory window can now be edited
Hugo Villeneuve [Sat, 12 Oct 2013 02:45:14 +0000 (22:45 -0400)]
Memory window can now be edited

10 years agoReplace macro EMU8051_DEBUG with logging functions
Hugo Villeneuve [Fri, 11 Oct 2013 03:08:00 +0000 (23:08 -0400)]
Replace macro EMU8051_DEBUG with logging functions

10 years agoReplace custom command-line options processing with argp
Hugo Villeneuve [Thu, 10 Oct 2013 02:31:14 +0000 (22:31 -0400)]
Replace custom command-line options processing with argp

10 years agoAdd debug log functions
Hugo Villeneuve [Thu, 10 Oct 2013 02:29:04 +0000 (22:29 -0400)]
Add debug log functions

10 years agoReplace custom help->about dialog with gtk_show_about_dialog
Hugo Villeneuve [Thu, 10 Oct 2013 01:51:31 +0000 (21:51 -0400)]
Replace custom help->about dialog with gtk_show_about_dialog

10 years agoAdd web site url and bug report email to AC_INIT
Hugo Villeneuve [Thu, 10 Oct 2013 01:50:35 +0000 (21:50 -0400)]
Add web site url and bug report email to AC_INIT

10 years agoAct as if reset was pressed if no hex file is specified at startup
Hugo Villeneuve [Thu, 10 Oct 2013 01:01:21 +0000 (21:01 -0400)]
Act as if reset was pressed if no hex file is specified at startup

10 years agoReplace GTK deprecated functions
Hugo Villeneuve [Thu, 10 Oct 2013 00:54:05 +0000 (20:54 -0400)]
Replace GTK deprecated functions

gtk_signal_connect_object -> g_signal_connect
gtk_menu_bar_append -> gtk_menu_shell_append

Also simplified ShowMessage function.

10 years agoReplace deprecated gtk_clist (pgmwin)
Hugo Villeneuve [Wed, 9 Oct 2013 02:34:03 +0000 (22:34 -0400)]
Replace deprecated gtk_clist (pgmwin)

10 years agoReplace deprecated gtk_clist (regwin)
Hugo Villeneuve [Tue, 8 Oct 2013 05:08:00 +0000 (01:08 -0400)]
Replace deprecated gtk_clist (regwin)

10 years agoAdd title to memory window
Hugo Villeneuve [Mon, 7 Oct 2013 04:30:38 +0000 (00:30 -0400)]
Add title to memory window

10 years agoRefactor memory window ASCII display code section
Hugo Villeneuve [Mon, 7 Oct 2013 04:28:15 +0000 (00:28 -0400)]
Refactor memory window ASCII display code section

10 years agoRefactor memory window code section
Hugo Villeneuve [Mon, 7 Oct 2013 04:06:57 +0000 (00:06 -0400)]
Refactor memory window code section

10 years agoReplace deprecated gtk_clist (memwin)
Hugo Villeneuve [Thu, 12 Sep 2013 22:12:23 +0000 (18:12 -0400)]
Replace deprecated gtk_clist (memwin)

10 years agoReplace autogen custom commands with autoreconf
Hugo Villeneuve [Sun, 6 Oct 2013 02:30:48 +0000 (22:30 -0400)]
Replace autogen custom commands with autoreconf

10 years agoRename config to build-aux
Hugo Villeneuve [Sun, 6 Oct 2013 02:29:39 +0000 (22:29 -0400)]
Rename config to build-aux

10 years agoRemove unused configure option --enable-debug
Hugo Villeneuve [Sun, 6 Oct 2013 02:19:13 +0000 (22:19 -0400)]
Remove unused configure option --enable-debug

10 years agoRemove unused/commented code
Hugo Villeneuve [Sat, 5 Oct 2013 16:47:04 +0000 (12:47 -0400)]
Remove unused/commented code

10 years agoRemove superfluous function call gtk_widget_show_all() when creating menu
Hugo Villeneuve [Sat, 5 Oct 2013 16:46:10 +0000 (12:46 -0400)]
Remove superfluous function call gtk_widget_show_all() when creating menu

10 years agoRemove superfluous function WindowDestroyEvent
Hugo Villeneuve [Sat, 5 Oct 2013 16:45:29 +0000 (12:45 -0400)]
Remove superfluous function WindowDestroyEvent

10 years agoFix bug with children not resizing with main window
Hugo Villeneuve [Sat, 5 Oct 2013 16:42:51 +0000 (12:42 -0400)]
Fix bug with children not resizing with main window

10 years agoAdd Gtk windows diagram
Hugo Villeneuve [Fri, 4 Oct 2013 00:56:15 +0000 (20:56 -0400)]
Add Gtk windows diagram

Rename main_vbox -> vbox.

10 years agoAdd example configuration file
Hugo Villeneuve [Sun, 29 Sep 2013 20:47:01 +0000 (16:47 -0400)]
Add example configuration file

10 years agoSave paned positions and main window size to config file
Hugo Villeneuve [Wed, 2 Oct 2013 02:02:17 +0000 (22:02 -0400)]
Save paned positions and main window size to config file

10 years agoAdd support for saving UI settings to config file
Hugo Villeneuve [Sun, 29 Sep 2013 20:44:52 +0000 (16:44 -0400)]
Add support for saving UI settings to config file

10 years agoRename fixed_frame variable to scrollwin
Hugo Villeneuve [Tue, 1 Oct 2013 02:02:16 +0000 (22:02 -0400)]
Rename fixed_frame variable to scrollwin

10 years agoAdd vpaned to separate memory dump window
Hugo Villeneuve [Tue, 1 Oct 2013 01:58:59 +0000 (21:58 -0400)]
Add vpaned to separate memory dump window

10 years agoAdd hpaned to separate pgm and disassembly windows
Hugo Villeneuve [Sat, 28 Sep 2013 00:47:08 +0000 (20:47 -0400)]
Add hpaned to separate pgm and disassembly windows

10 years agoRemove obsolete gtksizes.h
Hugo Villeneuve [Wed, 2 Oct 2013 02:09:49 +0000 (22:09 -0400)]
Remove obsolete gtksizes.h

10 years agoEliminate all fixed size windows
Hugo Villeneuve [Tue, 1 Oct 2013 01:28:04 +0000 (21:28 -0400)]
Eliminate all fixed size windows

10 years agoAllow frames to expand and fill inside vbox and hbox
Hugo Villeneuve [Fri, 27 Sep 2013 22:40:10 +0000 (18:40 -0400)]
Allow frames to expand and fill inside vbox and hbox

10 years agoRemove fixed frame containing the 3 major windows
Hugo Villeneuve [Fri, 27 Sep 2013 22:30:38 +0000 (18:30 -0400)]
Remove fixed frame containing the 3 major windows

10 years agoReplace fixed frames with scrollable windows
Hugo Villeneuve [Thu, 12 Sep 2013 23:06:17 +0000 (19:06 -0400)]
Replace fixed frames with scrollable windows

Done for program, register and memory dump windows.

10 years agoReplace deprecated gtk_widget_set_usize()
Hugo Villeneuve [Tue, 10 Sep 2013 03:41:35 +0000 (23:41 -0400)]
Replace deprecated gtk_widget_set_usize()

10 years agoReplace deprecated gtk_menu_append()
Hugo Villeneuve [Wed, 11 Sep 2013 02:24:54 +0000 (22:24 -0400)]
Replace deprecated gtk_menu_append()

10 years agoReplace deprecated gtk_signal_connect()
Hugo Villeneuve [Mon, 9 Sep 2013 23:58:23 +0000 (19:58 -0400)]
Replace deprecated gtk_signal_connect()

10 years agoIncrease spacing between buttons
Hugo Villeneuve [Tue, 1 Oct 2013 00:54:21 +0000 (20:54 -0400)]
Increase spacing between buttons

10 years agoReplace deprecated functions for displaying pixmap buttons
Hugo Villeneuve [Mon, 9 Sep 2013 03:54:17 +0000 (23:54 -0400)]
Replace deprecated functions for displaying pixmap buttons

10 years agoReplace gtk_idle functions with g_idle equivalents
Hugo Villeneuve [Mon, 9 Sep 2013 03:36:35 +0000 (23:36 -0400)]
Replace gtk_idle functions with g_idle equivalents

10 years agoActivate gtk deprecated compilation flags
Hugo Villeneuve [Mon, 9 Sep 2013 03:35:32 +0000 (23:35 -0400)]
Activate gtk deprecated compilation flags

10 years agoRemember previous opened directory in file selection dialog
Hugo Villeneuve [Sun, 8 Sep 2013 14:15:27 +0000 (10:15 -0400)]
Remember previous opened directory in file selection dialog

10 years agoUse current working directory for initial file selection dialog
Hugo Villeneuve [Sun, 8 Sep 2013 02:03:08 +0000 (22:03 -0400)]
Use current working directory for initial file selection dialog

10 years agoReplace gtk_file_selection dialog with gtk_file_chooser
Hugo Villeneuve [Sun, 8 Sep 2013 13:35:23 +0000 (09:35 -0400)]
Replace gtk_file_selection dialog with gtk_file_chooser

Increase minimum gtk version to 2.4.0.

10 years agoRelease v1.1.2 v1.1.2
Hugo Villeneuve [Sun, 8 Sep 2013 02:03:39 +0000 (22:03 -0400)]
Release v1.1.2

10 years agoFix compiler warning (and potential bug) in auto-generated 8051 instructions
Hugo Villeneuve [Sun, 8 Sep 2013 15:05:23 +0000 (11:05 -0400)]
Fix compiler warning (and potential bug) in auto-generated 8051 instructions

Original warning:
  warning: operation on ‘cpu8051.pc’ may be undefined [-Wsequence-point]

10 years agoFix compiler warning about unused variable set by getline()
Hugo Villeneuve [Sun, 8 Sep 2013 14:41:57 +0000 (10:41 -0400)]
Fix compiler warning about unused variable set by getline()

10 years agoFix compiler warning about unused variable set by getch()
Hugo Villeneuve [Sun, 8 Sep 2013 14:40:21 +0000 (10:40 -0400)]
Fix compiler warning about unused variable set by getch()

10 years agoFix error with CJNE instruction
Hugo Villeneuve [Sat, 7 Sep 2013 22:10:27 +0000 (18:10 -0400)]
Fix error with CJNE instruction

When the comparison was true, the PC was advanced by 2 instead of 3 bytes.

Error reported and fixed by Tobias Diedrich (ranma at tdiedrich.de).

10 years agoAdd test file for CJNE bug
Hugo Villeneuve [Sat, 7 Sep 2013 22:16:38 +0000 (18:16 -0400)]
Add test file for CJNE bug

10 years agoRemove obsolete comment about older c++ code
Hugo Villeneuve [Sat, 7 Sep 2013 21:07:04 +0000 (17:07 -0400)]
Remove obsolete comment about older c++ code

10 years agoFix trailing whitespace
Hugo Villeneuve [Sat, 7 Sep 2013 19:56:07 +0000 (15:56 -0400)]
Fix trailing whitespace

10 years agoCreate two separate executables, emu8051-cli (default) and emu8051-gtk v1.1.1
Hugo Villeneuve [Wed, 14 Dec 2011 03:51:00 +0000 (03:51 +0000)]
Create two separate executables, emu8051-cli (default) and emu8051-gtk

emu8051-gtk is optional and compiled only if Gtk+ is detected.

Add optional size parameter when dumping memory.

10 years agoAdd display of address in case of error
Hugo Villeneuve [Sat, 29 Oct 2011 21:47:18 +0000 (21:47 +0000)]
Add display of address in case of error

10 years agoFix error with SJMP instruction
Hugo Villeneuve [Sat, 29 Oct 2011 20:46:22 +0000 (20:46 +0000)]
Fix error with SJMP instruction

Error reported and fixed by Pierre Ferrari (piferr4ri at gmail.com).

10 years agoImprove window sizing
Hugo Villeneuve [Sat, 29 Oct 2011 19:38:34 +0000 (19:38 +0000)]
Improve window sizing

Based on suggestions from Pierre Ferrari (piferr4ri at gmail.com).

10 years agoRemove unnecessary autoconf checks
Hugo Villeneuve [Sat, 29 Oct 2011 18:40:03 +0000 (18:40 +0000)]
Remove unnecessary autoconf checks

Disable debug message when not compiled in debug mode.

10 years agoFix syntax errors in ascii to int conversion v1.1.0
Hugo Villeneuve [Sat, 20 Mar 2010 19:07:45 +0000 (19:07 +0000)]
Fix syntax errors in ascii to int conversion

10 years agoConversion from iso8859-1 to utf-8
Hugo Villeneuve [Sat, 20 Mar 2010 17:34:51 +0000 (17:34 +0000)]
Conversion from iso8859-1 to utf-8

10 years agoRun checkpatch.pl on every source file
Hugo Villeneuve [Sat, 20 Mar 2010 07:23:50 +0000 (07:23 +0000)]
Run checkpatch.pl on every source file

10 years agoUpdate NEWS and ChangeLog
Hugo Villeneuve [Fri, 19 Mar 2010 23:59:19 +0000 (23:59 +0000)]
Update NEWS and ChangeLog

10 years agoReintroduce command line mode
Hugo Villeneuve [Fri, 19 Mar 2010 23:24:12 +0000 (23:24 +0000)]
Reintroduce command line mode

10 years agoUpdate Free Software Foundation address
Hugo Villeneuve [Mon, 9 Feb 2009 21:38:43 +0000 (21:38 +0000)]
Update Free Software Foundation address

10 years agoAdd licencing information to each source file
Hugo Villeneuve [Wed, 5 Nov 2008 06:49:45 +0000 (06:49 +0000)]
Add licencing information to each source file

Remove some debug messages.

10 years agoUpgrade to gtk+-2
Hugo Villeneuve [Tue, 29 Apr 2008 04:57:08 +0000 (04:57 +0000)]
Upgrade to gtk+-2

Remove gtk+-1.0 support.

10 years agoAdd automatic regeneration of files from opcode2c.pl to src/Makefile.am
Hugo Villeneuve [Sat, 15 May 2004 17:25:03 +0000 (17:25 +0000)]
Add automatic regeneration of files from opcode2c.pl to src/Makefile.am

10 years agoCode simplification and cleanup
Hugo Villeneuve [Sat, 15 May 2004 06:54:37 +0000 (06:54 +0000)]
Code simplification and cleanup

10 years agoModify generated files for 8051 instructions
Hugo Villeneuve [Fri, 14 May 2004 05:10:08 +0000 (05:10 +0000)]
Modify generated files for 8051 instructions

Seems to be working good.