Z80 Assembly - Keyboard Processing and Redefinable Game Control Input
Offered By: ChibiAkumas via YouTube
Course Description
Overview
Learn keyboard processing and redefinable game control input for Z80 Assembly in this 21-minute video lesson. Explore techniques for reading key input from keyboard and joystick devices into a common buffer, utilizing a predefined keymap. Discover how to implement a 'redefinable' controller system, allowing players to customize controls for directional movement, multiple fire buttons, and a pause function. Access accompanying text lessons and source code from the provided website link. Gain practical insights into multiplatform development for 8-bit systems, covering topics such as keymaps, joystick input, and player configurations.
Syllabus
Introduction
Overview
Keymap
Joystick
Keyboard processing
Keymaps
Players
Summary
Taught by
ChibiAkumas
Related Courses
Quadtree Video Compression for CPC - Part 1 - Lesson P66ChibiAkumas via YouTube Z80 Assembly - Ports, Interrupts and Hardware Control - Lesson 7
ChibiAkumas via YouTube Learn Z80 Assembly - Assembler Directives and Programming Tricks - Lesson 6
ChibiAkumas via YouTube Learn Z80 Assembly - Bit Shifting and Logical Operations - Lesson 5
ChibiAkumas via YouTube Z80 Assembly - Introduction to the Stack - Lesson 4
ChibiAkumas via YouTube