Skip to content

Philips CD i

codingncaffeine edited this page May 20, 2026 · 1 revision

Philips CD-i (SAME CDi)

Disc Images

Games are supported as .chd disc images (recommended) or .cue/.bin.

BIOS

cdibios.zip must be present in the system folder or alongside your ROMs. SAME CDi will not boot without it.

Controls

  • Both d-pad and analog stick are supported for cursor movement
  • The analog stick maps to four directional inputs, mirroring the original CD-i "speed switch" controller — fast or slow, not a true analog curve
  • Button 3 is mapped for titles that use it (e.g. Mad Dog McCree)

Analog Cursor Sensitivity Limitation

The original CD-i TV remote featured a thumbpad with proportional cursor movement. The SAME CDi libretro core internally maps the thumbpad to a digital 4-way joystick port in MAME, so analog input is thresholded to on/off presses rather than providing a true sensitivity curve.

This is a core-level limitation. A fix would require modifying the SAME CDi core to expose the thumbpad as an analog input port (IPT_AD_STICK_X/Y) and updating the libretro joystick provider to pass raw axis values without thresholding.

Clone this wiki locally