/[VRac]/ACME-6502/lib/TieMem.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

Diff of /ACME-6502/lib/TieMem.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 17 by dpavlin, Sun Jul 29 19:45:10 2007 UTC revision 18 by dpavlin, Sun Jul 29 21:22:24 2007 UTC
# Line 37  sub _write { Line 37  sub _write {
37                  $self->{vram}->( $index - 0x6000 , $value );                  $self->{vram}->( $index - 0x6000 , $value );
38          }          }
39          if ( $index > 0xAFFF ) {          if ( $index > 0xAFFF ) {
40                  warn "access to %04x aborting\n", $index;                  printf "access to %04x above affff aborting\n", $index;
41                    return -1;
42          }          }
43          if ( $index == 0x8800 ) {          if ( $index == 0x8800 ) {
44                  printf "sound ignored: %x\n", $value;                  printf "sound ignored: %x\n", $value;

Legend:
Removed from v.17  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26