/[VRac]/M6502/Orao.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Log of /M6502/Orao.pm

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 123)

Revision 90 - (view) (annotate) - [select for diffs]
Modified Thu Aug 2 12:23:18 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 10910 byte(s)
Diff to previous 89 , to selected 73
minor tweaks, everything tested now works

Revision 89 - (view) (annotate) - [select for diffs]
Modified Thu Aug 2 12:01:09 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 10778 byte(s)
Diff to previous 87 , to selected 73
Remove all traces of older attempt to embed perl into CPU emulation module
and move forward to just using it via XS bindings

Revision 87 - (view) (annotate) - [select for diffs]
Modified Thu Aug 2 11:08:10 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 10717 byte(s)
Diff to previous 82 , to selected 73
- transfer debug state into C, added accesor M6502->debug();
- update_*_R functions to keep perl vars in sync with C
- tests

Revision 82 - (view) (annotate) - [select for diffs]
Modified Wed Aug 1 21:40:17 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 10743 byte(s)
Diff to previous 78 , to selected 73
begin refactoring into proper XS module (really need to do this so I can handle SDL event loop)

Revision 78 - (view) (annotate) - [select for diffs]
Modified Wed Aug 1 13:52:39 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 10655 byte(s)
Diff to previous 77 , to selected 73
beginning of keyboard controller (added ports for start)

Revision 77 - (view) (annotate) - [select for diffs]
Modified Wed Aug 1 13:01:17 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 8986 byte(s)
Diff to previous 76 , to selected 73
cleanup and refresh memory map on load image

Revision 76 - (view) (annotate) - [select for diffs]
Modified Wed Aug 1 12:57:15 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 9385 byte(s)
Diff to previous 73
and in the same spirit, render memory map super-fast using SDL (and in the
process, make it white :-)

Revision 73 - (view) (annotate) - [selected]
Modified Tue Jul 31 21:43:57 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 9295 byte(s)
Diff to previous 71
experimental video renderer

Revision 71 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 17:42:03 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 9122 byte(s)
Diff to previous 70 , to selected 73
other minor tweaks: j ff89 works for the first time!

Revision 70 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 17:34:52 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 9030 byte(s)
Diff to previous 68 , to selected 73
Use current $a for m if no arguments

Revision 68 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 17:15:54 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 9015 byte(s)
Diff to previous 65 , to selected 73
dump_R now returs registar dump and cli uses it to dump registers state

Revision 65 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 16:41:46 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 8937 byte(s)
Diff to previous 64 , to selected 73
don't confess, but just warn of write access to read-only memory

Revision 64 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 16:33:41 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 8930 byte(s)
Diff to previous 62 , to selected 73
debug and trace shouldn't be remembered

Revision 62 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 16:24:49 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 8900 byte(s)
Diff to previous 61 , to selected 73
j 1000 now sets next command to r 1

Revision 61 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 16:22:10 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 8910 byte(s)
Diff to previous 59 , to selected 73
more cli improvements:
- load checks for file and returns success
- prompt now returns original line

Revision 59 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 16:06:27 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 8528 byte(s)
Diff to previous 56 , to selected 73
fix number of lines that e cli command displays

Revision 56 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 15:03:23 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 8519 byte(s)
Diff to previous 52 , to selected 73
another refactoring: extract preferences to Prefs class

Revision 52 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 12:57:35 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 8486 byte(s)
Diff to previous 50 , to selected 73
tweaks

Revision 50 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 11:14:19 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 8474 byte(s)
Diff to previous 49 , to selected 73
- remove unused M6502::ram (can access @mem directly :-),
- debug messages now include name of module
- better last command handling

Revision 49 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 10:52:06 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 8239 byte(s)
Diff to previous 47 , to selected 73
- trace and debug are off during init phase (to speed up things)

Revision 47 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 10:16:36 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 7884 byte(s)
Diff to previous 46 , to selected 73
hexdump directly access @mem

Revision 46 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 10:13:13 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 7888 byte(s)
Diff to previous 43 , to selected 73
added _write_chunk which fills in memory and refresh vram if needed

Revision 43 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 09:43:21 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 7498 byte(s)
Diff to previous 42 , to selected 73
update vram display from prompt

Revision 42 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 09:37:01 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 7498 byte(s)
Diff to previous 41 , to selected 73
- use M6502::run_for to Exec6502 with run_for cycles
- added primitive command-line callback (cli)

Revision 41 - (view) (annotate) - [select for diffs]
Modified Tue Jul 31 08:49:22 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 5747 byte(s)
Diff to previous 39 , to selected 73
better output mostly

Revision 39 - (view) (annotate) - [select for diffs]
Modified Mon Jul 30 23:39:57 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 5725 byte(s)
Diff to previous 38 , to selected 73
various tweaks to make it work somewhat

Revision 38 - (view) (annotate) - [select for diffs]
Modified Mon Jul 30 23:28:25 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 5716 byte(s)
Diff to previous 36 , to selected 73
- implemented push_R to push register changes back to perl
- don't trace while rendering memory map
- render just video ram without show_mem
- use Exec6502 to execute limited number of cycles

Revision 36 - (view) (annotate) - [select for diffs]
Modified Mon Jul 30 22:06:13 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 5365 byte(s)
Diff to previous 35 , to selected 73
more tweaks

Revision 35 - (view) (annotate) - [select for diffs]
Modified Mon Jul 30 21:53:04 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 5231 byte(s)
Diff to previous 34 , to selected 73
tests now pass

Revision 34 - (view) (annotate) - [select for diffs]
Modified Mon Jul 30 21:34:30 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 5150 byte(s)
Diff to previous 33 , to selected 73
somewhat works now...

Revision 33 - (view) (annotate) - [select for diffs]
Modified Mon Jul 30 21:00:36 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 5073 byte(s)
Diff to previous 32 , to selected 73
Orao now calls M6502->init correctly, and other tweak to make it semi-working

Revision 32 - (view) (annotate) - [select for diffs]
Modified Mon Jul 30 18:37:37 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 4496 byte(s)
Diff to previous 31 , to selected 73
comming along nicely: implement parts of memory maps

Revision 31 - (view) (annotate) - [select for diffs]
Modified Mon Jul 30 18:07:29 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 3424 byte(s)
Diff to previous 30 , to selected 73
startup, open window

Revision 30 - (view) (annotate) - [select for diffs]
Modified Mon Jul 30 17:56:13 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 3420 byte(s)
Diff to previous 29 , to selected 73
make screen open

Revision 29 - (view) (annotate) - [select for diffs]
Added Mon Jul 30 17:32:41 2007 UTC (16 years, 8 months ago) by dpavlin
File length: 3197 byte(s)
Diff to selected 73
great source reorganization, M6502 are now more-or-less generic 6502 CPU bindings,
while all specific stuff to Orao (which isn't working yet) is implemented in
Screen (SDL display) or Orao (palform specific code)

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

  ViewVC Help
Powered by ViewVC 1.1.26