~z88dk-team/z88dk-pkg/trunk

« back to all changes in this revision

Viewing changes to libsrc/input/spectrum/in_WaitForKey.asm

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-02-12 08:23:49 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080212082349-wgijt44scmgje90o
Tags: 1.7.ds1-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - build z88dk and z88dk-bin binary packages for lpia too
  - update Maintainer field as per spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; void in_WaitForKey(void)
 
2
; 09.2005 aralbrec
 
3
 
 
4
XLIB in_WaitForKey
 
5
 
 
6
; uses : AF
 
7
 
 
8
.in_WaitForKey
 
9
   xor a
 
10
   in a,($fe)
 
11
   and 31
 
12
   cp 31
 
13
   jr z, in_WaitForKey
 
14
   ret