mirror of
https://github.com/holub/mame
synced 2025-05-31 10:01:51 +03:00
v9938: Bury this inaccurate kludge for good (nw)
This commit is contained in:
parent
59af927112
commit
fe74d5c47b
@ -240,25 +240,6 @@ void v99x8_device::configure_pal_ntsc()
|
||||
}
|
||||
|
||||
|
||||
#ifdef UNUSED_FUNCTION
|
||||
/*
|
||||
Not really right... won't work with sprites in graphics 7
|
||||
and with palette updated mid-screen
|
||||
*/
|
||||
pen_t v99x8_device::get_transpen() const
|
||||
{
|
||||
if (m_mode == V9938_MODE_GRAPHIC7)
|
||||
{
|
||||
return pen256(0);
|
||||
}
|
||||
else
|
||||
{
|
||||
return pen16(0);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
/*
|
||||
Driver-specific function: update the vdp mouse state
|
||||
*/
|
||||
|
@ -76,7 +76,6 @@ class v99x8_device : public device_t,
|
||||
{
|
||||
public:
|
||||
template <class Object> devcb_base &set_interrupt_callback(Object &&irq) { return m_int_callback.set_callback(std::forward<Object>(irq)); }
|
||||
//pen_t get_transpen() const;
|
||||
bitmap_rgb32 &get_bitmap() { return m_bitmap; }
|
||||
void update_mouse_state(int mx_delta, int my_delta, int button_state);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user