Changes
/* Software Scrolling */
The screen is scrolled using the CPU only. This can be done by moving the data on the screen, or re-drawing it in a different position to give the illusion of scrolling.
Examples:
* Robocop
* Batman the Movie.
==== Hardware Scrolling ====