ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/Display_x.h
(Generate patch)

Comparing Frodo4/Src/Display_x.h (file contents):
Revision 1.3 by cebix, 2003-07-14T13:59:02Z vs.
Revision 1.4 by cebix, 2004-01-10T15:07:14Z

# Line 775 | Line 775 | bool C64Display::NumLock(void)
775  
776  
777   /*
778 + *  Open/close joystick drivers given old and new state of
779 + *  joystick preferences
780 + */
781 +
782 + void C64::open_close_joysticks(int oldjoy1, int oldjoy2, int newjoy1, int newjoy2)
783 + {
784 + }
785 +
786 +
787 + /*
788 + *  Poll joystick port, return CIA mask
789 + */
790 +
791 + uint8 C64::poll_joystick(int port)
792 + {
793 +        return 0xff;
794 + }
795 +
796 +
797 + /*
798   *  Allocate C64 colors
799   */
800  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines