summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/st7626lcdc.cpp
blob: 1b77804260b3a6a7f93208c7ad7b126ba73f6e54 (plain) (blame)
1
2
3
4
5
6
7
// license:BSD-3-Clause
// copyright-holders:O. Galibert

#include "emu.h"
#include "st7626.h"

DEFINE_DEVICE_TYPE(ST7626, st7626_device, "st7626", "ST7626 LCD Controller")