/[gxemul]/trunk/src/promemul/pc_bios.c
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 /trunk/src/promemul/pc_bios.c

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

revision 21 by dpavlin, Mon Oct 8 16:19:23 2007 UTC revision 22 by dpavlin, Mon Oct 8 16:19:37 2007 UTC
# Line 1  Line 1 
1  /*  /*
2   *  Copyright (C) 2005  Anders Gavare.  All rights reserved.   *  Copyright (C) 2005-2006  Anders Gavare.  All rights reserved.
3   *   *
4   *  Redistribution and use in source and binary forms, with or without   *  Redistribution and use in source and binary forms, with or without
5   *  modification, are permitted provided that the following conditions are met:   *  modification, are permitted provided that the following conditions are met:
# Line 25  Line 25 
25   *  SUCH DAMAGE.   *  SUCH DAMAGE.
26   *   *
27   *   *
28   *  $Id: pc_bios.c,v 1.3 2005/11/05 13:39:42 debug Exp $   *  $Id: pc_bios.c,v 1.5 2006/02/16 05:57:10 debug Exp $
29   *   *
30   *  Generic PC BIOS emulation.   *  Generic PC BIOS emulation.
31   *   *
# Line 1330  static void pc_bios_int1a(struct cpu *cp Line 1330  static void pc_bios_int1a(struct cpu *cp
1330  static void pc_bios_int1c(struct cpu *cpu)  static void pc_bios_int1c(struct cpu *cpu)
1331  {  {
1332          unsigned char ticks[4];          unsigned char ticks[4];
1333          int i;          size_t i;
1334    
1335          /*  Increase word at 0x0040:0x006C  */          /*  Increase word at 0x0040:0x006C  */
1336          cpu->memory_rw(cpu, cpu->mem, 0x46C,          cpu->memory_rw(cpu, cpu->mem, 0x46C,

Legend:
Removed from v.21  
changed lines
  Added in v.22

  ViewVC Help
Powered by ViewVC 1.1.26